Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

compile-query-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compile-query-parser

The compile query parser function from express

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 27 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc