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

@wdio/utils

Package Overview
Dependencies
Maintainers
7
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 6.1.8 to 6.1.17

2

build/utils.js

@@ -60,3 +60,3 @@ "use strict";

arg = '<fn>';
} else if (typeof arg === 'string' && isBase64(arg)) {
} else if (typeof arg === 'string' && !commandName.startsWith('findElement') && isBase64(arg)) {
arg = SCREENSHOT_REPLACEMENT;

@@ -63,0 +63,0 @@ } else if (typeof arg === 'string') {

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

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

},
"gitHead": "2f7008522802d2b15705fb300aa93c544e0af405"
"gitHead": "42fe58a0d389b92dde38d7315b669a6bfc4cc55d"
}
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