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.14.1 to 1.14.2

12

HISTORY.md

@@ -0,1 +1,13 @@

1.14.2 / 2015-12-16
===================
* deps: bytes@2.2.0
* deps: iconv-lite@0.4.13
* deps: qs@5.2.0
* deps: raw-body@~2.1.5
- deps: bytes@2.2.0
- deps: iconv-lite@0.4.13
* deps: type-is@~1.6.10
- deps: mime-types@~2.1.9
1.14.1 / 2015-09-27

@@ -2,0 +14,0 @@ ===================

16

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

@@ -12,3 +12,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"bytes": "2.1.0",
"bytes": "2.2.0",
"content-type": "~1.0.1",

@@ -18,12 +18,12 @@ "debug": "~2.2.0",

"http-errors": "~1.3.1",
"iconv-lite": "0.4.12",
"iconv-lite": "0.4.13",
"on-finished": "~2.3.0",
"qs": "5.1.0",
"raw-body": "~2.1.4",
"type-is": "~1.6.9"
"qs": "5.2.0",
"raw-body": "~2.1.5",
"type-is": "~1.6.10"
},
"devDependencies": {
"istanbul": "0.3.21",
"istanbul": "0.4.1",
"methods": "~1.1.1",
"mocha": "2.2.5",
"mocha": "2.3.4",
"supertest": "1.1.0"

@@ -30,0 +30,0 @@ },

@@ -47,4 +47,6 @@ # body-parser

The `bodyParser` object exposes various factories to create middlewares. All
middlewares will populate the `req.body` property with the parsed body or
provide an error to the callback. The various errors are described in the
middlewares will populate the `req.body` property with the parsed body, or an
empty object (`{}`) if there was no body to parse (or an error was returned).
The various errors returned by this module are described in the
[errors section](#errors).

@@ -51,0 +53,0 @@

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