es6-promise-pool
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "es6-promise-pool", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Runs Promises in a pool that limits their maximum concurrency.", | ||
@@ -52,5 +52,5 @@ "author": { | ||
"standard": "node node_modules/standard/bin/cmd.js", | ||
"mocha": "node node_modules/mocha/bin/_mocha", | ||
"cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec", | ||
"coveralls": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info && rm -rf coverage" | ||
"mocha": "node --harmony node_modules/mocha/bin/_mocha", | ||
"cover": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec", | ||
"coveralls": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info && rm -rf coverage" | ||
}, | ||
@@ -57,0 +57,0 @@ "files": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15934
0