New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/utils

Package Overview
Dependencies
Maintainers
0
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/utils - npm Package Compare versions

Comparing version

to
9.10.1

2

build/node.js

@@ -329,3 +329,3 @@ // src/node/startWebDriver.ts

driverProcess = startSafaridriver({
useTechnologyPreview: Boolean(caps.browserName.match(/preview/i)),
useTechnologyPreview: /preview/i.test(caps.browserName),
...safaridriverOptions,

@@ -332,0 +332,0 @@ port

{
"name": "@wdio/utils",
"version": "9.9.0",
"version": "9.10.1",
"description": "A WDIO helper utility to provide several utility functions used across the project.",

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

"@wdio/logger": "9.4.4",
"@wdio/types": "9.9.0",
"@wdio/types": "9.10.1",
"decamelize": "^6.0.0",

@@ -58,3 +58,3 @@ "deepmerge-ts": "^7.0.3",

},
"gitHead": "620e092391d7bcc71cd7cd55ad146ad72e522da9"
"gitHead": "dc41a90e711d7b7a10e8129fb74650ad7a5956d0"
}