@wdio/utils
Advanced tools
Comparing version 5.13.0-alpha.0 to 5.13.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12559
329
0
0