stream-combiner
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "stream-combiner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/dominictarr/stream-combiner", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,3 +7,3 @@ # stream-combiner | ||
Turn a pipeline into a single stream. `pipeline` returns a stream that writes to the first stream | ||
Turn a pipeline into a single stream. `Combine` returns a stream that writes to the first stream | ||
and reads from the last stream. | ||
@@ -10,0 +10,0 @@ |
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
4960