frack-settings
Advanced tools
Comparing version 0.1.3 to 0.1.5
{ | ||
"name": "frack-settings", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "Settings defaults and runtime loader from rc file", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
function checkAppEnv(frackSettings) { | ||
if (!process.env.APP_ENV) { | ||
throw new Error('Enviroment variable APP_ENV is required. Should be one of top level keys in .frackrc.js.') | ||
} | ||
if (typeof frackSettings !== 'object') { | ||
@@ -7,0 +3,0 @@ throw new Error(`Settings should be object instead of ${typeof frackSettings}`) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
14
216824
11
6334