Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
3
Versions
291
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 8.24.5 to 8.24.6

3

build/envDetector.js

@@ -46,3 +46,4 @@ const MOBILE_BROWSER_NAMES = ['ipad', 'iphone', 'android'];

Object.prototype.hasOwnProperty.call(capabilities, 'setWindowRect')));
return Boolean(hasW3CCaps || isAppium);
const hasWebdriverFlag = Boolean(capabilities['ms:experimental-webdriver']);
return Boolean(hasW3CCaps || isAppium || hasWebdriverFlag);
}

@@ -49,0 +50,0 @@ /**

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

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

},
"gitHead": "3272ade1b378dd0756d2c3b789198a692f5a706d"
"gitHead": "e7684f06418c1b82151880c02209a4dcc5893fc8"
}

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