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

chromium-bidi

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromium-bidi - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/cjs/bidiMapper/BidiMapper.d.ts

@@ -22,3 +22,3 @@ /**

*/
export { BidiServer } from './BidiServer.js';
export { BidiServer, MapperOptions } from './BidiServer.js';
export type { ICdpConnection, ICdpConnection as CdpConnection, } from '../cdp/CdpConnection.js';

@@ -25,0 +25,0 @@ export type { ICdpClient, ICdpClient as CdpClient } from '../cdp/CdpClient.js';

@@ -54,9 +54,9 @@ /**

count: number;
"__#87069@#x": number;
"__#87069@#y": number;
"__#87069@#time": number;
"__#87070@#x": number;
"__#87070@#y": number;
"__#87070@#time": number;
compare(context: any): boolean;
};
"__#87069@#DOUBLE_CLICK_TIME_MS": number;
"__#87069@#MAX_DOUBLE_CLICK_RADIUS": number;
"__#87070@#DOUBLE_CLICK_TIME_MS": number;
"__#87070@#MAX_DOUBLE_CLICK_RADIUS": number;
};

@@ -63,0 +63,0 @@ setClickCount(button: number, context: InstanceType<typeof PointerSource.ClickContext>): number;

{
"name": "chromium-bidi",
"version": "0.5.0",
"version": "0.5.1",
"description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.",

@@ -211,3 +211,3 @@ "scripts": {

"debug": "4.3.4",
"devtools-protocol": "0.0.1224742",
"devtools-protocol": "0.0.1225305",
"eslint": "8.52.0",

@@ -214,0 +214,0 @@ "eslint-config-prettier": "9.0.0",

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