async-ratelimiter
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -5,2 +5,16 @@ # Changelog | ||
### [1.2.6](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.4...v1.2.6) (2019-07-10) | ||
### Bug Fixes | ||
* typo ([becb50c](https://github.com/microlinkhq/async-ratelimiter/commit/becb50c)) | ||
### Build System | ||
* update travis ([4f8a99d](https://github.com/microlinkhq/async-ratelimiter/commit/4f8a99d)) | ||
### [1.2.5](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.4...v1.2.5) (2019-06-19) | ||
@@ -7,0 +21,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/microlinkhq/async-ratelimiter", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "src/index.js", | ||
@@ -19,3 +19,4 @@ "author": { | ||
"amanda <amandalucis@gmail.com>", | ||
"kornel-kedzierski <pl.kornel@gmail.com>" | ||
"kornel-kedzierski <pl.kornel@gmail.com>", | ||
"offirmo <offirmo.net@gmail.com>" | ||
], | ||
@@ -22,0 +23,0 @@ "repository": { |
@@ -31,3 +31,3 @@ # async-ratelimiter | ||
const limit = new RateLimiter({ | ||
const rateLimiter = new RateLimiter({ | ||
db: new Redis() | ||
@@ -34,0 +34,0 @@ }) |
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
15254