Socket
Socket
Sign inDemoInstall

readable-stream

Package Overview
Dependencies
7
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

10

lib/_stream_writable.js

@@ -9,10 +9,2 @@ // A bit simpler than readable streams.

// It seems a linked list but it is not
// there will be only 2 of these for each stream
function CorkedRequest(state) {
this.next = null;
this.entry = null;
this.finish = onCorkedFinish.bind(undefined, this, state);
}
/*<replacement>*/

@@ -560,2 +552,2 @@ var processNextTick = require('process-nextick-args');

};
}
}

2

package.json
{
"name": "readable-stream",
"version": "2.2.5",
"version": "2.2.6",
"description": "Streams3, a user-land copy of the stream library from Node.js",

@@ -5,0 +5,0 @@ "main": "readable.js",

@@ -21,3 +21,3 @@ # readable-stream

Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.7.2/docs/api/).
Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.7.3/docs/api/).

@@ -24,0 +24,0 @@ If you want to guarantee a stable streams base, regardless of what version of

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc