body-parser
Advanced tools
Comparing version 1.12.3 to 1.12.4
@@ -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 @@ =================== |
{ | ||
"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": { |
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
42386
4
+ Addedbytes@2.1.0(transitive)
+ Addeddebug@2.2.0(transitive)
+ Addedms@0.7.1(transitive)
+ Addedqs@2.4.2(transitive)
+ Addedraw-body@2.0.2(transitive)
- Removeddebug@2.1.3(transitive)
- Removedms@0.7.0(transitive)
- Removedqs@2.4.1(transitive)
- Removedraw-body@1.3.4(transitive)
Updateddebug@~2.2.0
Updatedon-finished@~2.2.1
Updatedqs@2.4.2
Updatedraw-body@~2.0.1
Updatedtype-is@~1.6.2