Comparing version 2.27.2 to 2.27.3
@@ -0,1 +1,9 @@ | ||
2.27.3 / 2014-11-09 | ||
=================== | ||
* Correctly invoke async callback asynchronously | ||
* deps: csurf@~1.6.3 | ||
- bump csrf | ||
- bump http-errors | ||
2.27.2 / 2014-10-28 | ||
@@ -2,0 +10,0 @@ =================== |
@@ -25,2 +25,7 @@ /*! | ||
/* istanbul ignore next */ | ||
var defer = typeof setImmediate === 'function' | ||
? setImmediate | ||
: function(fn){ process.nextTick(fn.bind.apply(fn, arguments)) } | ||
/** | ||
@@ -136,3 +141,3 @@ * Utilize the given middleware `handle` to the given `route`, | ||
if (!layer) { | ||
done(err); | ||
defer(done, err); | ||
return; | ||
@@ -139,0 +144,0 @@ } |
{ | ||
"name": "connect", | ||
"description": "High performance middleware framework", | ||
"version": "2.27.2", | ||
"version": "2.27.3", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"connect-timeout": "~1.4.0", | ||
"csurf": "~1.6.2", | ||
"csurf": "~1.6.3", | ||
"debug": "~2.1.0", | ||
@@ -56,4 +56,4 @@ "depd": "~1.0.0", | ||
"istanbul": "0.3.2", | ||
"mocha": "~2.0.0", | ||
"should": "~4.1.0", | ||
"mocha": "~2.0.1", | ||
"should": "~4.2.1", | ||
"jade": ">= 0.35.0 < 1" | ||
@@ -60,0 +60,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
175757
2590
Updatedcsurf@~1.6.3