@wdio/utils
Advanced tools
Comparing version 6.0.1 to 6.0.4
@@ -138,4 +138,6 @@ "use strict"; | ||
if (!process.env.WDIO_NO_SYNC_SUPPORT) { | ||
const wdioSync = require('@wdio/sync'); | ||
const packageName = '@wdio/sync'; | ||
const wdioSync = require(packageName); | ||
exports.hasWdioSyncSupport = hasWdioSyncSupport = true; | ||
@@ -142,0 +144,0 @@ exports.runFnInFiberContext = runFnInFiberContext = wdioSync.runFnInFiberContext; |
{ | ||
"name": "@wdio/utils", | ||
"version": "6.0.1", | ||
"version": "6.0.4", | ||
"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": "8bc3fe45d7fe264292f9f65294bd6cf5c5366454" | ||
"gitHead": "f0d3c535da4b109c9f87172872010b85c5433689" | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
28915
831
6