Comparing version 4.10.2 to 4.10.3
@@ -401,4 +401,4 @@ /** | ||
// next() all but aborted errors | ||
if (err && err.code !== 'ECONNABORT') { | ||
// next() all but write errors | ||
if (err && err.code !== 'ECONNABORT' && err.syscall !== 'write') { | ||
next(err); | ||
@@ -405,0 +405,0 @@ } |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.10.2", | ||
"version": "4.10.3", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
"escape-html": "1.0.1", | ||
"etag": "~1.5.0", | ||
"etag": "~1.5.1", | ||
"finalhandler": "0.3.2", | ||
@@ -45,4 +45,4 @@ "fresh": "0.2.4", | ||
"path-to-regexp": "0.1.3", | ||
"proxy-addr": "~1.0.3", | ||
"qs": "2.3.2", | ||
"proxy-addr": "~1.0.4", | ||
"qs": "2.3.3", | ||
"range-parser": "~1.0.2", | ||
@@ -61,14 +61,14 @@ "send": "0.10.1", | ||
"mocha": "~2.0.0", | ||
"should": "~4.2.1", | ||
"supertest": "~0.14.0", | ||
"should": "~4.3.0", | ||
"supertest": "~0.15.0", | ||
"ejs": "~1.0.0", | ||
"marked": "0.3.2", | ||
"hjs": "~0.0.6", | ||
"body-parser": "~1.9.1", | ||
"body-parser": "~1.9.3", | ||
"connect-redis": "~2.1.0", | ||
"cookie-parser": "~1.3.3", | ||
"express-session": "~1.9.1", | ||
"express-session": "~1.9.2", | ||
"jade": "~1.7.0", | ||
"method-override": "~2.3.0", | ||
"morgan": "~1.4.1", | ||
"morgan": "~1.5.0", | ||
"multiparty": "~4.0.0", | ||
@@ -75,0 +75,0 @@ "vhost": "~3.0.0" |
Sorry, the diff of this file is too big to display
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
163243
+ Addedqs@2.3.3(transitive)
- Removedqs@2.3.2(transitive)
Updatedetag@~1.5.1
Updatedproxy-addr@~1.0.4
Updatedqs@2.3.3