@znemz/cfn-include
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -12,2 +12,4 @@ const { get } = require('lodash') | ||
queryParsers["default"] = queryParsers[process.env.CFN_INCLUDE_QUERY_PARSER] || queryParsers.default; | ||
function getParser(type) { | ||
@@ -14,0 +16,0 @@ return queryParsers[type] || queryParsers.default; |
{ | ||
"name": "@znemz/cfn-include", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Preprocessor for CloudFormation templates with support for loops and flexible include statements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
43991
684
5