Socket
Socket
Sign inDemoInstall

@middy/http-router

Package Overview
Dependencies
Maintainers
3
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/http-router - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

3

index.d.ts

@@ -8,2 +8,3 @@ import middy, { MiddyfiedHandler } from '@middy/core'

APIGatewayProxyResult,
APIGatewayProxyResultV2,
Handler as LambdaHandler

@@ -14,3 +15,3 @@ } from 'aws-lambda'

type TResult = ALBResult | APIGatewayProxyResult
type TResult = ALBResult | APIGatewayProxyResult | APIGatewayProxyResultV2

@@ -17,0 +18,0 @@ export interface Route<TEvent> {

{
"name": "@middy/http-router",
"version": "4.5.2",
"version": "4.5.3",
"description": "HTTP event router for the middy framework",

@@ -69,9 +69,9 @@ "type": "module",

"dependencies": {
"@middy/util": "4.5.2"
"@middy/util": "4.5.3"
},
"devDependencies": {
"@middy/core": "4.5.2",
"@middy/core": "4.5.3",
"@types/aws-lambda": "^8.10.97"
},
"gitHead": "ab0fe0f6a6c27b8f2b7b0e6fbde5a7de3b3b00d6"
"gitHead": "b404cfd9dcdf7eea61525c2f12245f133483ef6b"
}
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