Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
1
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.19.0 to 8.20.0

9

build/Frameworks.d.ts

@@ -27,2 +27,6 @@ export interface Suite {

}
export interface TestRetries {
limit: number;
attempts: number;
}
export interface TestResult {

@@ -33,6 +37,3 @@ error?: any;

duration: number;
retries: {
limit: number;
attempts: number;
};
retries: TestRetries;
exception: string;

@@ -39,0 +40,0 @@ status: string;

@@ -1,5 +0,5 @@

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import type http from 'node:http';

@@ -6,0 +6,0 @@ import type https from 'node:https';

@@ -1,3 +0,3 @@

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import type { WriteStream } from 'node:fs';

@@ -4,0 +4,0 @@ import type { EventEmitter } from 'node:events';

/// <reference types="mocha" />
/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
import type { DesiredCapabilities, RemoteCapability, RemoteCapabilities } from './Capabilities.js';

@@ -4,0 +4,0 @@ import type { Testrunner as TestrunnerOptions, WebdriverIO as WebdriverIOOptions } from './Options.js';

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

/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
import type { EventEmitter } from 'node:events';

@@ -3,0 +3,0 @@ import type { Testrunner as TestrunnerOptions } from './Options.js';

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

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

},
"gitHead": "5179b3b3d0bced033e719890baf4517137ac1576"
"gitHead": "6aa9e33233a6abc832bb16d2e24aaaa382e206b6"
}

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