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.0-alpha.516 to 8.0.0-alpha.518

25

build/Capabilities.d.ts

@@ -210,7 +210,26 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options';

perfLoggingPrefs?: {
/**
* Whether or not to collect events from Network domain.
* @default true
*/
enableNetwork?: boolean;
/**
* Whether or not to collect events from Page domain.
* @default true
*/
enablePage?: boolean;
enableTimeline?: boolean;
tracingCategories?: boolean;
bufferUsageReportingInterval?: boolean;
/**
* A comma-separated string of Chrome tracing categories for which trace events
* should be collected. An unspecified or empty string disables tracing.
* @default ''
*/
tracingCategories?: string;
/**
* The requested number of milliseconds between DevTools trace buffer
* usage events. For example, if 1000, then once per second, DevTools
* will report how full the trace buffer is. If a report indicates the
* buffer usage is 100%, a warning will be issued.
* @default 1000
*/
bufferUsageReportingInterval?: number;
};

@@ -217,0 +236,0 @@ /**

4

package.json
{
"name": "@wdio/types",
"version": "8.0.0-alpha.516+ef18eb180",
"version": "8.0.0-alpha.518+af6190801",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

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

},
"gitHead": "ef18eb180b61077d44a307c0410593930101e842"
"gitHead": "af6190801a0ec74c6799cc993e512aecf5846c4c"
}

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