Socket
Socket
Sign inDemoInstall

@wdio/utils

Package Overview
Dependencies
Maintainers
7
Versions
292
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 6.3.6 to 6.4.0

11

build/monad.js

@@ -16,2 +16,6 @@ "use strict";

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
const SCOPE_TYPES = {

@@ -56,4 +60,9 @@ 'browser': function Browser() {},

const {
puppeteer
} = propertiesObject,
propertiesObjectWithoutPuppeteer = _objectWithoutProperties(propertiesObject, ["puppeteer"]);
propertiesObject['__propertiesObject__'] = {
value: propertiesObject
value: propertiesObjectWithoutPuppeteer
};

@@ -60,0 +69,0 @@ let client = Object.create(prototype, propertiesObject);

4

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

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

},
"gitHead": "ef0a63beabfc75970731da7d00562f6a448606ee"
"gitHead": "ee83c6560fb2bef85d3af570b4aee24de0936018"
}
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