concurrent-promise-queue
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "concurrent-promise-queue", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Allows promises to be queued up and executed at a maximum rate defined by time or max concurrency", | ||
"keywords": ["queue", "concurrency", "concurrent", "parralel", "job", "task", "async", "asynchronous", "promise"], | ||
"repository": "github:doo-gl/concurrent-promise-queue", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublish": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublish": "tsc" | ||
}, | ||
@@ -11,0 +12,0 @@ "author": "Doogal Simpson", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
25976
7
1
1
91
0