body-parser
Advanced tools
Comparing version 1.10.2 to 1.11.0
@@ -0,1 +1,8 @@ | ||
1.11.0 / 2015-01-30 | ||
=================== | ||
* make internal `extended: true` depth limit infinity | ||
* deps: type-is@~1.5.6 | ||
- deps: mime-types@~2.0.8 | ||
1.10.2 / 2015-01-20 | ||
@@ -2,0 +9,0 @@ =================== |
@@ -126,2 +126,3 @@ /*! | ||
arrayLimit: arrayLimit, | ||
depth: Infinity, | ||
parameterLimit: parameterLimit | ||
@@ -128,0 +129,0 @@ }) |
{ | ||
"name": "body-parser", | ||
"description": "Node.js body parsing middleware", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"contributors": [ | ||
@@ -19,3 +19,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"raw-body": "1.3.2", | ||
"type-is": "~1.5.5" | ||
"type-is": "~1.5.6" | ||
}, | ||
@@ -22,0 +22,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
31192
570
Updatedtype-is@~1.5.6