Socket
Socket
Sign inDemoInstall

middy

Package Overview
Dependencies
Maintainers
8
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

middy - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

6

index.d.ts

@@ -32,6 +32,6 @@ import { Callback, Context, Handler, ProxyResult } from 'aws-lambda';

interface IHandlerLambda {
event: any;
interface IHandlerLambda<T = any, V = object> {
event: T;
context: Context;
response: ProxyResult | object;
response: V;
error: Error;

@@ -38,0 +38,0 @@ callback: Callback;

{
"name": "middy",
"version": "0.9.5",
"version": "0.9.6",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda",

@@ -5,0 +5,0 @@ "main": "./index.js",

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