Socket
Socket
Sign inDemoInstall

@wdio/protocols

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/protocols - npm Package Compare versions

Comparing version 8.0.0 to 8.0.15

2

build/commands/appium.d.ts

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

import type { StringsReturn, SettingsReturn, ProtocolCommandResponse } from '../types';
import type { StringsReturn, SettingsReturn, ProtocolCommandResponse } from '../types.js';
export default interface AppiumCommands {

@@ -3,0 +3,0 @@ /**

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

import type { ProtocolCommandResponse } from '../types';
import type { ProtocolCommandResponse } from '../types.js';
export default interface ChromiumCommands {

@@ -3,0 +3,0 @@ /**

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

import type { StatusReturn, SessionReturn, ProtocolCommandResponse, RectReturn, ElementReference, Cookie } from '../types';
import type { StatusReturn, SessionReturn, ProtocolCommandResponse, RectReturn, ElementReference, Cookie } from '../types.js';
export default interface JsonwpCommands {

@@ -3,0 +3,0 @@ /**

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

import type { Context } from '../types';
import type { Context } from '../types.js';
export default interface MjsonwpCommands {

@@ -3,0 +3,0 @@ /**

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

import type { ProtocolCommandResponse } from '../types';
import type { ProtocolCommandResponse } from '../types.js';
export default interface SaucelabsCommands {

@@ -3,0 +3,0 @@ /**

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

import type { ProtocolCommandResponse } from '../types';
import type { ProtocolCommandResponse } from '../types.js';
export default interface SeleniumCommands {

@@ -3,0 +3,0 @@ /**

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

import type { SessionReturn, StatusReturn, Timeouts, WindowHandle, RectReturn, ElementReference, ProtocolCommandResponse, Cookie } from '../types';
import type { SessionReturn, StatusReturn, Timeouts, WindowHandle, RectReturn, ElementReference, ProtocolCommandResponse, Cookie } from '../types.js';
export default interface WebdriverCommands {

@@ -3,0 +3,0 @@ /**

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

import type { BidiResponse } from '../types';
import type { BidiResponse } from '../types.js';
export default interface WebdriverBidiCommands {

@@ -3,0 +3,0 @@ /**

@@ -1,11 +0,11 @@

import type { Protocol } from './types';
import type AppiumCommands from './commands/appium';
import type ChromiumCommands from './commands/chromium';
import type GeckoCommands from './commands/gecko';
import type JSONWPCommands from './commands/jsonwp';
import type MJSONWPCommands from './commands/mjsonwp';
import type SauceLabsCommands from './commands/saucelabs';
import type SeleniumCommands from './commands/selenium';
import type WebDriverCommands from './commands/webdriver';
import type WebDriverBidiCommands from './commands/webdriverBidi';
import type { Protocol } from './types.js';
import type AppiumCommands from './commands/appium.js';
import type ChromiumCommands from './commands/chromium.js';
import type GeckoCommands from './commands/gecko.js';
import type JSONWPCommands from './commands/jsonwp.js';
import type MJSONWPCommands from './commands/mjsonwp.js';
import type SauceLabsCommands from './commands/saucelabs.js';
import type SeleniumCommands from './commands/selenium.js';
import type WebDriverCommands from './commands/webdriver.js';
import type WebDriverBidiCommands from './commands/webdriverBidi.js';
declare const WebDriverProtocol: Protocol;

@@ -12,0 +12,0 @@ declare const WebDriverBidiProtocol: Protocol;

{
"name": "@wdio/protocols",
"version": "8.0.0",
"version": "8.0.15",
"description": "Utility package providing information about automation protocols",

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

},
"gitHead": "a9b5954c62b7dff2af701159ff7837eb98a9b258"
"gitHead": "8260333e748b13ea014b2f9b580bac099c7cf1ab"
}

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

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

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