koa-simple-ratelimit
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "koa-simple-ratelimit", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Simple Rate limiter middleware for koa v2", | ||
@@ -30,24 +30,24 @@ "repository": "scttcper/koa-simple-ratelimit", | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"debug": "^4.2.0", | ||
"ms": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@ctrl/eslint-config": "1.0.3", | ||
"@jest/globals": "26.1.0", | ||
"@ctrl/eslint-config": "1.2.5", | ||
"@jest/globals": "26.6.1", | ||
"@types/debug": "4.1.5", | ||
"@types/ioredis": "4.17.2", | ||
"@types/koa": "2.11.3", | ||
"@types/ioredis": "4.17.6", | ||
"@types/koa": "2.11.6", | ||
"@types/ms": "0.7.31", | ||
"@types/node": "14.0.23", | ||
"@types/redis": "2.8.25", | ||
"@types/node": "14.14.2", | ||
"@types/redis": "2.8.28", | ||
"@types/supertest": "2.0.10", | ||
"delay": "4.3.0", | ||
"ioredis": "4.17.3", | ||
"jest": "26.1.0", | ||
"jest-junit": "11.0.1", | ||
"delay": "4.4.0", | ||
"ioredis": "4.19.0", | ||
"jest": "26.6.1", | ||
"jest-junit": "12.0.0", | ||
"koa": "2.13.0", | ||
"redis": "3.0.2", | ||
"supertest": "4.0.2", | ||
"ts-jest": "26.1.3", | ||
"typescript": "3.9.7" | ||
"supertest": "5.0.0", | ||
"ts-jest": "26.4.2", | ||
"typescript": "4.0.3" | ||
}, | ||
@@ -54,0 +54,0 @@ "jest": { |
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
Updateddebug@^4.2.0