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.24.3 to 8.24.4

5

build/monad.js

@@ -148,5 +148,6 @@ import { EventEmitter } from 'node:events';

Promise.resolve(result).then((res) => {
const elem = res;
let resultLog = res;
if (res instanceof SCOPE_TYPES.element) {
resultLog = `WebdriverIO.Element<${res.elementId}>`;
if (elem instanceof SCOPE_TYPES.element) {
resultLog = `WebdriverIO.Element<${elem.elementId || elem.selector}>`;
}

@@ -153,0 +154,0 @@ else if (res instanceof SCOPE_TYPES.browser) {

4

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

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

},
"gitHead": "365d1997d0303e41bc418e447a46573fdbcc2dce"
"gitHead": "08859dd23faf79e17469cdd2ec9a092a888f3677"
}

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