@qawolf/config
Advanced tools
Comparing version 0.7.2 to 0.7.5
@@ -10,3 +10,2 @@ export declare const CONFIG: { | ||
headless: boolean; | ||
keyDelayMs: number; | ||
logLevel: string | undefined; | ||
@@ -13,0 +12,0 @@ logPath: string | undefined; |
@@ -24,3 +24,2 @@ "use strict"; | ||
headless: parseBool(process.env.QAW_HEADLESS), | ||
keyDelayMs: parseNumber(process.env.QAW_KEY_DELAY_MS, 0), | ||
logLevel: process.env.QAW_LOG_LEVEL, | ||
@@ -27,0 +26,0 @@ logPath: process.env.QAW_LOG_PATH, |
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.7.2", | ||
"version": "0.7.5", | ||
"license": "BSD-3.0", | ||
@@ -29,3 +29,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "2fa632a9eea4ac15fbbdac5889a3040ad53b79c5" | ||
"gitHead": "ed7a68fb816e8fa2581dfa3faa7dedf87fb50ac5" | ||
} |
@@ -27,3 +27,2 @@ import { config as configDotenv } from "dotenv"; | ||
headless: parseBool(process.env.QAW_HEADLESS), | ||
keyDelayMs: parseNumber(process.env.QAW_KEY_DELAY_MS, 0), | ||
logLevel: process.env.QAW_LOG_LEVEL, | ||
@@ -30,0 +29,0 @@ logPath: process.env.QAW_LOG_PATH, |
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 1 instance in 1 package
18
8173
110