koa-simple-ratelimit
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"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
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
18502
20