New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

express-normalize-keys

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-normalize-keys

Express middleware to normalise all object keys to the same format.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

express-normalize-keys

Takes an object or array of objects from a request parameter and normalize, recursively all keys. Uses change-case under the hood.

Usage

npm install --save express-normalize-keys

app.use(normalizeKeys.normalize(options))

Development

npm i
npm run test
npm run lint
npm run prepublish

Keywords

express

FAQs

Package last updated on 06 Jul 2016

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