New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/utils

Package Overview
Dependencies
Maintainers
3
Versions
312
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

to
7.7.5

2

build/test-framework/testFnWrapper.js

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

await errorHandler_1.logHookError(`After${type}`, await executeHooksWithArgs(`after${type}`, afterFn, [...afterArgs]), cid);
if (error) {
if (error && !error.matcherName) {
throw error;

@@ -78,0 +78,0 @@ }

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

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

"@wdio/logger": "7.7.0",
"@wdio/types": "7.7.3"
"@wdio/types": "7.7.5"
},

@@ -34,3 +34,3 @@ "publishConfig": {

"types": "./build/index.d.ts",
"gitHead": "622993743a170d0f9d782cf50284c6d41f483100"
"gitHead": "3cbc9645fdf42e24d6306bc5ac42c34920093970"
}