mafintosh / end-of-streamView external linksLinks
Call a callback when a readable/writable/duplex stream has completed or failed.
☆150Jun 16, 2025Updated 8 months ago
Alternatives and similar repositories for end-of-stream
Users that are interested in end-of-stream are comparing it to the libraries listed below
Sorting:
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Jun 14, 2024Updated last year
- Iterate all the data in a stream☆38Jul 30, 2018Updated 7 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Feb 27, 2017Updated 8 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- Moved to https://github.com/nodejs/string_decoder☆23Jun 21, 2017Updated 8 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Combine an array of streams into a single duplex stream using pump and duplexify☆256Jun 14, 2024Updated last year
- Parse and stringify mdns service types☆15Jul 16, 2017Updated 8 years ago
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆131Jun 11, 2019Updated 6 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Jun 14, 2024Updated last year
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 2 years ago
- Buffer data from a stream into an array if a callback is provided☆32Nov 15, 2014Updated 11 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated last month
- Returns an object with the base path and the actual pattern from a glob.☆17Apr 12, 2017Updated 8 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Aug 7, 2021Updated 4 years ago
- Create an array by repeating the given string n times.☆19Apr 7, 2021Updated 4 years ago
- Detect whether or not an object is a Typed Array☆21Jan 23, 2024Updated 2 years ago
- Edit a string using $EDITOR from within your node app.☆23Jun 18, 2018Updated 7 years ago
- Transform stream that lets you peek the first line before deciding how to parse it☆58Mar 31, 2023Updated 2 years ago
- Like `fs.createWriteStream(...)`, but atomic.☆50Feb 14, 2022Updated 4 years ago
- pipe streams together and close all of them if one of them closes☆919Jun 16, 2025Updated 8 months ago
- Returns the next buffer/object in a stream's readable queue☆22Jan 17, 2024Updated 2 years ago
- ☆26Dec 7, 2017Updated 8 years ago
- Try to guess if your terminal supports unicode☆18Dec 16, 2020Updated 5 years ago
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Check if a given module ID is resolvable with require()☆16Nov 30, 2018Updated 7 years ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Aug 20, 2021Updated 4 years ago
- Turn an array like into an array☆12Mar 14, 2021Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Callback wrapping utility☆56Feb 10, 2024Updated 2 years ago
- Watches for the computer to fall asleep and then triggers an event callback on wakeup☆26Jun 14, 2016Updated 9 years ago
- Non-blocking stdout stream☆38Jun 14, 2024Updated last year
- Determine if an object is a Node.js Stream☆63Dec 30, 2015Updated 10 years ago
- Contain async insanity so that the dark pony lord doesn't eat souls☆93Apr 15, 2023Updated 2 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Jan 24, 2021Updated 5 years ago
- Apply an async function to each Array element in series☆21Sep 18, 2015Updated 10 years ago