Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@middy/core

Package Overview
Dependencies
Maintainers
0
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 5.4.1 to 5.4.2

7

index.d.ts

@@ -99,8 +99,9 @@ import {

onError: AttachMiddlewareFn<TEvent, TResult, TErr, TContext, TInternal>
handler: <TAdditional>(
handler: <TInputHandlerEventProps, TInputHandlerResultProps>(
handler: MiddlewareHandler<
LambdaHandler<TEvent & TAdditional, TResult>,
LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>,
TContext
>
) => MiddyfiedHandler<TEvent, TResult, TErr, TContext, TInternal>
| LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>
) => MiddyfiedHandler<TInputHandlerEventProps, TInputHandlerResultProps, TErr, TContext, TInternal>
}

@@ -107,0 +108,0 @@

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

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

},
"gitHead": "8d3743e7fb9d0eb2da02a4e5018f76de5ab74bca",
"gitHead": "e862f8d6cbd447461537bc8e8db39c6720290e2f",
"dependencies": {

@@ -66,0 +66,0 @@ "@datastream/core": "0.0.35"

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