Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.10.4 to 8.14.0

2

build/Capabilities.d.ts

@@ -116,3 +116,3 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options.js';

}
export interface VendorExtensions extends EdgeCapabilities, AppiumCapabilities, WebdriverIO.WDIODevtoolsOptions, WebdriverIO.WDIOVSCodeServiceOptions {
export interface VendorExtensions extends EdgeCapabilities, AppiumCapabilities, WebdriverIO.WDIODevtoolsOptions, WebdriverIO.WDIODriverOptions, WebdriverIO.WDIOVSCodeServiceOptions {
'selenoid:options'?: SelenoidOptions;

@@ -119,0 +119,0 @@ 'moon:options'?: MoonOptions;

@@ -41,2 +41,4 @@ import type * as Capabilities from './Capabilities.js';

}
interface WDIODriverOptions {
}
interface WDIOVSCodeServiceOptions {

@@ -43,0 +45,0 @@ }

@@ -207,2 +207,7 @@ /// <reference types="node" />

outputDir?: string;
/**
* The path to the root of the cache directory. This directory is used to store all drivers that are downloaded
* when attempting to start a session.
*/
cacheDir?: string;
}

@@ -209,0 +214,0 @@ export interface MultiRemoteBrowserOptions {

@@ -0,1 +1,2 @@

/// <reference types="mocha" />
/// <reference types="node" />

@@ -2,0 +3,0 @@ import type { DesiredCapabilities, RemoteCapability, RemoteCapabilities } from './Capabilities.js';

{
"name": "@wdio/types",
"version": "8.10.4",
"version": "8.14.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "a8371338e89da4e7cc7e5a9dd0aaccf44776b04c"
"gitHead": "cb2092b007e6d2ac23a49aa30dae67d70e45906d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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