You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@middy/warmup

Package Overview
Dependencies
Maintainers
3
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/warmup - npm Package Compare versions

Comparing version
6.4.5
to
7.0.0-alpha.1
+3
-3
package.json
{
"name": "@middy/warmup",
"version": "6.4.5",
"version": "7.0.0-alpha.1",
"description": "Warmup (cold start mitigation) middleware for the middy framework",
"type": "module",
"engines": {
"node": ">=20"
"node": ">=22"
},

@@ -67,5 +67,5 @@ "engineStrict": true,

"devDependencies": {
"@middy/core": "6.4.5"
"@middy/core": "7.0.0-alpha.1"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}