koa-simple-ratelimit
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "koa-simple-ratelimit", | ||
"description": "Simple Rate limiter middleware for koa v2", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"scripts": { | ||
@@ -12,4 +12,4 @@ "test": "NODE_ENV=test node_modules/mocha/bin/mocha --reporter spec", | ||
"dependencies": { | ||
"debug": "^2.6.5", | ||
"ms": "^1.0.0" | ||
"debug": "^2.6.6", | ||
"ms": "^2.0.0" | ||
}, | ||
@@ -25,4 +25,4 @@ "devDependencies": { | ||
"koa": "^2.2.0", | ||
"mocha": "^3.3.0", | ||
"nyc": "^10.2.0", | ||
"mocha": "^3.4.1", | ||
"nyc": "^10.3.2", | ||
"redis": "^2.7.1", | ||
@@ -29,0 +29,0 @@ "supertest": "^3.0.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
17046
11
+ Addedms@2.1.3(transitive)
- Removedms@1.0.0(transitive)
Updateddebug@^2.6.6
Updatedms@^2.0.0