Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
7
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.4.7 to 6.5.0

6

build/index.js

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

});
Object.defineProperty(exports, "sleep", {
enumerable: true,
get: function () {
return _utils.sleep;
}
});
Object.defineProperty(exports, "wrapCommand", {

@@ -74,0 +80,0 @@ enumerable: true,

8

build/utils.js

@@ -15,3 +15,3 @@ "use strict";

exports.isBase64 = isBase64;
exports.canAccess = void 0;
exports.sleep = exports.canAccess = void 0;

@@ -192,2 +192,6 @@ var _fs = _interopRequireDefault(require("fs"));

exports.canAccess = canAccess;
exports.canAccess = canAccess;
const sleep = (ms = 0) => new Promise(r => setTimeout(r, ms));
exports.sleep = sleep;
{
"name": "@wdio/utils",
"version": "6.4.7",
"version": "6.5.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": "eab934030da3f18a63300efd0999188c2d174ecf"
"gitHead": "27e1326e46bf15ff4f6882a578aecd181e551656"
}
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