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.9 to 0.31.2-lum.10

4

lib/chrome.js

@@ -250,5 +250,6 @@ 'use strict';

_handleConnectionClose() {
// make sure to complete all the unresolved callbacks
const err = new Error('WebSocket connection closed');
for (const callback of Object.values(this._callbacks)) {
callback(true, err);
callback(err);
}

@@ -258,2 +259,3 @@ this._callbacks = {};

}
// handle the messages read from the WebSocket

@@ -260,0 +262,0 @@ _handleMessage(message) {

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

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

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

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

@@ -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