Socket
Socket
Sign inDemoInstall

@wdio/globals

Package Overview
Dependencies
Maintainers
3
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/globals - npm Package Compare versions

Comparing version 8.0.0-alpha.412 to 8.0.0-alpha.504

7

build/index.js

@@ -38,2 +38,9 @@ /// <reference path="../types.d.ts" />

});
expect.extend = (...args) => {
if (!globals.has('expect')) {
throw new Error(GLOBALS_ERROR_MESSAGE);
}
const expect = globals.get('expect');
return expect.extend(...args);
};
/**

@@ -40,0 +47,0 @@ * allows to set global property to be imported and used later on

6

package.json
{
"name": "@wdio/globals",
"version": "8.0.0-alpha.412+a2bc7ec67",
"version": "8.0.0-alpha.504+428a9d729",
"description": "A helper utility for importing global variables directly",

@@ -33,5 +33,5 @@ "author": "Christian Bromann <mail@bromann.dev>",

"expect-webdriverio": "^4.0.0-alpha.3",
"webdriverio": "8.0.0-alpha.412+a2bc7ec67"
"webdriverio": "8.0.0-alpha.504+428a9d729"
},
"gitHead": "a2bc7ec67e2a5fe000e539f44b0ea97f6e08ccbd"
"gitHead": "428a9d729ae6231968a60908732fa3f607d195e9"
}

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