Socket
Socket
Sign inDemoInstall

@middy/http-cors

Package Overview
Dependencies
Maintainers
3
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/http-cors - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

5

index.js

@@ -134,7 +134,2 @@ import { normalizeHttpResponse } from '@middy/util'

)
if (!httpMethod) {
throw new Error('Unknown http event format', {
cause: { package: '@middy/http-cors' }
})
}
if (

@@ -141,0 +136,0 @@ httpMethod === 'OPTIONS' &&

8

package.json
{
"name": "@middy/http-cors",
"version": "5.2.2",
"version": "5.2.3",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",

@@ -61,9 +61,9 @@ "type": "module",

},
"gitHead": "dbfe56d5dfc783fae1e19c7dddd074c0d18d5073",
"gitHead": "5fa384cca11e64e8a8c3b4113b5896cf8b5b229e",
"dependencies": {
"@middy/util": "5.2.2"
"@middy/util": "5.2.3"
},
"devDependencies": {
"@middy/core": "5.2.2"
"@middy/core": "5.2.3"
}
}
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