9 open-source projects similar to brycebaril/through2-filter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Through2 Filter alternative.
A streams2 Readable stream generator, useful for testing.
A through2 to create an Array.prototype.map analog for streams.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
pipe streams together and close all of them if one of them closes
writable stream that concatenates strings or data and calls a callback with the result
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise