Comparing version 8.6.0 to 8.6.1
@@ -0,1 +1,10 @@ | ||
<a name="8.6.1"></a> | ||
### 8.6.1 (2022-02-10) | ||
#### Bug Fixes | ||
* use close event on response instead of socket (#1892) ([91a42d44](git://github.com/restify/node-restify.git/commit/91a42d44)) | ||
<a name="8.6.0"></a> | ||
@@ -2,0 +11,0 @@ ## 8.6.0 (2021-09-28) |
@@ -189,3 +189,3 @@ // Copyright 2012 Mark Cavage, Inc. All rights reserved. | ||
// way through a POST request | ||
req.socket.once('close', next); | ||
res.once('close', next); | ||
req.once('aborted', next); | ||
@@ -192,0 +192,0 @@ req.resume(); |
@@ -77,3 +77,3 @@ { | ||
], | ||
"version": "8.6.0", | ||
"version": "8.6.1", | ||
"repository": { | ||
@@ -80,0 +80,0 @@ "type": "git", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
837408
71
8369
9