🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

req-param-collector

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

req-param-collector

Collector of req params for express and restify

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

req-param-collector

Collector of params for express, you can also use it as restify plugins

Install

npm install req-param-collector

Usage

Noteplease use it before all your touters
restify:

var req_param_collector = require('req-param-collector');
server.use(req_param_collector(['params', 'body', 'query', 'context']));

express:

var params_collector = require('req-param-collector');
app.use(params_collector());

Default config

['body', 'params', 'query']

Keywords

collector

FAQs

Package last updated on 15 Sep 2015

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