# promise-extras

> A helper library for working with JS Promises

Latest version **1.4.1** (published 2015-03-06) · GNU GPL v3 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.4.1 |
| Published | 2015-03-06 |
| First published | 2014-08-09 |
| Weekly downloads | 0 |
| License | GNU GPL v3 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | 2014+ pflannery |
| Maintainers | pflannery |
| Keywords | promise, async, helpers, extras, js, javascript, every |

## Links

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

## Dependencies (1)

- [promise](https://npm.io/package/promise.md) ^6.1.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.4.1 (latest) — 2015-03-06
- 1.4.0 — 2015-03-06
- 1.3.1 — 2014-09-14
- 1.3.0 — 2014-09-06
- 1.2.2 — 2014-08-14
- 1.2.1 — 2014-08-14
- 1.2.0 — 2014-08-13
- 1.1.0 — 2014-08-12
- 1.0.0 — 2014-08-09

## README

<!-- TITLE/ -->

# Promise Helper Library

<!-- /TITLE -->


<!-- BADGES/ -->

[![Build Status](https://img.shields.io/travis/pflannery/promise-extras/master.svg)](http://travis-ci.org/pflannery/promise-extras "Check this project's build status on TravisCI")
[![NPM version](https://img.shields.io/npm/v/promise-extras.svg)](https://npmjs.org/package/promise-extras "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/promise-extras.svg)](https://npmjs.org/package/promise-extras "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/pflannery/promise-extras.svg)](https://david-dm.org/pflannery/promise-extras)
[![Dev Dependency Status](https://img.shields.io/david/dev/pflannery/promise-extras.svg)](https://david-dm.org/pflannery/promise-extras#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/pflannery.svg)](https://www.gratipay.com/pflannery/ "Donate weekly to this project using Gratipay")

<!-- /BADGES -->


<!-- DESCRIPTION/ -->

A helper library for working with JS Promises

<!-- /DESCRIPTION -->


<!-- INSTALL/ -->

## Install

### [NPM](http://npmjs.org/)
- Use: `require('promise-extras')`
- Install: `npm install --save promise-extras`

### [Bower](http://bower.io/)
- Use: `require('promise-extras')`
- Install: `bower install promise-extras`

<!-- /INSTALL -->


## Requires

[Promise](http://promisesaplus.com/) object needs to exist in the global object

## Documentation

- [Library API](http://pflannery.github.io/promise-extras/)

<!-- BACKERS/ -->

## Backers

### Maintainers

These amazing people are maintaining this project:

- pflannery (https://github.com/pflannery)

### Sponsors

No sponsors yet! Will you be the first?

[![Gratipay donate button](https://img.shields.io/gratipay/pflannery.svg)](https://www.gratipay.com/pflannery/ "Donate weekly to this project using Gratipay")

### Contributors

These amazing people have contributed code to this project:

- [pflannery](https://github.com/pflannery) — [view contributions](https://github.com/pflannery/promise-extras/commits?author=pflannery)

[Become a contributor!](https://github.com/pflannery/promise-extras/blob/master/CONTRIBUTING.md#files)

<!-- /BACKERS -->


<!-- LICENSE/ -->

## License

Licensed under GNU GPL v3

Copyright &copy; 2014+ pflannery (https://github.com/pflannery)

<!-- /LICENSE -->


[![Analytics](https://ga-beacon.appspot.com/UA-47157500-1/promise-extras/readme)](https://github.com/pflannery/promise-extras)

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