Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
4
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 5.11.0 to 5.11.1

12

build/initialisePlugin.js

@@ -16,10 +16,12 @@ "use strict";

try {
return require(name);
require.resolve(name);
} catch (e) {
if (!e.message.match(`Cannot find module '${name}'`)) {
throw new Error(`Couldn't initialise "${name}".\n${e.stack}`);
}
return null;
}
try {
return require(name);
} catch (e) {
throw new Error(`Couldn't initialise "${name}".\n${e.stack}`);
}
}

@@ -26,0 +28,0 @@ /**

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

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

},
"gitHead": "f235de6d9876a1a81bc1007430346d493ba7f579"
"gitHead": "faed934ef001db6fe49331147cea70d377b0c2e3"
}
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