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.6 to 5.18.7

4

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

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

},
"gitHead": "fa344d53871401ad3a6513ffa16ed4f9d2218f59"
"gitHead": "7bb864ddc391fec9f5ccf3c1bcab1ff18979c0ee"
}

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

type ClickOptions = {
button?: number | string,
x?: number,
y?: number
}
interface Element {

@@ -265,3 +271,3 @@ selector: string;

click(
options?: object
options?: ClickOptions
): void;

@@ -268,0 +274,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