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

@wdio/config

Package Overview
Dependencies
Maintainers
3
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/config - npm Package Compare versions

Comparing version 5.4.13 to 5.4.14

4

build/lib/ConfigParser.js

@@ -73,5 +73,7 @@ "use strict";

* If so, we need to provide a boolean to the `detectBackend` to set the correct hostname
*
* NOTE: This will not work for multi remote
*/
const isRDC = this._capabilities.some(capability => 'testobject_api_key' in capability);
const isRDC = Array.isArray(this._capabilities) && this._capabilities.some(capability => 'testobject_api_key' in capability);
/**

@@ -78,0 +80,0 @@ * detect Selenium backend

{
"name": "@wdio/config",
"version": "5.4.13",
"version": "5.4.14",
"description": "A helper utility to parse and validate WebdriverIO options",

@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "2501a3fb559163b6806f61092816b97d21c1825f"
"gitHead": "717300524ce31b9f39cecb47218015cf5af34d10"
}
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