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

@wdio/utils

Package Overview
Dependencies
Maintainers
4
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 5.13.0-alpha.0 to 5.13.0

4

build/utils.js

@@ -54,3 +54,5 @@ "use strict";

const callArgs = args.map(arg => {
if (typeof arg === 'string') {
if (typeof arg === 'string' && (arg.startsWith('!function(') || arg.startsWith('return (function'))) {
arg = '<fn>';
} else if (typeof arg === 'string') {
arg = `"${arg}"`;

@@ -57,0 +59,0 @@ } else if (typeof arg === 'function') {

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

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

},
"gitHead": "0ea6b850fdca956b31f92f6b57ae3b8c8883aeee"
"gitHead": "7311f2f71121af768aa638f4e03d559aca2f02a6"
}
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