Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

The Express compileQueryParser method as a standalone module

NPM VersionNPM DownloadsBuild StatusStandard - JavaScript Style Guide

Install

$ npm install --save compile-query-parser

Usage

varcompileQueryParser=require('compile-query-parser')varfnc=compileQueryParser(true)// same as 'simple'varfnc=compileQueryParser(false)// disable query string parsingvarfnc=compileQueryParser('extended')// WARNING: allows the overriding of prototype methodsvarfnc=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.

About

The compile query parser function from express

Resources

Code of conduct

Security policy

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages