rate-limiter-flexible
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -23,5 +23,5 @@ const RateLimiterAbstract = require('./RateLimiterAbstract'); | ||
if (Array.isArray(resSet)) { | ||
resSet = resSet[1]; | ||
consumed = consumed[1]; | ||
resTtlMs = resTtlMs[1]; | ||
[, resSet] = resSet; | ||
[, consumed] = consumed; | ||
[, resTtlMs] = resTtlMs; | ||
} | ||
@@ -28,0 +28,0 @@ const res = new RateLimiterRes(); |
{ | ||
"name": "rate-limiter-flexible", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Flexible API rate limiter backed by Redis for distributed node.js applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
92203