Socket
Socket
Sign inDemoInstall

@middy/http-multipart-body-parser

Package Overview
Dependencies
Maintainers
3
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.2.1 to 5.2.2

3

index.js

@@ -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"
}
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