Combine an array of streams into a single duplex stream using pump and duplexify
☆256Jun 14, 2024Updated last year
Alternatives and similar repositories for pumpify
Users that are interested in pumpify are comparing it to the libraries listed below
Sorting:
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆194Jun 14, 2024Updated last year
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆132Jun 11, 2019Updated 6 years ago
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Jun 14, 2024Updated last year
- pipe streams together and close all of them if one of them closes☆918Feb 28, 2026Updated 3 weeks ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Jun 16, 2025Updated 9 months ago
- A ternary stream: conditionally control the flow of stream data☆36Jun 19, 2020Updated 5 years ago
- A collection of useful stream utility modules for writing better code using streams☆1,088Jun 6, 2020Updated 5 years ago
- Create streams lazily when they are accessed (read from/written to).☆55Mar 7, 2023Updated 3 years ago
- Wrap a Readable stream in a Transform stream.☆10Apr 6, 2023Updated 2 years ago
- Buffer data from a stream into an array if a callback is provided☆32Nov 15, 2014Updated 11 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Jan 24, 2021Updated 5 years ago
- Cyclist is an efficient circular buffer implemention for Javascript.☆39Apr 14, 2024Updated last year
- Small module that calls a function when your computer wakes up from sleep☆42Jun 15, 2016Updated 9 years ago
- A stream that emits multiple other streams one after another (streams3)☆297Sep 8, 2021Updated 4 years ago
- Iterate all the data in a stream☆38Jul 30, 2018Updated 7 years ago
- Get the user home directory with fallback to the system temp directory☆30Apr 16, 2021Updated 4 years ago
- ☆26Dec 7, 2017Updated 8 years ago
- Returns the next buffer/object in a stream's readable queue☆22Jan 17, 2024Updated 2 years ago
- Delay the evaluation of a paramless async function and cache the result☆96Jun 14, 2024Updated last year
- Like `fs.createWriteStream(...)`, but atomic.☆50Feb 14, 2022Updated 4 years ago
- Turn an array like into an array☆12Mar 14, 2021Updated 5 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Transform the first chunk in a stream☆28Nov 1, 2023Updated 2 years ago
- Transform stream for Node.js that allows you to run your transforms in parallel without changing the order☆80Jun 14, 2024Updated last year
- Moved to https://github.com/nodejs/string_decoder☆23Jun 21, 2017Updated 8 years ago
- Node-core streams for userland☆1,045Jan 7, 2025Updated last year
- Turn a paged http request into a stream of pages in Node.js☆30Sep 27, 2015Updated 10 years ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- A through2 wrapper to create an Array.prototype.filter analog for streams☆34Feb 28, 2026Updated 3 weeks ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 4 years ago
- Find a file given a declaration of locations.☆12Mar 19, 2022Updated 4 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Jan 24, 2021Updated 5 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Like duplexer (http://npm.im/duplexer) but using streams2☆71Apr 24, 2020Updated 5 years ago
- writable stream that concatenates strings or data and calls a callback with the result☆577Jun 23, 2021Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Updated this week
- Check if a given module ID is resolvable with require()☆16Nov 30, 2018Updated 7 years ago