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 0.2.8 to 0.2.9

7

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

@@ -50,3 +50,3 @@ "author": {

"scripts": {
"test": "npm run standard && npm run mocha && node --version | grep -qv ^v0\\.12\\. || npm run coveralls",
"test": "npm run standard && npm run mocha && ( node --version | grep -qv ^v0\\.12\\. || npm run coveralls )",
"standard": "node node_modules/standard/bin/cmd.js",

@@ -75,6 +75,5 @@ "mocha": "node --harmony node_modules/mocha/bin/_mocha",

"ignore": [
"bower_components/**",
"demo/demo-generator.js"
"bower_components/**"
]
}
}

@@ -139,5 +139,5 @@ # es6-promise-pool

pool.start()
.then(function () {
console.log('Complete')
})
.then(function () {
console.log('Complete')
})
```

@@ -144,0 +144,0 @@

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