Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-combiner

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-combiner - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "stream-combiner",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/dominictarr/stream-combiner",

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

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

## pipeline (stream1,...,streamN)
## Combine (stream1,...,streamN)

@@ -13,7 +13,7 @@ Turn a pipeline into a single stream. `pipeline` returns a stream that writes to the first stream

> `connect` is an alias for `pipeline`.
``` js
var Combine = require('stream-combiner')
var es = require('event-stream')
es.pipeline( //connect streams together with `pipe`
Combine( //connect streams together with `pipe`
process.openStdin(), //open stdin

@@ -20,0 +20,0 @@ es.split(), //split stream to break on newlines

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