Socket
Socket
Sign inDemoInstall

@middy/util

Package Overview
Dependencies
Maintainers
3
Versions
133
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 4.6.0 to 4.6.1

2

index.d.ts
import middy from '@middy/core'
interface Options<Client, ClientOptions> {
AwsClient?: new (...args: any[]) => Client
AwsClient?: new (...[config]: [any] | any) => Client
awsClientOptions?: Partial<ClientOptions>

@@ -6,0 +6,0 @@ awsClientAssumeRole?: string

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

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

"@aws-sdk/client-ssm": "^3.0.0",
"@middy/core": "4.6.0",
"@middy/core": "4.6.1",
"@types/aws-lambda": "^8.10.76",

@@ -75,3 +75,3 @@ "@types/node": "^20.0.0",

},
"gitHead": "34e52521a81a224e3d97de6171604c49e676f0d4"
"gitHead": "253ed0e4ca95623decbade03938a07d837a1eba2"
}
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