New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@middy/core

Package Overview
Dependencies
Maintainers
3
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/core - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

./index.cjs

4

index.js

@@ -99,6 +99,6 @@ import { setTimeout } from 'node:timers/promises';

}
} catch (e1) {
} catch (e) {
timeoutAbort?.abort();
request.response = undefined;
request.error = e1;
request.error = e;
try {

@@ -105,0 +105,0 @@ await runMiddlewares(request, onErrorMiddlewares, plugin);

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

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

},
"gitHead": "c5abbac9280c3a2f30758188233a7b27367901d1"
"gitHead": "438103b15c184995a0a38413f6ed0b8696d13670"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc