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.2.2 to 4.2.3

2

index.d.ts

@@ -18,4 +18,4 @@ import middy from '@middy/core'

declare function httpCors(options?: Options): middy.MiddlewareObj
declare function httpCors (options?: Options): middy.MiddlewareObj
export default httpCors

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

//# sourceMappingURL=index.js.map
{
"name": "@middy/http-cors",
"version": "4.2.2",
"version": "4.2.3",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",

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

"homepage": "https://middy.js.org",
"gitHead": "768fbb334e9774fcef406e095a5f4e98497266e0",
"gitHead": "e93de434ee12f3800976b6b2e253e8aa19a68e95",
"dependencies": {
"@middy/util": "4.2.2"
"@middy/util": "4.2.3"
},
"devDependencies": {
"@middy/core": "4.2.2"
"@middy/core": "4.2.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