Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
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.16.3 to 8.16.7

12

build/Capabilities.d.ts

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

'browserstack.local'?: boolean;
'browserstack.accessibility'?: boolean;
'browserstack.accessibilityOptions'?: {
[key: string]: any;
};
/**

@@ -1186,4 +1190,12 @@ * @private

buildIdentifier?: string;
accessibility?: boolean;
accessibilityOptions?: {
[key: string]: any;
};
'browserstack.buildIdentifier'?: string;
'browserstack.localIdentifier'?: string;
'browserstack.accessibility'?: boolean;
'browserstack.accessibilityOptions'?: {
[key: string]: any;
};
}

@@ -1190,0 +1202,0 @@ export interface SauceLabsVisualCapabilities {

2

build/Options.d.ts

@@ -63,4 +63,2 @@ /// <reference types="node" />

* Port your WebDriver server is on.
*
* @default 4444
*/

@@ -67,0 +65,0 @@ port?: number;

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

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

},
"gitHead": "2c05558b0e4d6ecdca5eb7b0ed37d4a4e733b5a5"
"gitHead": "15f7f225e6a81ea0e5e7a9ba8067ca59007f09c2"
}

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