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.12.0 to 5.12.1

build/utils.js

8

build/index.js

@@ -18,2 +18,8 @@ "use strict";

});
Object.defineProperty(exports, "isFunctionAsync", {
enumerable: true,
get: function () {
return _utils.isFunctionAsync;
}
});

@@ -24,2 +30,4 @@ var _initialisePlugin = _interopRequireDefault(require("./initialisePlugin"));

var _utils = require("./utils");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

8

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

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

"engines": {
"node": ">= 10.13.0"
"node": ">= 8.11.0"
},

@@ -35,3 +35,3 @@ "scripts": {

"dependencies": {
"@wdio/logger": "^5.12.0",
"@wdio/logger": "^5.12.1",
"deepmerge": "^4.0.0"

@@ -42,3 +42,3 @@ },

},
"gitHead": "187c8f044e252877533e53ee2b645f56416d5a41"
"gitHead": "848151e5fdcb8b694c1a273b9b69852c22875687"
}
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