p-debounce by sindresorhus

Debounce promise-returning & async functions

updated at April 29, 2024, 8:33 p.m.

JavaScript

5 +0

194 +0

23 +0

GitHub
p-props by sindresorhus

Like `Promise.all()` but for `Map` and `Object`

updated at May 1, 2024, 2:25 a.m.

TypeScript

7 +0

188 +0

25 +0

GitHub
promise-it-wont-hurt by stevekane

A Workshopper module that teaches you to use promises in javascript

updated at May 4, 2024, 6:06 a.m.

JavaScript

11 +0

733 +0

219 +0

GitHub
promise-cookbook by mattdesl

orange book a brief introduction to using Promises in JavaScript

updated at May 5, 2024, 2:45 p.m.

Unknown languages

44 +0

1,610 +0

197 +0

GitHub
p-all by sindresorhus

Run promise-returning & async functions concurrently with optional limited concurrency

updated at May 6, 2024, 1:43 a.m.

JavaScript

10 +0

301 +1

13 +0

GitHub
p-throttle by sindresorhus

Throttle promise-returning & async functions

updated at May 6, 2024, 6:33 a.m.

JavaScript

8 +0

390 +1

27 +0

GitHub
lie by calvinmetcalf

A basic but performant promise implementation.

updated at May 6, 2024, 9 a.m.

JavaScript

16 +0

746 +1

67 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

updated at May 7, 2024, 8:53 a.m.

JavaScript

16 +0

1,504 +1

67 +0

GitHub
p-map by sindresorhus

Map over promises concurrently

updated at May 9, 2024, 3:10 a.m.

JavaScript

13 +0

1,229 +2

55 +0

GitHub
co by tj

The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)

updated at May 10, 2024, 9:58 a.m.

JavaScript

265 +0

11,874 +2

794 +2

GitHub
p-retry by sindresorhus

Retry a promise-returning or async function

updated at May 10, 2024, 11:01 a.m.

JavaScript

7 +0

757 +9

58 +1

GitHub
browserify by browserify

browser-side require() the node.js way

updated at May 11, 2024, 2:13 a.m.

JavaScript

289 -1

14,531 +4

1,185 +0

GitHub
bluebird by petkaantonov

bird zap Bluebird is a full featured promise library with unmatched performance.

updated at May 11, 2024, 6:41 a.m.

JavaScript

346 +0

20,431 -3

2,334 -1

GitHub
promise-fun by sindresorhus

Promise packages, patterns, chat, and tutorials

updated at May 11, 2024, 7:18 a.m.

Unknown languages

88 +1

4,592 +12

126 +0

GitHub
es6-promise by stefanpenner

A polyfill for ES6-style Promises

updated at May 11, 2024, 9:11 a.m.

JavaScript

132 +0

7,302 +0

593 +0

GitHub
p-limit by sindresorhus

Run multiple promise-returning & async functions with limited concurrency

updated at May 11, 2024, 10:17 a.m.

JavaScript

15 +0

1,718 +13

94 +0

GitHub
promise by then

Bare bones Promises/A+ implementation

updated at May 11, 2024, 12:49 p.m.

JavaScript

67 +0

2,564 +2

309 +0

GitHub
q by kriskowal

A promise library for JavaScript

updated at May 11, 2024, 6:32 p.m.

JavaScript

407 +0

14,954 -2

1,203 -2

GitHub
p-queue by sindresorhus

Promise queue with concurrency control

updated at May 12, 2024, 7:27 a.m.

TypeScript

23 +2

3,262 +14

174 +4

GitHub
p-memoize by sindresorhus

Memoize promise-returning & async functions

updated at May 12, 2024, 10:32 a.m.

TypeScript

8 +0

373 +1

32 +0

GitHub