Comparing version 1.1.3 to 1.1.4
@@ -140,3 +140,3 @@ | ||
// Try to remove the requested tokens from the parent bucket | ||
if (this.parentBucket && !this.parent.tryRemoveTokens(count)) | ||
if (this.parentBucket && !this.parentBucket.tryRemoveTokens(count)) | ||
return false; | ||
@@ -143,0 +143,0 @@ |
{ | ||
"name": "limiter", | ||
"description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "John Hurliman <jhurliman@jhurliman.org>", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
22491