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

@middy/http-json-body-parser

Package Overview
Dependencies
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/http-json-body-parser - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

6

index.d.ts
import middy from '@middy/core'
import { APIGatewayEvent, APIGatewayProxyEventV2 } from 'aws-lambda'
import { APIGatewayEvent, APIGatewayProxyEventV2, ALBEvent } from 'aws-lambda'

@@ -9,6 +9,6 @@ interface Options {

export type VersionedApiGatewayEvent = APIGatewayEvent | APIGatewayProxyEventV2
export type RequestEvent = APIGatewayEvent | APIGatewayProxyEventV2 | ALBEvent
declare function jsonBodyParser<APIGatewayEventType extends VersionedApiGatewayEvent = VersionedApiGatewayEvent> (options?: Options): middy.MiddlewareObj<APIGatewayEventType>
declare function jsonBodyParser<EventType extends RequestEvent = RequestEvent> (options?: Options): middy.MiddlewareObj<EventType>
export default jsonBodyParser
{
"name": "@middy/http-json-body-parser",
"version": "5.3.1",
"version": "5.3.2",
"description": "Http JSON body parser middleware for the middy framework",

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

"dependencies": {
"@middy/util": "5.3.1"
"@middy/util": "5.3.2"
},

@@ -72,3 +72,3 @@ "devDependencies": {

},
"gitHead": "d25628bf7ebf0c4f00ed2e789d0b3edae2be4dae"
"gitHead": "56b1431f6feeef398a85054691977ee5c0212f55"
}
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