express-rate-limit
Advanced tools
Comparing version 0.0.0-typescript-beta-2 to 0.0.0-typescript-beta-3
{ | ||
"name": "express-rate-limit", | ||
"version": "0.0.0-typescript-beta-2", | ||
"version": "0.0.0-typescript-beta-3", | ||
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.", | ||
@@ -55,4 +55,5 @@ "homepage": "https://github.com/nfriedly/express-rate-limit", | ||
"test": "eslint lib/* test/* && mocha", | ||
"precommit": "pretty-quick --staged" | ||
"precommit": "pretty-quick --staged", | ||
"prepublish": "npm run build" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
25071
8
206