@apollosproject/config
Advanced tools
Comparing version 1.3.0-alpha.0 to 1.3.0-alpha.1
{ | ||
"name": "@apollosproject/config", | ||
"version": "1.3.0-alpha.0+8862021", | ||
"version": "1.3.0-alpha.1+c308a6c", | ||
"homepage": "https://github.com/ApollosProject/apollos-prototype#readme", | ||
@@ -35,3 +35,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@apollosproject/babel-preset-apollos": "^1.3.0-alpha.0+8862021", | ||
"@apollosproject/babel-preset-apollos": "^1.3.0-beta.5", | ||
"react-native-config": "0.11.7" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "8862021c02d3c430f0968feda46c22ceecfa2bb7" | ||
"gitHead": "c308a6cb7df9ccc44e65d73c3a9a0dfaf10b951a" | ||
} |
@@ -19,2 +19,4 @@ const envVariableRegex = /\${(.*?)}/g; | ||
); | ||
// set undefined variables to null so they eval falsy | ||
if (envVariable === 'undefined') return null; | ||
try { | ||
@@ -21,0 +23,0 @@ // eslint-disable-next-line |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
26580
268
1