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

@luminati-io/chrome-remote-interface

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luminati-io/chrome-remote-interface - npm Package Compare versions

Comparing version 0.31.2-lum.10 to 0.31.2-lum.11

4

lib/chrome.js

@@ -60,2 +60,3 @@ 'use strict';

this.target = options.target || defaultTarget;
this.connectOptions = options.connectOptions;
// locals

@@ -220,2 +221,3 @@ this._notifier = notifier;

_connectToWebSocket() {
const options = this.connectOptions;
return new Promise((fulfill, reject) => {

@@ -227,3 +229,3 @@ // create the WebSocket

}
this._ws = new WebSocket(this.webSocketUrl);
this._ws = new WebSocket(this.webSocketUrl, [], options);
} catch (err) {

@@ -230,0 +232,0 @@ // handles bad URLs

@@ -18,3 +18,3 @@ {

"homepage": "https://github.com/cyrus-and/chrome-remote-interface",
"version": "0.31.2-lum.10",
"version": "0.31.2-lum.11",
"repository": {

@@ -58,3 +58,3 @@ "type": "git",

"webpack": "^5.39.0",
"webpack-cli": "^4.10.0"
"webpack-cli": "^4.7.2"
},

@@ -61,0 +61,0 @@ "scripts": {

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

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