Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/utils

Package Overview
Dependencies
Maintainers
3
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 8.24.0 to 8.24.2

2

build/shim.js

@@ -275,3 +275,3 @@ import logger from '@wdio/logger';

done = true;
if (result && typeof result.finally === 'function') {
if (typeof result === 'object' && 'finally' in result && typeof result.finally === 'function') {
result.catch((err) => err);

@@ -278,0 +278,0 @@ }

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

@@ -42,3 +42,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

"@wdio/logger": "8.16.17",
"@wdio/types": "8.24.0",
"@wdio/types": "8.24.2",
"decamelize": "^6.0.0",

@@ -59,3 +59,3 @@ "deepmerge-ts": "^5.1.0",

},
"gitHead": "5fe7908a837461102ada6edf71c160f2c66dd88f"
"gitHead": "6c01d2d2c47c32988e8b01ee9c43279f813b2e41"
}
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