Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/utils

Package Overview
Dependencies
Maintainers
3
Versions
303
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 9.2.8 to 9.4.2

4

build/index.js

@@ -1289,2 +1289,6 @@ var __defProp = Object.defineProperty;

const browserstackBrowserName = (bsOptions.browserName || "").toLowerCase();
const automationName = capabilities["appium:options"]?.automationName || capabilities["appium:automationName"];
if (automationName && ["gecko", "safari", "chrome", "chromium"].includes(automationName.toLocaleLowerCase())) {
return false;
}
return Boolean(

@@ -1291,0 +1295,0 @@ /**

12

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

@@ -41,11 +41,11 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@wdio/logger": "9.1.3",
"@wdio/types": "9.2.2",
"@wdio/types": "9.4.2",
"decamelize": "^6.0.0",
"deepmerge-ts": "^7.0.3",
"edgedriver": "^5.6.1",
"geckodriver": "^4.3.3",
"edgedriver": "^6.1.1",
"geckodriver": "^5.0.0",
"get-port": "^7.0.0",
"import-meta-resolve": "^4.0.0",
"locate-app": "^2.2.24",
"safaridriver": "^0.1.2",
"safaridriver": "^1.0.0",
"split2": "^4.2.0",

@@ -57,3 +57,3 @@ "wait-port": "^1.1.0"

},
"gitHead": "f02604aee33fb785a1737db3c9092bacfc99a1f3"
"gitHead": "e42d3e8d6958fd9a734fe1d9a9768357b6045893"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc