New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/sync

Package Overview
Dependencies
Maintainers
7
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/sync - npm Package Compare versions

Comparing version 5.16.12 to 5.16.14

16

build/index.js

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

const executeSync = async function (fn, retries, args = []) {
delete global.browser._NOT_FIBER;
this.retries = retries.attempts;
const defaultRetries = {
attempts: 0,
limit: 0
};
const executeSync = async function (fn, retries = defaultRetries, args = []) {
if (global.browser) {
delete global.browser._NOT_FIBER;
}
if (this) {
this.retries = retries.attempts;
}
try {

@@ -45,0 +55,0 @@ global._HAS_FIBER_CONTEXT = true;

4

package.json
{
"name": "@wdio/sync",
"version": "5.16.12",
"version": "5.16.14",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",

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

},
"gitHead": "6bb593e8170fd9f7032fd0d1767147ce167d4c89"
"gitHead": "679e841c2e06c36f19f918ad6806f7555f4c514c"
}
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