Comparing version 2.21.0 to 2.21.1
@@ -0,1 +1,13 @@ | ||
2.21.1 / 2014-06-26 | ||
=================== | ||
* deps: cookie-parser@1.3.2 | ||
- deps: cookie-signature@1.0.4 | ||
* deps: cookie-signature@1.0.4 | ||
- fix for timing attacks | ||
* deps: express-session@~1.5.2 | ||
- deps: cookie-signature@1.0.4 | ||
* deps: type-is@~1.3.2 | ||
- more mime types | ||
2.21.0 / 2014-06-20 | ||
@@ -2,0 +14,0 @@ =================== |
{ | ||
"name": "connect", | ||
"description": "High performance middleware framework", | ||
"version": "2.21.0", | ||
"version": "2.21.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", | ||
@@ -24,4 +24,4 @@ "contributors": [ | ||
"cookie": "0.1.2", | ||
"cookie-parser": "1.3.1", | ||
"cookie-signature": "1.0.3", | ||
"cookie-parser": "1.3.2", | ||
"cookie-signature": "1.0.4", | ||
"compression": "~1.0.8", | ||
@@ -33,3 +33,3 @@ "connect-timeout": "1.1.1", | ||
"errorhandler": "1.1.1", | ||
"express-session": "~1.5.0", | ||
"express-session": "~1.5.2", | ||
"finalhandler": "0.0.2", | ||
@@ -48,3 +48,3 @@ "fresh": "0.2.2", | ||
"serve-static": "1.2.3", | ||
"type-is": "1.3.1", | ||
"type-is": "~1.3.2", | ||
"vhost": "2.0.0", | ||
@@ -54,3 +54,3 @@ "pause": "0.0.1" | ||
"devDependencies": { | ||
"istanbul": "0.2.10", | ||
"istanbul": "0.2.12", | ||
"mocha": "~1.20.0", | ||
@@ -57,0 +57,0 @@ "should": "~4.0.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
161137
+ Addedcookie-parser@1.3.2(transitive)
+ Addedtype-is@1.3.2(transitive)
- Removedcookie-parser@1.3.1(transitive)
- Removedcookie-signature@1.0.3(transitive)
Updatedcookie-parser@1.3.2
Updatedcookie-signature@1.0.4
Updatedexpress-session@~1.5.2
Updatedtype-is@~1.3.2