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.0 to 2.4.1

2

es6-promise-pool.js

@@ -113,3 +113,3 @@ /* global define */

PromisePool.prototype = new EventTarget()
PromisePool.prototype.constructor = EventTarget
PromisePool.prototype.constructor = PromisePool

@@ -116,0 +116,0 @@ PromisePool.prototype.concurrency = function (value) {

{
"name": "es6-promise-pool",
"version": "2.4.0",
"version": "2.4.1",
"description": "Runs Promises in a pool that limits their maximum concurrency.",

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

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