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

@wdio/config

Package Overview
Dependencies
Maintainers
7
Versions
333
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 6.0.1 to 6.0.6

5

build/lib/ConfigParser.js

@@ -92,6 +92,7 @@ "use strict";

if (this._config.hostname === defaultBackend.hostname && this._config.port === defaultBackend.port && this._config.protocol === defaultBackend.protocol) {
if (this._config.protocol === defaultBackend.protocol && this._config.hostname === defaultBackend.hostname && this._config.port === defaultBackend.port && this._config.path === defaultBackend.path) {
delete this._config.protocol;
delete this._config.hostname;
delete this._config.port;
delete this._config.protocol;
delete this._config.path;
}

@@ -98,0 +99,0 @@

6

package.json
{
"name": "@wdio/config",
"version": "6.0.1",
"version": "6.0.6",
"description": "A helper utility to parse and validate WebdriverIO options",

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

"dependencies": {
"@wdio/logger": "6.0.1",
"@wdio/logger": "6.0.6",
"deepmerge": "^4.0.0",

@@ -41,3 +41,3 @@ "glob": "^7.1.2"

},
"gitHead": "8bc3fe45d7fe264292f9f65294bd6cf5c5366454"
"gitHead": "e28cad450e6cc80f051b4231f3052b15e2208869"
}
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