🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@middy/input-output-logger

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/input-output-logger - npm Package Compare versions

Comparing version

to
6.2.3

2

index.d.ts
import type middy from "@middy/core";
interface Options {
logger?: (message: any) => undefined;
logger?: (message: any) => void;
awsContext?: boolean;

@@ -6,0 +6,0 @@ omitPaths?: string[];

{
"name": "@middy/input-output-logger",
"version": "6.2.2",
"version": "6.2.3",
"description": "Input and output logger middleware for the middy framework",

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

"@datastream/core": "0.0.40",
"@middy/core": "6.2.2",
"@middy/core": "6.2.3",
"@types/node": "^20.0.0"

@@ -68,0 +68,0 @@ },