# nested-promise

> Promise pattern for async tasks. Also handles nested tasks

Latest version **0.0.5** (published 2014-03-05) · 0 weekly downloads

## Install

```sh
npm install nested-promise
pnpm add nested-promise
yarn add nested-promise
bun add nested-promise
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2014-03-05 |
| First published | 2014-02-05 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mark Williams |
| Maintainers | willmark |
| Keywords | promise, nested asychronous tasks, promise pattern, node.js promise |

## Links

- npm: https://www.npmjs.com/package/nested-promise
- Repository: https://github.com/willmark/nested-promise
- Issues: https://github.com/willmark/nested-promise/issues
- npm.io page: https://npm.io/package/nested-promise

## 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.0.5 (latest) — 2014-03-05
- 0.0.4 — 2014-02-15
- 0.0.3 — 2014-02-13
- 0.0.2 — 2014-02-12
- 0.0.1 — 2014-02-05

## README

nested-promise
============

> Stability - 2 Unstable

Promise pattern to handle multiple nested tasks

## Usage 

````
    var TaskHandler = promise.TaskHandler;
    var options = {
        task: tasks,
        asyncop: asyncop,
        cbtaskcomplete: taskcomplete,
        cbend: end
    };
    var th = new TaskHandler();
    th.init(options);

````

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