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 3.0.1 to 3.0.2

43

package.json
{
"name": "koa-simple-ratelimit",
"version": "3.0.1",
"version": "3.0.2",
"description": "Simple Rate limiter middleware for koa v2",

@@ -8,4 +8,7 @@ "repository": "scttcper/koa-simple-ratelimit",

"license": "MIT",
"main": "./dist",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [

@@ -22,3 +25,3 @@ "koa",

"prepare": "npm run build",
"build": "del dist && tsc",
"build": "tsc -p tsconfig.build.json",
"test": "jest --runInBand",

@@ -29,5 +32,2 @@ "test:watch": "jest --watch --runInBand",

},
"files": [
"dist"
],
"dependencies": {

@@ -38,24 +38,27 @@ "debug": "^4.1.1",

"devDependencies": {
"@types/debug": "4.1.4",
"@types/jest": "24.0.15",
"@types/debug": "4.1.5",
"@types/jest": "24.0.18",
"@types/koa": "2.0.49",
"@types/node": "12.6.6",
"@types/node": "12.7.3",
"@types/redis": "2.8.13",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"del-cli": "2.0.0",
"eslint": "6.0.1",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"eslint": "6.3.0",
"eslint-config-xo-space": "0.21.0",
"eslint-config-xo-typescript": "0.15.0",
"eslint-plugin-import": "2.18.0",
"jest": "24.8.0",
"jest-junit": "6.4.0",
"koa": "2.7.0",
"eslint-config-xo-typescript": "0.17.0",
"eslint-plugin-import": "2.18.2",
"jest": "24.9.0",
"jest-junit": "8.0.0",
"koa": "2.8.1",
"redis": "2.8.0",
"semantic-release": "15.13.18",
"semantic-release": "15.13.24",
"supertest": "4.0.2",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
"typescript": "3.6.2"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"release": {

@@ -62,0 +65,0 @@ "branch": "master"

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