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

koa-simple-ratelimit

Package Overview
Dependencies
Maintainers
1
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 2.2.0 to 2.2.1

18

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

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