@incanta/config
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -52,4 +52,4 @@ "use strict"; | ||
} | ||
else { | ||
console.log(`Cannot use environment deployment value of ${configEnvDir} because ${path_1.default.join(this.configDir, configEnvDir)} doesn't exist`); | ||
else if (process.env["NODE_CONFIG_SKIP_ENV_WARNING"] !== "true") { | ||
console.log(`Cannot use config environment '${configEnvDir}' because ${path_1.default.join(this.configDir, configEnvDir)} doesn't exist`); | ||
} | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "@incanta/config", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -78,5 +78,5 @@ import merge from "lodash.merge"; | ||
); | ||
} else { | ||
} else if (process.env["NODE_CONFIG_SKIP_ENV_WARNING"] !== "true") { | ||
console.log( | ||
`Cannot use environment deployment value of ${configEnvDir} because ${path.join( | ||
`Cannot use config environment '${configEnvDir}' because ${path.join( | ||
this.configDir, | ||
@@ -83,0 +83,0 @@ configEnvDir |
Sorry, the diff of this file is not supported yet
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
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
52538
8