stream-chunker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "stream-chunker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A transform stream which chunks incoming data into chunkSize byte chunks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ # stream-chunker | ||
- `chunkSize`: `integer` - Size in bytes of the desired chunks | ||
- `chunkSize`: `integer` - Size in bytes of the desired chunks. | ||
- `flush`: `boolean` - Optional. Flush inclomplete chunk data on stream end. Default is `false`. | ||
@@ -19,0 +19,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
8265