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.0 to 6.4.7

tsconfig.json

4

build/shim.js

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

let executeSync = async function (fn, retries, args = []) {
let executeSync = async function executeSync(fn, retries, args = []) {
this.wdioRetries = retries.attempts;

@@ -120,3 +120,3 @@

const executeAsync = async function (fn, retries, args = []) {
const executeAsync = async function executeAsync(fn, retries, args = []) {
this.wdioRetries = retries.attempts;

@@ -123,0 +123,0 @@

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

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

"scripts": {
"tsc": "tsc",
"build": "run-s clean compile",

@@ -35,3 +36,3 @@ "clean": "rimraf ./build",

"dependencies": {
"@wdio/logger": "6.0.16"
"@wdio/logger": "6.4.7"
},

@@ -41,3 +42,3 @@ "publishConfig": {

},
"gitHead": "ee83c6560fb2bef85d3af570b4aee24de0936018"
"gitHead": "eab934030da3f18a63300efd0999188c2d174ecf"
}
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