Socket
Socket
Sign inDemoInstall

body-parser

Package Overview
Dependencies
11
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.10.1

7

HISTORY.md

@@ -0,1 +1,8 @@

1.10.1 / 2015-01-01
===================
* deps: on-finished@~2.2.0
* deps: type-is@~1.5.5
- deps: mime-types@~2.0.7
1.10.0 / 2014-12-02

@@ -2,0 +9,0 @@ ===================

12

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

@@ -16,11 +16,11 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"media-typer": "0.3.0",
"on-finished": "~2.1.1",
"on-finished": "~2.2.0",
"qs": "2.3.3",
"raw-body": "1.3.1",
"type-is": "~1.5.3"
"type-is": "~1.5.5"
},
"devDependencies": {
"istanbul": "0.3.2",
"methods": "~1.1.0",
"mocha": "~2.0.0",
"istanbul": "0.3.5",
"methods": "~1.1.1",
"mocha": "~2.1.0",
"supertest": "~0.15.0"

@@ -27,0 +27,0 @@ },

@@ -154,3 +154,3 @@ # body-parser

if (!req.body) return res.sendStatus(400)
res.send('welcome, ' + res.body.username)
res.send('welcome, ' + req.body.username)
})

@@ -157,0 +157,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc