Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "streaming", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Transforms and other streaming helpers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,3 +11,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
`this` is bound to the stream object inside the transform function, so you | ||
can use `this.push(...)` to output multiple data per input datum. | ||
can use `this.push(...)` to output multiple chunks per single input chunk. | ||
@@ -14,0 +14,0 @@ Example: |
@@ -8,3 +8,2 @@ { | ||
"node_modules/declarations/node/node.d.ts", | ||
"shims.d.ts", | ||
"batcher.ts", | ||
@@ -18,3 +17,2 @@ "eventsource.ts", | ||
"queue.ts", | ||
"shims.d.ts", | ||
"sink.ts", | ||
@@ -21,0 +19,0 @@ "splitter.ts", |
Sorry, the diff of this file is not supported yet
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
44708
977