@middy/http-multipart-body-parser
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -65,4 +65,3 @@ import BusBoy from '@fastify/busboy' | ||
busboy | ||
.on('file', (fieldname, file, info) => { | ||
const { filename, encoding, mimeType: mimetype } = info | ||
.on('file', (fieldname, file, filename, encoding, mimetype) => { | ||
const attachment = { | ||
@@ -69,0 +68,0 @@ filename, |
{ | ||
"name": "@middy/http-multipart-body-parser", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Http event normalizer middleware for the middy framework", | ||
@@ -64,10 +64,10 @@ "type": "module", | ||
"@fastify/busboy": "2.1.0", | ||
"@middy/util": "5.2.1" | ||
"@middy/util": "5.2.2" | ||
}, | ||
"devDependencies": { | ||
"@middy/core": "5.2.1", | ||
"@middy/core": "5.2.2", | ||
"@types/aws-lambda": "^8.10.101", | ||
"type-fest": "^4.0.0" | ||
}, | ||
"gitHead": "4d55da221b9165b4b3e59a12632fd40a149a1e92" | ||
"gitHead": "dbfe56d5dfc783fae1e19c7dddd074c0d18d5073" | ||
} |
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
32
9563
123
+ Added@middy/util@5.2.2(transitive)
- Removed@middy/util@5.2.1(transitive)
Updated@middy/util@5.2.2