Socket
Socket
Sign inDemoInstall

combined-stream

Package Overview
Dependencies
1
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6-rc1

lib/defer.js

3

lib/combined_stream.js
var util = require('util');
var Stream = require('stream').Stream;
var DelayedStream = require('delayed-stream');
var defer = require('./defer.js');

@@ -91,3 +92,3 @@ module.exports = CombinedStream;

this._pipeNext(stream);
defer(this._pipeNext.bind(this, stream));
}.bind(this));

@@ -94,0 +95,0 @@ };

@@ -5,3 +5,3 @@ {

"description": "A stream that emits multiple other streams one after another.",
"version": "1.0.5",
"version": "1.0.6-rc1",
"homepage": "https://github.com/felixge/node-combined-stream",

@@ -8,0 +8,0 @@ "repository": {

@@ -5,3 +5,3 @@ # combined-stream

**NB** Currently `combined-stream` works with streams vesrion 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with more or less compatability with `combined-stream`.
**NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with more or less compatibility with `combined-stream`.

@@ -8,0 +8,0 @@ - [combined-stream2](https://www.npmjs.com/package/combined-stream2): A drop-in streams2-compatible replacement for the combined-stream module.

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