stream-combiner
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4536