Socket
Socket
Sign inDemoInstall

@middy/http-cors

Package Overview
Dependencies
1
Maintainers
3
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.2 to 4.4.3

2

index.js

@@ -56,3 +56,3 @@ import { normalizeHttpResponse } from '@middy/util';

if (request.response === undefined) return;
return httpCorsMiddlewareAfter(request);
httpCorsMiddlewareAfter(request);
};

@@ -59,0 +59,0 @@ return {

{
"name": "@middy/http-cors",
"version": "4.4.2",
"version": "4.4.3",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",

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

},
"gitHead": "8984cc31d8b14abbe36387d98388d5481c78cadd",
"gitHead": "089df92081ae593696c59fad7c604c2ac2eebe1a",
"dependencies": {
"@middy/util": "4.4.2"
"@middy/util": "4.4.3"
},
"devDependencies": {
"@middy/core": "4.4.2"
"@middy/core": "4.4.3"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc