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

@wdio/config

Package Overview
Dependencies
Maintainers
2
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.7.3 to 6.8.0

3

build/utils.js

@@ -39,2 +39,5 @@ "use strict";

function isCloudCapability(cap) {
if (cap && cap.capabilities) {
cap = cap.capabilities;
}
return Boolean(cap && (cap['bstack:options'] || cap['sauce:options'] || cap['tb:options']));

@@ -41,0 +44,0 @@ }

7

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

@@ -24,4 +24,5 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"types": "./build/index.d.ts",
"dependencies": {
"@wdio/logger": "6.7.3",
"@wdio/logger": "6.8.0",
"deepmerge": "^4.0.0",

@@ -33,3 +34,3 @@ "glob": "^7.1.2"

},
"gitHead": "2d72a4f1be35727342bf31b750d76eab6c8b50e9"
"gitHead": "08e2f8d13b25d9d14babbe61aa7292c9970c7698"
}

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