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.0.1 to 6.0.4

4

build/shim.js

@@ -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"
}
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