Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
3
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.30.2 to 7.33.0

12

build/Capabilities.d.ts

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

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

@@ -1155,4 +1159,12 @@ * @private

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

@@ -1159,0 +1171,0 @@ export interface SauceLabsVisualCapabilities {

4

package.json
{
"name": "@wdio/types",
"version": "7.30.2",
"version": "7.33.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "f65ff89daa26bb039f4286a5eb466b403d19c715"
"gitHead": "dddde783069dffb85594717ae92415d67ef9ce6b"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc