rate-limiter-flexible
Advanced tools
Comparing version 0.19.2 to 0.19.3
@@ -104,5 +104,7 @@ const RateLimiterStoreAbstract = require('./RateLimiterStoreAbstract'); | ||
upsertData = { | ||
key, | ||
points, | ||
expire: new Date(Date.now() + msDuration), | ||
$set: { | ||
key, | ||
points, | ||
expire: new Date(Date.now() + msDuration), | ||
}, | ||
}; | ||
@@ -109,0 +111,0 @@ } else { |
{ | ||
"name": "rate-limiter-flexible", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"description": "Flexible API rate limiter backed by Redis for distributed node.js applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
73016
1965