body-parser
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,8 @@ | ||
1.6.1 / 2014-08-06 | ||
================== | ||
* deps: qs@1.1.0 | ||
- Accept urlencoded square brackets | ||
- Accept empty values in implicit array notation | ||
1.6.0 / 2014-08-05 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "body-parser", | ||
"description": "Node.js body parsing middleware", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -16,3 +16,3 @@ "contributors": [ | ||
"media-typer": "0.2.0", | ||
"qs": "1.0.2", | ||
"qs": "1.1.0", | ||
"raw-body": "1.3.0", | ||
@@ -23,3 +23,3 @@ "type-is": "~1.3.2" | ||
"istanbul": "0.3.0", | ||
"mocha": "~1.21.0", | ||
"mocha": "~1.21.4", | ||
"should": "~4.0.4", | ||
@@ -26,0 +26,0 @@ "supertest": "~0.13.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
22593