Socket
Socket
Sign inDemoInstall

chrome-remote-interface

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-remote-interface - npm Package Compare versions

Comparing version 0.24.1 to 0.24.2

5

lib/external-request.js
'use strict';
const REQUEST_TIMEOUT = 10000;
// callback(err, data)

@@ -18,2 +20,5 @@ function externalRequest(transport, options, callback) {

});
request.setTimeout(REQUEST_TIMEOUT, function () {
this.abort();
});
request.on('error', function (err) {

@@ -20,0 +25,0 @@ callback(err);

2

package.json

@@ -12,3 +12,3 @@ {

"homepage": "https://github.com/cyrus-and/chrome-remote-interface",
"version": "0.24.1",
"version": "0.24.2",
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

@@ -356,3 +356,4 @@ chrome-remote-interface [![Build Status](https://travis-ci.org/cyrus-and/chrome-remote-interface.svg?branch=master)](https://travis-ci.org/cyrus-and/chrome-remote-interface)

- use the *raw* version of the [commands](#clientsendmethod-params-callback)
and [events](#event-domainmethod) interface;
and [events](#event-domainmethod) interface to use bleeding-edge features that
do not appear in the [local version] of the protocol descriptor;

@@ -359,0 +360,0 @@ - update the local copy with `scripts/update-protocol.sh` (not present when

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

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