Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version
9.19.1
to
9.19.2
+13
-1
build/Options.d.ts

@@ -324,3 +324,3 @@ import type { Hooks, ServiceEntry } from './Services.js';

/**
* Enable automatic installation of Xvfb packages on Linux if `xvfb-run` is missing.
* Enable automatic installation of `xvfb-run` on Linux if missing.
* When false, the runner will warn and continue without installing.

@@ -331,2 +331,14 @@ * @default false

/**
* Mode for automatic installation when xvfbAutoInstall is true.
* - 'root': install only if running as root (no sudo)
* - 'sudo': install if root or via non-interactive sudo (`sudo -n`) if available
* @default 'root'
*/
xvfbAutoInstallMode?: 'root' | 'sudo';
/**
* Custom command to use for installation instead of built-in package manager detection.
* When provided, this command is executed as-is and overrides the built-in installation logic.
*/
xvfbAutoInstallCommand?: string | string[];
/**
* Number of retry attempts for xvfb process failures.

@@ -333,0 +345,0 @@ * @default 3

+2
-2
{
"name": "@wdio/types",
"version": "9.19.1",
"version": "9.19.2",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -37,3 +37,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "df3ec33741d11d196adad148f4d066a3fcbcd51b"
"gitHead": "4ca46771777a0ef20bfd911fbd0da0904059fd9e"
}

Sorry, the diff of this file is not supported yet