Comparing version 4.12.1 to 4.12.2
@@ -407,3 +407,3 @@ /*! | ||
// next() all but write errors | ||
if (err && err.code !== 'ECONNABORT' && err.syscall !== 'write') { | ||
if (err && err.code !== 'ECONNABORTED' && err.syscall !== 'write') { | ||
next(err); | ||
@@ -410,0 +410,0 @@ } |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.12.1", | ||
"version": "4.12.2", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
173916