@codice-progressio/express-brute
Advanced tools
+10
| # Changelog | ||
| All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
| ## [3.1.0](https://github.com/RafaelAngelRamirez/express-brute/compare/v3.0.0...v3.1.0) (2024-07-30) | ||
| ### Features | ||
| * BREKING CHANGE: Updated engines ([0e21fb0](https://github.com/RafaelAngelRamirez/express-brute/commit/0e21fb048ae010e4923495048d99eb5a6cebe8ba)) |
+5
-7
| { | ||
| "name": "@codice-progressio/express-brute", | ||
| "version": "3.0.0", | ||
| "version": "3.1.0", | ||
| "description": "A brute-force protection middleware for express routes that rate limits incoming requests", | ||
@@ -18,3 +18,4 @@ "keywords": [ | ||
| "scripts": { | ||
| "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec" | ||
| "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec", | ||
| "release": "npx standard-version && git push --follow-tags && npm publish" | ||
| }, | ||
@@ -25,4 +26,4 @@ "publishConfig": { | ||
| "engines": { | ||
| "node": "16.x.x", | ||
| "npm": "8.x.x" | ||
| "node": "20.x.x", | ||
| "npm": "10.x.x" | ||
| }, | ||
@@ -50,6 +51,3 @@ "repository": { | ||
| "underscore": "^1.13.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "express": "4.x" | ||
| } | ||
| } |
53450
0.91%3
-25%12
9.09%