koa-simple-ratelimit
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "koa-simple-ratelimit", | ||
"description": "Simple Rate limiter middleware for koa v2", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"scripts": { | ||
@@ -12,10 +12,10 @@ "test": "NODE_ENV=test node_modules/mocha/bin/mocha --reporter spec", | ||
"dependencies": { | ||
"debug": "^2.6.1", | ||
"ms": "^0.7.2" | ||
"debug": "^2.6.3", | ||
"ms": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^7.1.1", | ||
"babel-eslint": "^7.2.1", | ||
"chai": "^3.5.0", | ||
"eslint": "^3.17.1", | ||
"eslint-config-standard": "^7.0.1", | ||
"eslint": "^3.18.0", | ||
"eslint-config-standard": "^7.1.0", | ||
"eslint-plugin-babel": "^4.1.1", | ||
@@ -25,6 +25,6 @@ "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-standard": "^2.1.1", | ||
"koa": "^2.1.0", | ||
"koa": "^2.2.0", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.1.2", | ||
"redis": "^2.6.5", | ||
"nyc": "^10.2.0", | ||
"redis": "^2.7.1", | ||
"supertest": "^3.0.0" | ||
@@ -31,0 +31,0 @@ }, |
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
92284
+ Addedms@1.0.0(transitive)
- Removedms@0.7.3(transitive)
Updateddebug@^2.6.3
Updatedms@^1.0.0