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.2 to 8.24.3

2

build/shim.js

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

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

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

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

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

},
"gitHead": "6c01d2d2c47c32988e8b01ee9c43279f813b2e41"
"gitHead": "365d1997d0303e41bc418e447a46573fdbcc2dce"
}
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