compile-query-parser

1.0.1 • Public • Published

The Express compileQueryParser method as a standalone module

NPM Version NPM Downloads Build Status Standard - JavaScript Style Guide

Install

$ npm install --save compile-query-parser

Usage

var compileQueryParser = require('compile-query-parser')
 
var fnc = compileQueryParser(true) // same as 'simple'
var fnc = compileQueryParser(false) // disable query string parsing
var fnc = compileQueryParser('extended') // WARNING: allows the overriding of prototype methods
var fnc = compileQueryParser('simple') // uses querystring.parse

See Express docs for more: http://expressjs.com/en/4x/api.html#app.set

Development

The tests can be run with npm t, which also runs the linter and any other builds steps for the module. When a release is ready, use npm to bump the version and publish:

$ npm version minor
$ npm publish

Pull requests should be made against master or the currently active development branch.

Package Sidebar

Install

npm i compile-query-parser

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • wesleytodd