How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
The main features of rvagg/through2 are: Stream Processing, Stream Utilities.
Open-source alternatives to rvagg/through2 include: mafintosh/pump — pipe streams together and close all of them if one of them closes. maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. dominictarr/event-stream — EventStream is like functional programming meets IO. brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing.
pipe streams together and close all of them if one of them closes
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
writable stream that concatenates strings or data and calls a callback with the result