sindresorhus / p-tapView external linksLinks
Tap into a promise chain without affecting its value or state
☆134Apr 8, 2021Updated 4 years ago
Alternatives and similar repositories for p-tap
Users that are interested in p-tap are comparing it to the libraries listed below
Sorting:
- Conditional promise catch handler☆40Apr 9, 2021Updated 4 years ago
- Conditional promise chains☆63Apr 9, 2021Updated 4 years ago
- Wait for a specified number of promises to be fulfilled☆39Sep 11, 2025Updated 5 months ago
- Log the value/error of a promise☆29Apr 9, 2021Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆74Feb 11, 2023Updated 3 years ago
- A better `Promise.race()`☆51Dec 13, 2022Updated 3 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Oct 16, 2024Updated last year
- Measure the time a promise takes to resolve☆72Nov 5, 2023Updated 2 years ago
- Break out of a promise chain☆24Apr 7, 2021Updated 4 years ago
- Map over promises serially☆50Apr 9, 2021Updated 4 years ago
- Assert a Map has a given key and return the value for it.☆12Nov 20, 2022Updated 3 years ago
- Define a lazily evaluated property on an object☆67Mar 19, 2023Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Feb 2, 2026Updated last week
- Iterate over promises serially☆52Jul 8, 2022Updated 3 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 4 years ago
- Compose promise-returning & async functions into a reusable pipeline☆126Apr 8, 2021Updated 4 years ago
- Like `Promise.all()` but for `Map` and `Object`☆200Sep 21, 2025Updated 4 months ago
- Wait for any promise to be fulfilled☆56Jul 9, 2022Updated 3 years ago
- Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency☆94Sep 11, 2025Updated 5 months ago
- Check if your code is running as an npm script☆56Sep 18, 2021Updated 4 years ago
- Filter promises concurrently☆80Dec 27, 2023Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆41Oct 4, 2021Updated 4 years ago
- Get all property keys of an object including non-enumerable and inherited ones☆110Sep 7, 2021Updated 4 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Apr 9, 2021Updated 4 years ago
- A simple platform Flash game I made in high school☆21May 2, 2024Updated last year
- Test whether all promises passes a testing function☆12Mar 15, 2019Updated 6 years ago
- Test whether some promise passes a testing function☆14Mar 15, 2019Updated 6 years ago
- Ask me anything☆11Jul 8, 2015Updated 10 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆37Nov 4, 2023Updated 2 years ago
- Get supervillain names on the command-line☆39Apr 30, 2024Updated last year
- Calls a function repeatedly while a condition returns true and then resolves the promise☆37Aug 29, 2024Updated last year
- Cycle through the items of an array☆242Apr 7, 2021Updated 4 years ago
- Create a lazily evaluated value☆69Apr 8, 2021Updated 4 years ago
- Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called☆285Oct 28, 2024Updated last year
- Create a deferred promise☆84Sep 8, 2025Updated 5 months ago
- Run promise-returning & async functions in series☆71Aug 12, 2021Updated 4 years ago
- Check if a value is a Blob☆24Oct 27, 2023Updated 2 years ago
- Convert Node Streams into ECMAScript-Observables☆72May 5, 2019Updated 6 years ago
- Get PID from a port☆79Nov 26, 2020Updated 5 years ago