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
298
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.0.8 to 9.1.0

2

build/envDetector.d.ts

@@ -13,3 +13,3 @@ import type { Capabilities } from '@wdio/types';

*/
export declare function isBidi(capabilities?: WebdriverIO.Capabilities): boolean;
export declare function isBidi(requestedCapabilities: Capabilities.RequestedStandaloneCapabilities, capabilities: WebdriverIO.Capabilities): boolean;
/**

@@ -16,0 +16,0 @@ * returns information about the environment before the session is created

@@ -261,3 +261,5 @@ // src/node/startWebDriver.ts

caps && // @ts-expect-error outdated jsonwp cap
(caps.automationName || caps["appium:automationName"] || caps.deviceName || caps.appiumVersion)
(caps.automationName || caps["appium:automationName"] || // @ts-expect-error outdated jsonwp cap
caps.deviceName || caps["appium:deviceName"] || // @ts-expect-error outdated jsonwp cap
caps.appiumVersion || caps["appium:appiumVersion"])
);

@@ -264,0 +266,0 @@ }

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

@@ -40,4 +40,4 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@puppeteer/browsers": "^2.2.0",
"@wdio/logger": "9.0.8",
"@wdio/types": "9.0.8",
"@wdio/logger": "9.1.0",
"@wdio/types": "9.1.0",
"decamelize": "^6.0.0",

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

},
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7"
"gitHead": "e6b005f5a150c335a105cfc2e386d43ac526adac"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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