throttled-queue
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "throttled-queue", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.", | ||
@@ -12,2 +12,6 @@ "main": "throttled-queue.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shaunpersad/throttled-queue.git" | ||
}, | ||
"keywords": [ | ||
@@ -23,2 +27,5 @@ "node", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/shaunpersad/throttled-queue/issues" | ||
}, | ||
"devDependencies": { | ||
@@ -25,0 +32,0 @@ "gulp": "^3.9.1", |
Sorry, the diff of this file is not supported yet
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
53961
0
0