body-parser
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -0,1 +1,7 @@ | ||
1.12.2 / 2015-03-16 | ||
=================== | ||
* deps: qs@2.4.1 | ||
- Fix error when parameter `hasOwnProperty` is present | ||
1.12.1 / 2015-03-15 | ||
@@ -2,0 +8,0 @@ =================== |
{ | ||
"name": "body-parser", | ||
"description": "Node.js body parsing middleware", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"contributors": [ | ||
@@ -18,3 +18,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"on-finished": "~2.2.0", | ||
"qs": "2.3.3", | ||
"qs": "2.4.1", | ||
"raw-body": "1.3.3", | ||
@@ -21,0 +21,0 @@ "type-is": "~1.6.1" |
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
39209