@middy/http-multipart-body-parser
Advanced tools
Comparing version 1.4.0 to 1.5.0
import middy from '@middy/core' | ||
interface IMultipartBodyParserOptions { | ||
busyboy?: any | ||
busboy?: any | ||
} | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@middy/http-multipart-body-parser", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Http event normalizer middleware for the middy framework", | ||
@@ -51,6 +51,6 @@ "engines": { | ||
"devDependencies": { | ||
"@middy/core": "^1.4.0", | ||
"@middy/core": "^1.5.0", | ||
"es6-promisify": "^6.0.2" | ||
}, | ||
"gitHead": "a1b9a5ce53b86b0fe48ed066b6be750d656d69fe" | ||
"gitHead": "dadc899d30107375705064296a4b358d5ee63c79" | ||
} |
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
17289