# seventh

> A lean Promises and Async lib for ES6/ES7

Latest version **0.9.4** (published 2025-06-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install seventh
pnpm add seventh
yarn add seventh
bun add seventh
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.4 |
| Published | 2025-06-18 |
| First published | 2017-05-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16.13.0 |
| Dependencies | 1 |
| Unpacked size | 200.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Cédric Ronvel |
| Maintainers | cronvel |
| Keywords | async, await, promise, foreach, map, reduce, filter, once, timeout, retry, debounce, serialize, es6, es7 |

## Links

- npm: https://www.npmjs.com/package/seventh
- Repository: https://github.com/cronvel/seventh
- Homepage: https://github.com/cronvel/seventh#readme
- Issues: https://github.com/cronvel/seventh/issues
- npm.io page: https://npm.io/package/seventh

## Dependencies (1)

- [setimmediate](https://npm.io/package/setimmediate.md) ^1.0.5

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 0.9.4 (latest) — 2025-06-18
- 0.9.3 — 2025-05-17
- 0.9.2 — 2023-08-20
- 0.9.1 — 2023-08-17
- 0.9.0 — 2023-08-16
- 0.8.3 — 2023-08-16
- 0.8.2 — 2023-01-06
- 0.8.1 — 2022-09-22
- 0.8.0 — 2022-07-28
- 0.7.40 — 2020-12-15
- 0.7.39 — 2020-12-15
- 0.7.38 — 2020-11-27
- 0.7.37 — 2020-11-25
- 0.7.36 — 2020-10-22
- 0.7.35 — 2020-03-09
- … 82 more at https://npm.io/package/seventh/versions

## README

# Seventh

A lean Promises and Async lib for ES6/ES7.

* License: MIT
* Current status: stable
* Platform: Node.js / Browser

It comes with a standard Promise implementation, with additional utilities (forEach, map, reduce, filter)
and a set of decorators to do the job (once, timeout, retry, debounce, serialize, promisify node function and api).

---
_Source: https://npm.io/package/seventh · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
