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.29.3 to 8.30.0

3

build/startWebDriver.js

@@ -12,2 +12,5 @@ import logger from '@wdio/logger';

}
/**
* only import `startWebDriver` when run in Node.js
*/
if (globalThis.process) {

@@ -14,0 +17,0 @@ const { startWebDriver } = await import('./node/index.js');

6

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

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

"@wdio/logger": "8.28.0",
"@wdio/types": "8.29.1",
"@wdio/types": "8.30.0",
"decamelize": "^6.0.0",

@@ -58,3 +58,3 @@ "deepmerge-ts": "^5.1.0",

},
"gitHead": "4c6433be548950dc6ccf0efff77507dfa2f0b321"
"gitHead": "033e2a91e97c9bd060eb70f2e4e412d382bec3af"
}

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