@middy/http-json-body-parser
Advanced tools
Comparing version 5.3.1 to 5.3.2
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7403
+ Added@middy/util@5.3.2(transitive)
- Removed@middy/util@5.3.1(transitive)
Updated@middy/util@5.3.2