Comparing version 2.20.0 to 2.20.1
@@ -0,1 +1,7 @@ | ||
2.20.1 / 2014-06-19 | ||
=================== | ||
* deps: type-is@1.3.1 | ||
- fix global variable leak | ||
2.20.0 / 2014-06-19 | ||
@@ -2,0 +8,0 @@ =================== |
{ | ||
"name": "connect", | ||
"description": "High performance middleware framework", | ||
"version": "2.20.0", | ||
"version": "2.20.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", | ||
@@ -46,3 +46,3 @@ "contributors": [ | ||
"serve-static": "1.2.3", | ||
"type-is": "1.3.0", | ||
"type-is": "1.3.1", | ||
"vhost": "2.0.0", | ||
@@ -64,6 +64,6 @@ "pause": "0.0.1" | ||
"scripts": { | ||
"test": "mocha --reporter dot", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec" | ||
"test": "mocha --reporter dot --check-leaks test/", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" | ||
} | ||
} |
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
159285
+ Addedtype-is@1.3.1(transitive)
Updatedtype-is@1.3.1