@middy/http-cors
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -6,3 +6,3 @@ import middy from '@middy/core' | ||
credentials?: boolean | string | ||
disableBeforePreflightResponse: true | ||
disableBeforePreflightResponse?: boolean | ||
headers?: string | ||
@@ -19,4 +19,4 @@ methods?: string | ||
declare function httpCors (options?: Options): middy.MiddlewareObj | ||
declare function httpCors(options?: Options): middy.MiddlewareObj | ||
export default httpCors |
{ | ||
"name": "@middy/http-cors", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "CORS (Cross-Origin Resource Sharing) middleware for the middy framework", | ||
@@ -63,9 +63,9 @@ "type": "module", | ||
"homepage": "https://middy.js.org", | ||
"gitHead": "438103b15c184995a0a38413f6ed0b8696d13670", | ||
"gitHead": "11f14b78bac5486ae104de735f8d588a385e93af", | ||
"dependencies": { | ||
"@middy/util": "4.2.0" | ||
"@middy/util": "4.2.1" | ||
}, | ||
"devDependencies": { | ||
"@middy/core": "4.2.0" | ||
"@middy/core": "4.2.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19971
+ Added@middy/util@4.2.1(transitive)
- Removed@middy/util@4.2.0(transitive)
Updated@middy/util@4.2.1