Socket
Socket
Sign inDemoInstall

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.1.1 to 2.1.2

24

package.json

@@ -8,3 +8,3 @@ {

},
"version": "2.1.1",
"version": "2.1.2",
"keywords": [

@@ -21,15 +21,15 @@ "koa",

"dependencies": {
"debug": "^2.2.0",
"debug": "^2.3.3",
"ms": "^0.7.2"
},
"devDependencies": {
"coveralls": "^2.11.15",
"eslint": "~3.12.0",
"eslint-config-airbnb-base": "~11.0.0",
"eslint-plugin-import": "~2.2.0",
"koa": "2.0.0-alpha.7",
"coveralls": "^2.11.14",
"nyc": "^8.3.2",
"mocha": "^3.1.2",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"redis": "^2.6.3",
"should": "^11.1.1",
"eslint": "~3.9.1",
"eslint-config-airbnb-base": "~9.0.0",
"eslint-plugin-import": "~2.0.1",
"should": "^11.1.2",
"supertest": "^2.0.1"

@@ -42,2 +42,8 @@ },

},
"nyc": {
"reporter": [
"lcov",
"text"
]
},
"engines": {

@@ -44,0 +50,0 @@ "node": ">= 4"

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