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.1 to 1.0.2

2

package.json

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

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

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

@@ -1,5 +0,12 @@

# combined-stream [![Build Status](https://travis-ci.org/felixge/node-combined-stream.svg?branch=master)](https://travis-ci.org/felixge/node-combined-stream)
# combined-stream
A stream that emits multiple other streams one after another.
**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.
## Installation

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