rate-limiter-flexible
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -77,3 +77,3 @@ const RateLimiterStoreAbstract = require('./RateLimiterStoreAbstract'); | ||
static getDbName() { | ||
return 'node-rate-limiter-flexible' | ||
return 'node-rate-limiter-flexible'; | ||
} | ||
@@ -80,0 +80,0 @@ |
{ | ||
"name": "rate-limiter-flexible", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"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
107079
27