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

@wdio/config

Package Overview
Dependencies
Maintainers
3
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/config - npm Package Compare versions

Comparing version 5.4.1 to 5.4.2

10

build/shim.js

@@ -63,11 +63,5 @@ "use strict";

let runFnInFiberContext = (fn, done) => {
let runFnInFiberContext = fn => {
return function (...args) {
const result = fn.apply(this, args);
if (typeof done === 'function') {
return done(result);
}
return result;
return Promise.resolve(fn.apply(this, args));
};

@@ -74,0 +68,0 @@ };

4

package.json
{
"name": "@wdio/config",
"version": "5.4.1",
"version": "5.4.2",
"description": "A helper utility to parse and validate WebdriverIO options",

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

},
"gitHead": "7e099b188e163f06dfa4c7be21f0468477e2fe94"
"gitHead": "f0341fd33304e28ab8d2827f64dfa9dad94b312d"
}
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