promise-subarrays
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "promise-subarrays", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Similar to Promise.all() but allows you to await a certain number of promises at once.", | ||
@@ -15,3 +15,11 @@ "main": "index.js", | ||
"author": "Spencer Holman <spencer.a.holman@gmail.com>", | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/saholman/promises-subarrays.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/saholman/promises-subarrays/issues" | ||
}, | ||
"homepage": "https://github.com/saholman/promises-subarrays#readme" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
2229
1
1
0