Socket
Socket
Sign inDemoInstall

@middy/http-cors

Package Overview
Dependencies
Maintainers
10
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 1.0.0-alpha.28 to 1.0.0-alpha.29

6

index.d.ts
import middy from '../core'
interface ICorsOptions {
origin: string;
origin?: string;
origins?: string[];
headers: string;
credentials: boolean;
headers?: string;
credentials?: boolean;
}

@@ -9,0 +9,0 @@

{
"name": "@middy/http-cors",
"version": "1.0.0-alpha.28",
"version": "1.0.0-alpha.29",
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework",

@@ -44,3 +44,3 @@ "engines": {

},
"gitHead": "89b20f171afbfb801067757114013ac95a411b73"
"gitHead": "0e94109055e0453a62d44bd43785c939e3ccdb56"
}
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