rate-limiter-flexible
Advanced tools
Comparing version 0.23.2 to 0.23.3
@@ -123,3 +123,5 @@ const RateLimiterStoreAbstract = require('./RateLimiterStoreAbstract'); | ||
return new Promise((resolve, reject) => { | ||
this._query(this._getCreateTableStmt()) | ||
this._query({ | ||
text: this._getCreateTableStmt(), | ||
}) | ||
.then(() => { | ||
@@ -126,0 +128,0 @@ resolve(); |
{ | ||
"name": "rate-limiter-flexible", | ||
"version": "0.23.2", | ||
"version": "0.23.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
84233
2314