Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codice-progressio/express-brute

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codice-progressio/express-brute - npm Package Compare versions

Comparing version
3.0.0
to
3.1.0
+10
CHANGELOG.md
# 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"
}
}