express-rate-limit 8.3.0 → 8.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-rate-limit",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nathan Friedly",
|
|
@@ -80,21 +80,21 @@
|
|
|
80
80
|
"express": ">= 4.11"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@biomejs/biome": "2.
|
|
83
|
+
"@biomejs/biome": "2.4.6",
|
|
84
84
|
"@express-rate-limit/prettier": "1.1.1",
|
|
85
85
|
"@express-rate-limit/tsconfig": "1.0.2",
|
|
86
86
|
"@jest/globals": "30.2.0",
|
|
87
87
|
"@types/express": "5.0.6",
|
|
88
88
|
"@types/jest": "30.0.0",
|
|
89
89
|
"@types/node": "25.3.3",
|
|
90
|
-
"@types/supertest": "
|
|
91
|
-
"del-cli": "
|
|
90
|
+
"@types/supertest": "7.2.0",
|
|
91
|
+
"del-cli": "7.0.0",
|
|
92
92
|
"dts-bundle-generator": "8.1.2",
|
|
93
93
|
"esbuild": "0.27.3",
|
|
94
94
|
"express": "5.2.1",
|
|
95
95
|
"husky": "9.1.7",
|
|
96
96
|
"jest": "30.2.0",
|
|
97
|
-
"lint-staged": "16.3.
|
|
97
|
+
"lint-staged": "16.3.2",
|
|
98
98
|
"mintlify": "4.2.392",
|
|
99
99
|
"npm-run-all": "4.1.5",
|
|
100
100
|
"prettier": "3.8.1",
|
package/readme.md
CHANGED
|
@@ -108,7 +108,7 @@ If you need help with something, feel free to
|
|
|
108
108
|
[start a discussion](https://github.com/express-rate-limit/express-rate-limit/discussions/new)!
|
|
109
109
|
|
|
110
110
|
If you wish to contribute to the library, thanks! First, please read
|
|
111
|
-
[the contributing guide](https://express-rate-limit.mintlify.app/
|
|
111
|
+
[the contributing guide](https://express-rate-limit.mintlify.app/guides/contributing).
|
|
112
112
|
Then you can pick up any issue and fix/implement it!
|
|
113
113
|
|
|
114
114
|
## License
|