@qawolf/config
Advanced tools
Comparing version 0.5.0 to 0.5.10
@@ -15,2 +15,3 @@ export declare const CONFIG: { | ||
logPath: string | undefined; | ||
navigationTimeout: number; | ||
serial: boolean; | ||
@@ -17,0 +18,0 @@ sleepMs: number; |
@@ -32,2 +32,3 @@ "use strict"; | ||
logPath: process.env.QAW_LOG_PATH, | ||
navigationTimeout: parseNumber(process.env.QAW_NAVIGATION_TIMEOUT, 60000), | ||
serial: parseBool(process.env.QAW_SERIAL), | ||
@@ -34,0 +35,0 @@ sleepMs: parseNumber(process.env.QAW_SLEEP_MS, 2000), |
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.5.0", | ||
"version": "0.5.10", | ||
"license": "BSD-3.0", | ||
@@ -29,3 +29,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "ab0de314c354a4adb5889edd2a35a98ea7708798" | ||
"gitHead": "6c6f200a508e6ab8e01005878beba110b5021573" | ||
} |
@@ -32,2 +32,3 @@ import dotenv from "dotenv"; | ||
logPath: process.env.QAW_LOG_PATH, | ||
navigationTimeout: parseNumber(process.env.QAW_NAVIGATION_TIMEOUT, 60000), | ||
serial: parseBool(process.env.QAW_SERIAL), | ||
@@ -34,0 +35,0 @@ // slow down each step by 2s to make it watchable |
Sorry, the diff of this file is not supported yet
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
8713
116
20