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.18.7 to 5.20.1

out.log

4

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

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

},
"gitHead": "7bb864ddc391fec9f5ccf3c1bcab1ff18979c0ee"
"gitHead": "04e1b4df45e76ddd5a76690bef0f7d08750e9079"
}

@@ -187,2 +187,7 @@ // -------------------- ATTENTION --------------------

type DataMatcher = {
name: string,
args: Array<string>
}
type ClickOptions = {

@@ -233,3 +238,3 @@ button?: number | string,

$$(
selector: string | Function
selector: string | Function | DataMatcher
): ElementArray;

@@ -245,3 +250,3 @@

$(
selector: string | Function
selector: string | Function | DataMatcher
): Element;

@@ -248,0 +253,0 @@

@@ -43,2 +43,3 @@ /// <reference types="@wdio/sync/webdriverio-core"/>

declare var browser: WebdriverIO.BrowserObject;
declare var driver: WebdriverIO.BrowserObject;

@@ -45,0 +46,0 @@ /**

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