chop-stream
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "chop-stream", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Chop a data stream into fixed size buffer chunks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,1 +45,23 @@ # chop-stream | ||
`padding`: pad the end of a stream with zeroes to align the last chunk. | ||
## see also | ||
> Has this not been done before? | ||
Sure, here are a few examples: | ||
- [stream-chunker](https://npm.im/stream-chunker) | ||
- [stream-chunkify](https://npm.im/stream-chunkify) | ||
- [chunk-stream](https://npm.im/chunk-stream) | ||
- [chopped-stream](https://npm.im/chopped-stream) | ||
- [choppa](https://npm.im/choppa) | ||
- [block-stream2](https://npm.im/block-stream2) | ||
- [block-stream](https://npm.im/block-stream) | ||
- [batched-stream](https://npm.im/batched-stream) | ||
- [bytechunker](https://npm.im/bytechunker) | ||
- [pull-block](https://npm.im/pull-block) | ||
> A few? Did we really need yet another module? | ||
Probably not, but I wanted a small dependency-free ES2015 version. | ||
Why open a pull request, when you can follow the trend and add yet another module. |
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
4701
67