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.6 to 2.5.0

2

es6-promise-pool.js

@@ -198,3 +198,3 @@ (function (root, factory) {

if (!this._done) {
var result = null
var result = { done: false }
while (this._size < this._concurrency &&

@@ -201,0 +201,0 @@ !(result = this._iterator.next()).done) {

{
"name": "es6-promise-pool",
"version": "2.4.6",
"version": "2.5.0",
"description": "Runs Promises in a pool that limits their 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