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.25.4 to 0.25.5

2

lib/chrome.js

@@ -152,3 +152,3 @@ 'use strict';

options.host = urlObject.hostname;
options.port = urlObject.port;
options.port = urlObject.port || options.port;
// fetch the protocol and prepare the API

@@ -155,0 +155,0 @@ return fetchProtocol.call(chrome, options).then(api.prepare.bind(chrome));

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

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

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

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