Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
2
Versions
292
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.6.0 to 6.6.3

3

build/utils.js

@@ -8,2 +8,3 @@ "use strict";

const fs_1 = __importDefault(require("fs"));
const path_1 = __importDefault(require("path"));
const SCREENSHOT_REPLACEMENT = '"<Screenshot[base64]>"';

@@ -110,3 +111,3 @@ function overwriteElementCommands(propertiesObject) {

try {
const localNodeModules = `${process.cwd()}/node_modules`;
const localNodeModules = path_1.default.join(process.cwd(), '/node_modules');
if (!require.main.paths.includes(localNodeModules)) {

@@ -113,0 +114,0 @@ require.main.paths.push(localNodeModules);

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

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

},
"gitHead": "643b1f237c0c7e4eb0e28fca31d963d3b19a073c"
"gitHead": "f9b6fdbb63334fbb9942c14b236d9dc4e40d684b"
}

Sorry, the diff of this file is not supported yet

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