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 6.1.5 to 6.1.7

4

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

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

},
"gitHead": "99a7346049e9409d9ecbc9bbdf82629a68486654"
"gitHead": "bde6507d480acb07da6868d624ee714096b15956"
}

@@ -52,3 +52,3 @@ // -------------------- ATTENTION --------------------

interface ServiceWithOption extends Array<string|ServiceOption>{ 0: string; 1: ServiceOption }
type ServiceEntry = string | HookFunctions | [string, ServiceOption]
type ServiceEntry = string | HookFunctions | [string, ServiceOption] | object

@@ -55,0 +55,0 @@ interface Options {

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