Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
3
Versions
291
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.26.2 to 8.26.3

6

build/shim.js

@@ -44,2 +44,8 @@ import logger from '@wdio/logger';

}
/**
* in case of jasmine, when rejecting, we need to pass the message of rejection as well
*/
if (/^=> marked Pending/.test(e)) {
return reject(e);
}
log.error(e.stack);

@@ -46,0 +52,0 @@ return resolve(e);

6

package.json
{
"name": "@wdio/utils",
"version": "8.26.2",
"version": "8.26.3",
"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.24.12",
"@wdio/types": "8.26.2",
"@wdio/types": "8.26.3",
"decamelize": "^6.0.0",

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

},
"gitHead": "a8d00d826d49b1b01bf4921a10974e1db47085f6"
"gitHead": "284ce5591d90d9ea5f591e977d04557fd9ec4011"
}

Sorry, the diff of this file is not supported yet

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