@depup/express-slow-down 3.1.0-depup.0 → 3.1.0-depup.3
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/README.md +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/express-slow-down
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [express-slow-down](https://www.npmjs.com/package/express-slow-down) @ 3.1.0 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 1 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/express-slow-down
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| express-rate-limit | 8 | ^8.
|
|
25
|
+
| express-rate-limit | 8 | ^8.6.0 |
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/express-slow-down",
|
|
3
|
-
"version": "3.1.0-depup.
|
|
3
|
+
"version": "3.1.0-depup.3",
|
|
4
4
|
"description": "Basic IP rate-limiting middleware for Express that slows down responses rather than blocking the user. (with updated dependencies)",
|
|
5
5
|
"homepage": "https://github.com/express-rate-limit/express-slow-down",
|
|
6
6
|
"author": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"express": "4 || 5 || ^5.0.0-beta.1"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"express-rate-limit": "^8.
|
|
87
|
+
"express-rate-limit": "^8.6.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@express-rate-limit/prettier": "1.1.1",
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
"changes": {
|
|
151
151
|
"express-rate-limit": {
|
|
152
152
|
"from": "8",
|
|
153
|
-
"to": "^8.
|
|
153
|
+
"to": "^8.6.0"
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
"depsUpdated": 1,
|
|
157
157
|
"originalPackage": "express-slow-down",
|
|
158
158
|
"originalVersion": "3.1.0",
|
|
159
|
-
"processedAt": "2026-
|
|
159
|
+
"processedAt": "2026-07-21T17:23:24.456Z",
|
|
160
160
|
"smokeTest": "passed"
|
|
161
161
|
}
|
|
162
162
|
}
|