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

devtools

Package Overview
Dependencies
Maintainers
2
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools - npm Package Compare versions

Comparing version 6.8.0 to 6.9.0

22

build/constants.d.ts

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

/// <reference types="webdriver" />
import type { DefaultOptions } from '@wdio/config';
export declare const DEFAULT_WIDTH = 1200;

@@ -16,21 +18,3 @@ export declare const DEFAULT_HEIGHT = 900;

};
export declare const DEFAULTS: {
capabilities: {
type: string;
required: boolean;
};
logLevel: {
type: string;
default: string;
match: RegExp;
};
connectionPollInterval: {
type: string;
default: number;
};
connectionRetryCount: {
type: string;
default: number;
};
};
export declare const DEFAULTS: DefaultOptions<WebDriver.Options>;
export declare const DEFAULT_IMPLICIT_TIMEOUT = 0;

@@ -37,0 +21,0 @@ export declare const DEFAULT_PAGELOAD_TIMEOUT: number;

1

build/devtoolsdriver.d.ts
/// <reference types="webdriverio/webdriverio-core" />
/// <reference types="webdriverio" />
/// <reference types="@wdio/cucumber-framework" />
import type { Browser } from 'puppeteer-core/lib/cjs/puppeteer/common/Browser';

@@ -4,0 +5,0 @@ import type { Dialog } from 'puppeteer-core/lib/cjs/puppeteer/common/Dialog';

/// <reference types="node" />
/// <reference types="expect-webdriverio" />
declare const _default: (browserName: 'firefox' | 'edge', platform: NodeJS.Platform) => (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]) | (() => string[]);
export default _default;
//# sourceMappingURL=index.d.ts.map
{
"name": "devtools",
"version": "6.8.0",
"version": "6.9.0",
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",

@@ -28,3 +28,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"@types/uuid": "^8.3.0",
"@wdio/config": "6.8.0",
"@wdio/config": "6.9.0",
"@wdio/logger": "6.8.0",

@@ -42,3 +42,3 @@ "@wdio/protocols": "6.8.0",

},
"gitHead": "08e2f8d13b25d9d14babbe61aa7292c9970c7698"
"gitHead": "b933815152731bba96cdb85843b37d896cfd42d4"
}

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