Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-simple-ratelimit

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-simple-ratelimit - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

1

dist/index.js

@@ -113,2 +113,1 @@ "use strict";

exports.ratelimit = ratelimit;
//# sourceMappingURL=index.js.map

24

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc