secure-cdk
Advanced tools
Comparing version 0.1.2 to 0.1.4
{ | ||
"name": "secure-cdk", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"description": "Security abstraction for AWS CDK library. Create AWS resources with best security practices applied for you.", | ||
@@ -19,5 +19,4 @@ "keywords": [ | ||
"cz": "git cz", | ||
"prepublishOnly": "yarn build", | ||
"release:alpha": "standard-version -p alpha", | ||
"release": "standard-version", | ||
"release:alpha": "standard-version -p alpha && npm run build && npm publish", | ||
"release": "standard-version && npm run build && npm publish", | ||
"build": "tsc" | ||
@@ -24,0 +23,0 @@ }, |
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
5093