@middy/function-shield
Advanced tools
Comparing version 1.0.0-alpha.40 to 1.0.0-alpha.41
@@ -16,3 +16,3 @@ let coldStart = true | ||
} | ||
let options = Object.assign({}, defaults, opts) | ||
const options = Object.assign({}, defaults, opts) | ||
options.policy = Object.assign({}, defaults.policy, opts.policy) | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "@middy/function-shield", | ||
"version": "1.0.0-alpha.40", | ||
"version": "1.0.0-alpha.41", | ||
"description": "Hardens AWS Lambda execution environment", | ||
@@ -47,3 +47,3 @@ "engines": { | ||
}, | ||
"gitHead": "74c5e808c4658460bc198abd945ebefd4b7b6c90" | ||
"gitHead": "aa244c76000d1896ada6d683637a7c280127aa79" | ||
} |
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
9246