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.0.14 to 8.1.0

10

build/Options.d.ts

@@ -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 * as http from 'node:http';

@@ -357,3 +357,3 @@ import type * as https from 'node:https';

*/
suites?: Record<string, string[]>;
suites?: Record<string, string[] | string[][]>;
/**

@@ -360,0 +360,0 @@ * Maximum number of total parallel running workers.

@@ -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';

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

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

@@ -3,0 +3,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.0.14",
"version": "8.1.0",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "ab58bc79c1df2e146d02a68ee444766ec371e6d2"
"gitHead": "f505134606f99129c816acb00f22e39032e60820"
}

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