Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
173
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 9.0.0-alpha.369 to 9.0.0-alpha.426

build/Network.d.ts

6

build/index.d.ts

@@ -8,2 +8,3 @@ import type * as Automation from './Automation.js';

import type * as Workers from './Workers.js';
import type * as Network from './Network.js';
/**

@@ -70,2 +71,7 @@ * exported constant values

/**
* A network request during a WebDriver Bidi session
*/
interface Request extends Network.Request {
}
/**
* types to be extended by ecosystem framework adapters

@@ -72,0 +78,0 @@ */

1

build/Options.d.ts

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

/// <reference types="node" resolution-mode="require"/>
import type { Hooks, ServiceEntry } from './Services.js';

@@ -3,0 +2,0 @@ import type { ReporterEntry } from './Reporters.js';

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

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

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

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

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

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

{
"name": "@wdio/types",
"version": "9.0.0-alpha.369+43868ec82",
"version": "9.0.0-alpha.426+d760644c4",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6"
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06"
}

Sorry, the diff of this file is too big to display

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