koa-simple-ratelimit
Advanced tools
Comparing version 5.0.1 to 5.1.0
@@ -113,2 +113,1 @@ "use strict"; | ||
exports.ratelimit = ratelimit; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "koa-simple-ratelimit", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "Simple Rate limiter middleware for koa v2", | ||
@@ -30,24 +30,24 @@ "repository": "scttcper/koa-simple-ratelimit", | ||
"dependencies": { | ||
"debug": "^4.2.0", | ||
"ms": "^2.1.2" | ||
"debug": "^4.3.1", | ||
"ms": "^2.1.3" | ||
}, | ||
"devDependencies": { | ||
"@ctrl/eslint-config": "1.2.5", | ||
"@jest/globals": "26.6.1", | ||
"@ctrl/eslint-config": "1.2.8", | ||
"@jest/globals": "26.6.2", | ||
"@types/debug": "4.1.5", | ||
"@types/ioredis": "4.17.6", | ||
"@types/ioredis": "4.17.8", | ||
"@types/koa": "2.11.6", | ||
"@types/ms": "0.7.31", | ||
"@types/node": "14.14.2", | ||
"@types/node": "14.14.13", | ||
"@types/redis": "2.8.28", | ||
"@types/supertest": "2.0.10", | ||
"delay": "4.4.0", | ||
"ioredis": "4.19.0", | ||
"jest": "26.6.1", | ||
"ioredis": "4.19.4", | ||
"jest": "26.6.3", | ||
"jest-junit": "12.0.0", | ||
"koa": "2.13.0", | ||
"redis": "3.0.2", | ||
"supertest": "5.0.0", | ||
"ts-jest": "26.4.2", | ||
"typescript": "4.0.3" | ||
"supertest": "6.0.1", | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.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
10016
5
Updateddebug@^4.3.1
Updatedms@^2.1.3