body-parser
Advanced tools
Comparing version 1.14.1 to 1.14.2
@@ -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 @@ =================== |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47322
404
+ Addedbytes@2.2.0(transitive)
+ Addedqs@5.2.0(transitive)
- Removedbytes@2.1.0(transitive)
- Removediconv-lite@0.4.12(transitive)
- Removedqs@5.1.0(transitive)
Updatedbytes@2.2.0
Updatediconv-lite@0.4.13
Updatedqs@5.2.0
Updatedraw-body@~2.1.5
Updatedtype-is@~1.6.10