Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

restify

Package Overview
Dependencies
Maintainers
14
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restify - npm Package Compare versions

Comparing version 8.6.0 to 8.6.1

.gittree

9

CHANGELOG.md

@@ -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)

2

lib/plugins/bodyReader.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc