Socket
Socket
Sign inDemoInstall

readable-stream

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readable-stream - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

2

lib/_stream_duplex.js

@@ -46,3 +46,3 @@ // Copyright Joyent, Inc. and other Node contributors.

/*<replacement>*/
var util = require('core-util-is');
var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');

@@ -49,0 +49,0 @@ /*</replacement>*/

@@ -33,3 +33,3 @@ // Copyright Joyent, Inc. and other Node contributors.

/*<replacement>*/
var util = require('core-util-is');
var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');

@@ -36,0 +36,0 @@ /*</replacement>*/

@@ -67,3 +67,3 @@ // Copyright Joyent, Inc. and other Node contributors.

/*<replacement>*/
var util = require('core-util-is');
var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');

@@ -70,0 +70,0 @@ /*</replacement>*/

@@ -71,3 +71,3 @@ // Copyright Joyent, Inc. and other Node contributors.

/*<replacement>*/
var util = require('core-util-is');
var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');

@@ -74,0 +74,0 @@ /*</replacement>*/

@@ -67,3 +67,3 @@ // Copyright Joyent, Inc. and other Node contributors.

/*<replacement>*/
var util = require('core-util-is');
var util = Object.create(require('core-util-is'));
util.inherits = require('inherits');

@@ -70,0 +70,0 @@ /*</replacement>*/

{
"name": "readable-stream",
"version": "2.3.6",
"version": "2.3.7",
"description": "Streams3, a user-land copy of the stream library from Node.js",

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

Sorry, the diff of this file is not supported yet

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