koa-simple-ratelimit
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"keywords": [ | ||
@@ -21,15 +21,15 @@ "koa", | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"debug": "^2.3.3", | ||
"ms": "^0.7.2" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.15", | ||
"eslint": "~3.12.0", | ||
"eslint-config-airbnb-base": "~11.0.0", | ||
"eslint-plugin-import": "~2.2.0", | ||
"koa": "2.0.0-alpha.7", | ||
"coveralls": "^2.11.14", | ||
"nyc": "^8.3.2", | ||
"mocha": "^3.1.2", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.0.0", | ||
"redis": "^2.6.3", | ||
"should": "^11.1.1", | ||
"eslint": "~3.9.1", | ||
"eslint-config-airbnb-base": "~9.0.0", | ||
"eslint-plugin-import": "~2.0.1", | ||
"should": "^11.1.2", | ||
"supertest": "^2.0.1" | ||
@@ -42,2 +42,8 @@ }, | ||
}, | ||
"nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
] | ||
}, | ||
"engines": { | ||
@@ -44,0 +50,0 @@ "node": ">= 4" |
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
7818
Updateddebug@^2.3.3