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

body-parser

Package Overview
Dependencies
Maintainers
6
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

body-parser - npm Package Compare versions

Comparing version 1.12.3 to 1.12.4

13

HISTORY.md

@@ -0,1 +1,14 @@

1.12.4 / 2015-05-10
===================
* deps: debug@~2.2.0
* deps: qs@2.4.2
- Fix allowing parameters like `constructor`
* deps: on-finished@~2.2.1
* deps: raw-body@~2.0.1
- Fix a false-positive when unpiping in Node.js 0.8
- deps: bytes@2.0.1
* deps: type-is@~1.6.2
- deps: mime-types@~2.0.11
1.12.3 / 2015-04-15

@@ -2,0 +15,0 @@ ===================

12

package.json
{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.12.3",
"version": "1.12.4",
"contributors": [

@@ -14,9 +14,9 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"content-type": "~1.0.1",
"debug": "~2.1.3",
"debug": "~2.2.0",
"depd": "~1.0.1",
"iconv-lite": "0.4.8",
"on-finished": "~2.2.0",
"qs": "2.4.1",
"raw-body": "1.3.4",
"type-is": "~1.6.1"
"on-finished": "~2.2.1",
"qs": "2.4.2",
"raw-body": "~2.0.1",
"type-is": "~1.6.2"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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