Socket
Socket
Sign inDemoInstall

@middy/http-cors

Package Overview
Dependencies
13
Maintainers
10
Versions
208
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.44 to 1.0.0-alpha.45

2

index.d.ts

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

declare function cors(opts?: ICorsOptions): middy.IMiddyMiddlewareObject;
declare const cors : middy.Middleware<ICorsOptions, any, any>
export default cors
{
"name": "@middy/http-cors",
"version": "1.0.0-alpha.44",
"version": "1.0.0-alpha.45",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",

@@ -45,6 +45,6 @@ "engines": {

"devDependencies": {
"@middy/core": "^1.0.0-alpha.44",
"@middy/core": "^1.0.0-alpha.45",
"es6-promisify": "^6.0.2"
},
"gitHead": "e96e46b686064792b0652abe9d8a07029a63e8ad"
"gitHead": "df9c23728ea5dd29689fdea48473a29e41d5ee92"
}

@@ -5,3 +5,4 @@ {

"lib": ["es2015"],
"target": "es2015"
"target": "es2015",
"esModuleInterop": true
},

@@ -8,0 +9,0 @@ "files": [

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