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.3 to 1.0.4

2

package.json

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

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

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

@@ -5,9 +5,8 @@ # combined-stream

**NB** This module uses streams1 and will always use streams1 for
compatibility. If you're looking for something to use for your project, please
use a streams2 module, e.g.,
[multistream](https://www.npmjs.com/package/multistream). Moreover, this module
is maintained for bugfixes to current downstream consumers, so PRs which add
features generally aren't accepted.
**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`.
- [combined-stream2](https://www.npmjs.com/package/combined-stream2): A drop-in streams2-compatible replacement for the combined-stream module.
- [multistream](https://www.npmjs.com/package/multistream): A stream that emits multiple other streams one after another.
## Installation

@@ -14,0 +13,0 @@

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