# level-promise

> Promise'd LevelUp.

Latest version **2.1.1** (published 2016-10-10) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2016-10-10 |
| First published | 2013-07-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Nathan Zadoks |
| Maintainers | nathan7 |
| Keywords | promise, leveldb, levelup |

## Links

- npm: https://www.npmjs.com/package/level-promise
- Repository: https://github.com/nathan7/level-promise
- Homepage: https://github.com/nathan7/level-promise#readme
- Issues: https://github.com/nathan7/level-promise/issues
- npm.io page: https://npm.io/package/level-promise

## Dependencies (2)

- [promise](https://npm.io/package/promise.md) >=3.2 <8
- [level-manifest](https://npm.io/package/level-manifest.md) >=1.1.1 <3.0.0

## 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

- 2.1.1 (latest) — 2016-10-10
- 2.1.0 — 2015-07-19
- 2.0.4 — 2015-06-30
- 2.0.3 — 2015-06-27
- 2.0.2 — 2015-04-22
- 1.3.1 — 2014-05-01
- 1.3.0 — 2014-05-01
- 1.2.6 — 2013-08-16
- 1.2.5 — 2013-08-16
- 1.2.4 — 2013-07-30
- 1.2.3 — 2013-07-05

## README

[![travis][travis-image]][travis-url]
[![dep][dep-image]][dep-url]
[![npm][npm-image]][npm-url]

[travis-image]: https://img.shields.io/travis/nathan7/level-promise.svg?style=flat
[travis-url]: https://travis-ci.org/nathan7/level-promise
[dep-image]: https://img.shields.io/gemnasium/nathan7/level-promise.svg?style=flat
[dep-url]: https://gemnasium.com/nathan7/level-promise
[npm-image]: https://img.shields.io/npm/v/level-promise.svg?style=flat
[npm-url]: https://npmjs.org/package/level-promise

# level-promise

  Promised LevelUp.

## Installation

    $ npm install level-promise

## Warning

  At the application level, promises vs callbacks is yours to choose.
  If you use this in a *LevelUp extension* that isn't explicitly about promises, I will find you and I will destroy you.
  Play nice with the rest, use callbacks for your extension.
  If your extension works with level-manifest, it'll work with this.

## Usage

  `LevelPromise(db)` (or `LevelPromise.install(db)`, if that suits your tastes) and you're off!
  Every method marked as async by level-manifest will now return a promise when you don't pass it a callback.
  It recurses into sublevels.

## License

  MIT

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