Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chop-stream

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chop-stream - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc