then/promise
Bare bones Promises/A+ implementation observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5001
- days_rel: n/a
- days_push: 1047
- n_releases_24m: 0
Adoption not part of the score
2587 stars · 306 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A bare bones Promises/A+ implementation in JavaScript, serving as a superset of ES6 Promises with minimal necessary extensions. It works on both Node.js and browsers (as a polyfill) and offers optional builds for domains, setImmediate, and ES6 extensions.
Use cases
- polyfill promises in older browsers or environments without native ES6 promises
- wrap callback-based async APIs into promises
- implement Promises/A+ compliant async control flow in Node.js
- track and log unhandled promise rejections
- use a lightweight promise library with domains support in Node.js
When to choose
- you need a small, spec-compliant Promises/A+ implementation
- you must support environments lacking native Promise support
- you want a minimal promise library without heavy dependencies
When to avoid
- your runtime already has native ES6 Promises and you need no extensions
- you need advanced async utilities like cancellation or observables
- you want a library with active ongoing feature development
Facets
library · maturity maintenance
concurrency developer-tools developer-tools web-development browser cross-platform promises promises-aplus async polyfill es6 javascript nodejs
3 sources
- readme: https://github.com/then/promise · fetched 2026-08-28 · e78f89aee668
- homepage: https://www.promisejs.org · fetched 2026-08-29 · 3c0f3b52b918
- registry_npm: https://registry.npmjs.org/promise · fetched 2026-08-29 · e49cae223257
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| then/promise | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem