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 4.2.5 to 4.2.6

2

index.js

@@ -22,3 +22,3 @@ import BusBoy from 'busboy';

}
throw createError(415, '@middy/http-multipart-body-parser Unsupported Media Type', {
throw createError(415, 'Unsupported Media Type', {
cause: contentType

@@ -25,0 +25,0 @@ });

{
"name": "@middy/http-multipart-body-parser",
"version": "4.2.5",
"version": "4.2.6",
"description": "Http event normalizer middleware for the middy framework",

@@ -69,11 +69,11 @@ "type": "module",

"dependencies": {
"@middy/util": "4.2.5",
"@middy/util": "4.2.6",
"busboy": "1.6.0"
},
"devDependencies": {
"@middy/core": "4.2.5",
"@middy/core": "4.2.6",
"@types/aws-lambda": "^8.10.101",
"type-fest": "^3.0.0"
},
"gitHead": "5ece2d6311bcca23bc755d49bacb1ea0c21cdc98"
"gitHead": "8868ba216442cc42321a251712bc90b9147c0a44"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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