stream-chunker
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "stream-chunker", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A transform stream which chunks incoming data into chunkSize byte chunks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ # stream-chunker | ||
}; | ||
var chunker = Chunker(16, opts); // split the stream of data into 4 byte chunks | ||
var chunker = Chunker(16, opts); | ||
// make sure to add any data event listeners to chunker stream | ||
@@ -51,0 +51,0 @@ // before you write any data to it |
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
8319