Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Wrap Streams2 instance into a HandleWrap
A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
transform input into equally-sized blocks of output
Like through2 except runs in parallel with limited concurrency
Create a stream from a string. Sugary wrapper around from2
Create a from2 stream based on an array of source values
upgrade streams1 to streams2 streams as a standalone module
Push messages from a stream partitioned by the given delimiter
Dominic Tarr's JSONStream using Rodd Vaggs' through2
Simplified streams of objects
A transform stream that collects chunks and passes them on as batches
An ES6 Tagged String Literal tag that can interpolate Node.JS streams, strings, arrays and Promises and produces a stream.,
A drop-in Streams2-compatible replacement for combined-stream.
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.
A readable stream generator, useful for testing or converting simple functions into Readable streams.
Another Stream2 duplexer
digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)