async-ratelimiter
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
<a name="1.1.1"></a> | ||
## 1.1.1 (2018-07-18) | ||
* Remove unnecessary check ([f09bff9](https://github.com/microlinkhq/async-ratelimiter/commit/f09bff9)) | ||
<a name="1.1.0"></a> | ||
@@ -2,0 +9,0 @@ # 1.1.0 (2018-07-16) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/microlinkhq/async-ratelimiter", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "src/index.js", | ||
@@ -19,4 +19,4 @@ "author": { | ||
{ | ||
"name": "Noam Shemesh", | ||
"email": "noam@bigpanda.io" | ||
"name": "TJ Holowaychuk", | ||
"email": "tj@vision-media.ca" | ||
}, | ||
@@ -68,4 +68,4 @@ { | ||
{ | ||
"name": "TJ Holowaychuk", | ||
"email": "tj@vision-media.ca" | ||
"name": "Noam Shemesh", | ||
"email": "noam@bigpanda.io" | ||
}, | ||
@@ -72,0 +72,0 @@ { |
@@ -36,4 +36,4 @@ 'use strict' | ||
const count = parseInt(Array.isArray(res[0]) ? res[1][1] : res[1]) | ||
const oldest = parseInt(Array.isArray(res[0]) ? res[3][1] : res[3]) | ||
const count = parseInt(res[1][1]) | ||
const oldest = parseInt(res[3][1]) | ||
@@ -40,0 +40,0 @@ return { |
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
11466