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

@middy/util

Package Overview
Dependencies
Maintainers
3
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/util - npm Package Compare versions

Comparing version
7.6.4
to
7.6.5
+1
-1
index.js

@@ -219,3 +219,3 @@ // Copyright 2017 - 2026 will Farrell, Luciano Mammino, and Middy contributors.

}
if (pattern !== undefined && !new RegExp(pattern).test(value)) {
if (pattern !== undefined && value.match(pattern) === null) {
fail(`Option '${path}' must match pattern ${pattern}`);

@@ -222,0 +222,0 @@ }

{
"name": "@middy/util",
"version": "7.6.4",
"version": "7.6.5",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (util package)",

@@ -60,3 +60,3 @@ "type": "module",

"@aws-sdk/client-ssm": "^3.0.0",
"@middy/core": "7.6.4",
"@middy/core": "7.6.5",
"@types/aws-lambda": "^8.0.0",

@@ -63,0 +63,0 @@ "@types/node": "^22.0.0",