Comparing version 2.27.0 to 2.27.1
@@ -0,1 +1,19 @@ | ||
2.27.1 / 2014-10-22 | ||
=================== | ||
* deps: body-parser@~1.9.1 | ||
- deps: on-finished@~2.1.1 | ||
- deps: qs@2.3.0 | ||
- deps: type-is@~1.5.2 | ||
* deps: express-session@~1.9.1 | ||
- Remove unnecessary empty write call | ||
* deps: finalhandler@0.3.2 | ||
- deps: on-finished@~2.1.1 | ||
* deps: morgan@~1.4.1 | ||
- deps: on-finished@~2.1.1 | ||
* deps: qs@2.3.0 | ||
- Fix parsing of mixed implicit and explicit arrays | ||
* deps: serve-static@~1.7.1 | ||
- deps: send@0.10.1 | ||
2.27.0 / 2014-10-16 | ||
@@ -2,0 +20,0 @@ =================== |
{ | ||
"name": "connect", | ||
"description": "High performance middleware framework", | ||
"version": "2.27.0", | ||
"version": "2.27.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", | ||
@@ -21,3 +21,3 @@ "contributors": [ | ||
"basic-auth-connect": "1.0.0", | ||
"body-parser": "~1.9.0", | ||
"body-parser": "~1.9.1", | ||
"bytes": "1.0.0", | ||
@@ -33,4 +33,4 @@ "cookie": "0.1.2", | ||
"errorhandler": "~1.2.2", | ||
"express-session": "~1.9.0", | ||
"finalhandler": "0.3.1", | ||
"express-session": "~1.9.1", | ||
"finalhandler": "0.3.2", | ||
"fresh": "0.2.4", | ||
@@ -40,11 +40,11 @@ "http-errors": "~1.2.7", | ||
"method-override": "~2.3.0", | ||
"morgan": "~1.4.0", | ||
"morgan": "~1.4.1", | ||
"multiparty": "3.3.2", | ||
"on-headers": "~1.0.0", | ||
"parseurl": "~1.3.0", | ||
"qs": "2.2.4", | ||
"qs": "2.3.0", | ||
"response-time": "~2.2.0", | ||
"serve-favicon": "~2.1.6", | ||
"serve-index": "~1.5.0", | ||
"serve-static": "~1.7.0", | ||
"serve-static": "~1.7.1", | ||
"type-is": "~1.5.2", | ||
@@ -58,4 +58,4 @@ "utils-merge": "1.0.0", | ||
"istanbul": "0.3.2", | ||
"mocha": "~1.21.4", | ||
"should": "~4.0.0", | ||
"mocha": "~2.0.0", | ||
"should": "~4.1.0", | ||
"jade": ">= 0.35.0 < 1" | ||
@@ -62,0 +62,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
175203
+ Addedfinalhandler@0.3.2(transitive)
+ Addedqs@2.3.0(transitive)
- Removedfinalhandler@0.3.1(transitive)
- Removedqs@2.2.4(transitive)
Updatedbody-parser@~1.9.1
Updatedexpress-session@~1.9.1
Updatedfinalhandler@0.3.2
Updatedmorgan@~1.4.1
Updatedqs@2.3.0
Updatedserve-static@~1.7.1