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 8.15.7 to 8.15.8

4

build/driver/utils.js

@@ -42,3 +42,3 @@ import os from 'node:os';

}
else if (os.platform() === 'win32') {
if (os.platform() === 'win32') {
const versionPath = path.dirname(chromePath);

@@ -52,3 +52,3 @@ const contents = fs.readdirSync(versionPath);

const versionString = cp.execSync(`"${chromePath}" --version`).toString();
return versionString.split(' ').pop()?.trim();
return versionString.trim().split(' ').pop()?.trim();
}

@@ -55,0 +55,0 @@ let lastTimeCalled = Date.now();

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

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

},
"gitHead": "24d8f0dccf54e6e19779094d73eb90ae9086ee86"
"gitHead": "ed14f208c4a88e2caae4e001c642ee9272fac52c"
}

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