Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es6-promise-pool

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-promise-pool - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

package.json
{
"name": "es6-promise-pool",
"version": "2.4.2",
"version": "2.4.3",
"description": "Runs Promises in a pool that limits their concurrency.",

@@ -5,0 +5,0 @@ "author": {

@@ -158,3 +158,3 @@ # ES6 Promise Pool

// - promise: the Promise that got fulfilled
// - result: the result of that Promise.
// - result: the result of that Promise
console.log('Fulfilled: ' + event.data.result)

@@ -168,3 +168,3 @@ })

// - promise: the Promise that got rejected
// - error: the Error for the rejection.
// - error: the Error for the rejection
console.log('Rejected: ' + event.data.error.message)

@@ -199,3 +199,3 @@ })

- [Bluebird](https://github.com/petkaantonov/bluebird) includes
[`Promise.map()`](https://github.com/petkaantonov/bluebird/blob/master/API.md#mapfunction-mapper--object-options---promise),
[`Promise.map()`](http://bluebirdjs.com/docs/api/promise.map.html),
which takes a `concurrency` option.

@@ -202,0 +202,0 @@ - Similarly, [λ (a.k.a. contra)](https://github.com/bevacqua/contra) has

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc