@qawolf/config
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -7,5 +7,3 @@ export declare const CONFIG: { | ||
debug: boolean; | ||
development: boolean; | ||
display: string; | ||
docker: boolean; | ||
display: string | undefined; | ||
domPath: string | undefined; | ||
@@ -12,0 +10,0 @@ findTimeoutMs: number; |
@@ -24,5 +24,3 @@ "use strict"; | ||
debug: parseBool(process.env.QAW_DEBUG), | ||
development: parseBool(process.env.QAW_DEVELOPMENT), | ||
display: process.env.DISPLAY || ":1.0", | ||
docker: parseBool(process.env.QAW_DOCKER), | ||
display: process.env.DISPLAY, | ||
domPath: process.env.QAW_DOM_PATH, | ||
@@ -29,0 +27,0 @@ findTimeoutMs: parseNumber(process.env.QAW_FIND_TIMEOUT_MS, 30000), |
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"license": "BSD-3.0", | ||
@@ -29,3 +29,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "e9fd9fb72d0e4f106c0efc41c565d0b0473c8713" | ||
"gitHead": "704a41f9965711470844c0ac733b23e494b1f541" | ||
} |
@@ -24,5 +24,3 @@ import dotenv from "dotenv"; | ||
debug: parseBool(process.env.QAW_DEBUG), | ||
development: parseBool(process.env.QAW_DEVELOPMENT), | ||
display: process.env.DISPLAY || ":1.0", | ||
docker: parseBool(process.env.QAW_DOCKER), | ||
display: process.env.DISPLAY, | ||
domPath: process.env.QAW_DOM_PATH, | ||
@@ -29,0 +27,0 @@ findTimeoutMs: parseNumber(process.env.QAW_FIND_TIMEOUT_MS, 30000), |
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
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 2 instances in 1 package
19
8570
116