@soundws/custom-cf-resource-require-key-for-methods
Advanced tools
Comparing version 1.0.3-beta.6 to 1.0.3-beta.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.3-beta.7](https://github.com/sound-ws/custom-cf-resource-require-key-for-methods/compare/@soundws/custom-cf-resource-require-key-for-methods@1.0.3-beta.6...@soundws/custom-cf-resource-require-key-for-methods@1.0.3-beta.7) (2023-05-08) | ||
**Note:** Version bump only for package @soundws/custom-cf-resource-require-key-for-methods | ||
## [1.0.3-beta.6](https://github.com/sound-ws/custom-cf-resource-require-key-for-methods/compare/@soundws/custom-cf-resource-require-key-for-methods@1.0.3-beta.5...@soundws/custom-cf-resource-require-key-for-methods@1.0.3-beta.6) (2023-05-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@soundws/custom-cf-resource-require-key-for-methods", | ||
"version": "1.0.3-beta.6", | ||
"version": "1.0.3-beta.7", | ||
"description": "A custom cloudformation resource", | ||
@@ -10,3 +10,2 @@ "author": "The First Coders Team (https://www.firstcoders.co.uk)", | ||
"license": "MIT", | ||
"type": "module", | ||
"publishConfig": { | ||
@@ -23,2 +22,5 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"scripts": { | ||
"build": "rm -rf .aws-sam dist && webpack --mode production && cp -R .aws-sam/build dist && rm -rf .aws-sam" | ||
}, | ||
"dependencies": { | ||
@@ -31,2 +33,3 @@ "@aws-sdk/client-api-gateway": "^3.131.0", | ||
"babel-loader": "^9.1.2", | ||
"copy-webpack-plugin": "^10.2.4", | ||
"eslint": "^8.19.0", | ||
@@ -37,5 +40,10 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.7.1" | ||
"license-webpack-plugin": "^4.0.2", | ||
"prettier": "^2.7.1", | ||
"terser-webpack-plugin": "^5.3.3", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-node-externals": "^3.0.0" | ||
}, | ||
"gitHead": "e7ac27a37573154ed8978e5299fbab69b03d96bd" | ||
"gitHead": "26dd22607a0654e5c922ecd00f80ad42692325db" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
15456
9
226
14
2
No