Comparing version 8.8.1 to 8.8.2
@@ -20,2 +20,4 @@ import os from 'node:os'; | ||
static async newSession(options, modifier, userPrototype = {}, customCommandWrapper) { | ||
const envLogLevel = process.env.WDIO_LOG_LEVEL; | ||
options.logLevel = envLogLevel ?? options.logLevel; | ||
const params = validateConfig(DEFAULTS, options); | ||
@@ -22,0 +24,0 @@ if (params.logLevel && (!options.logLevels || !options.logLevels.devtools)) { |
{ | ||
"name": "devtools", | ||
"version": "8.8.1", | ||
"version": "8.8.2", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -60,3 +60,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "9119f9fe5ae85b0c399a58e4e09ca3a824daa305" | ||
"gitHead": "6afeb0448e0e627f1cdc8e081caa2c67fde7b2db" | ||
} |
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
232465
4273
19