@wdio/utils
Advanced tools
Comparing version 5.14.0 to 5.14.3
@@ -20,3 +20,3 @@ "use strict"; | ||
if (!Array.isArray(args)) { | ||
args = [args].filter(hook => typeof hook === 'function'); | ||
args = [args]; | ||
} | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "@wdio/utils", | ||
"version": "5.14.0", | ||
"version": "5.14.3", | ||
"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": "5d19a114535bff2b62abff42db65eb59ffd9a1f7" | ||
"gitHead": "edce2a5ffcb3bbaf62ccebad4c482fe41f2a3077" | ||
} |
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
23205