🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@types/body-parser

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/body-parser - npm Package Compare versions

Comparing version
0.0.17-alpha
to
0.0.22-alpha
+3
-3
package.json
{
"name": "@types/body-parser",
"version": "0.0.17-alpha",
"description": "Type definitions for body-parser from https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"version": "0.0.22-alpha",
"description": "TypeScript definitions for body-parser",
"main": "",

@@ -11,4 +11,4 @@ "scripts": {},

"dependencies": {
"express": "*"
"@types/express": "*"
}
}
# Installation
> `npm install --save-dev @types/body-parser`
> `npm install --save @types/body-parser`
# Summary
This package contains type definitions for body-parser.
This package contains type definitions for body-parser (http://expressjs.com).
The project URL or description is http://expressjs.com
# Credits
These definitions were written by Santi Albo <https://github.com/santialbo/>, VILIC VANE <https://vilic.info>, Jonathan Häberle <https://github.com/dreampulse/>.
# Details
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/body-parser
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/body-parser
Additional Details
* Last updated: Thu, 19 May 2016 20:05:32 GMT
* Typings kind: ProperModule
* Last updated: Fri, 20 May 2016 17:00:06 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: express
* Global values: bodyParser
# Credits
These definitions were written by Santi Albo <https://github.com/santialbo/>, VILIC VANE <https://vilic.info>, Jonathan Häberle <https://github.com/dreampulse/>.