es6-promise-pool
Advanced tools
Comparing version 2.4.3 to 2.4.4
{ | ||
"name": "es6-promise-pool", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Runs Promises in a pool that limits their concurrency.", | ||
@@ -10,2 +10,3 @@ "author": { | ||
"main": "es6-promise-pool.js", | ||
"typings": "es6-promise-pool.d.ts", | ||
"keywords": [ | ||
@@ -12,0 +13,0 @@ "promise", |
# ES6 Promise Pool | ||
[![npm](https://img.shields.io/npm/v/es6-promise-pool.svg)](https://www.npmjs.com/package/es6-promise-pool) ![Bower](https://img.shields.io/bower/v/es6-promise-pool.svg) [![Build Status](https://img.shields.io/travis/timdp/es6-promise-pool/master.svg?label=travis+build)](https://travis-ci.org/timdp/es6-promise-pool) [![Build Status](https://img.shields.io/appveyor/ci/timdp/es6-promise-pool/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/es6-promise-pool) [![Coverage Status](https://img.shields.io/coveralls/timdp/es6-promise-pool/master.svg)](https://coveralls.io/r/timdp/es6-promise-pool) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
[![npm](https://img.shields.io/npm/v/es6-promise-pool.svg)](https://www.npmjs.com/package/es6-promise-pool) ![Bower](https://img.shields.io/bower/v/es6-promise-pool.svg) [![Travis Build Status](https://img.shields.io/travis/timdp/es6-promise-pool/master.svg?label=travis+build)](https://travis-ci.org/timdp/es6-promise-pool) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/timdp/es6-promise-pool/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/es6-promise-pool) [![Coverage Status](https://img.shields.io/coveralls/timdp/es6-promise-pool/master.svg)](https://coveralls.io/r/timdp/es6-promise-pool) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
@@ -5,0 +5,0 @@ Runs `Promise`s in a pool that limits their concurrency. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15817