New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chrome-remote-multiplex

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-remote-multiplex - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

dist/cmdline.js

@@ -10,2 +10,4 @@ #!/usr/bin/env node

var PACKAGE = require("../package.json");
var argv = require("yargs").usage("$0 [args]").options({

@@ -35,3 +37,3 @@ "connect-to": {

server.listen().then(function () {
console.log("Connected to remote headless Chrome at http://" + server.options.remoteClient + "\nTo start debugging, browse to http://localhost:" + server.options.listenPort);
console.log(PACKAGE.name + " v" + PACKAGE.version + "\n" + "Report issues at " + PACKAGE.bugs.url + "\n\n" + "Connected to remote headless Chrome at http://" + server.options.remoteClient + "\nTo start debugging, browse to http://localhost:" + server.options.listenPort);
return new Promise(function () {});

@@ -38,0 +40,0 @@ }).catch(function (err) {

{
"name": "chrome-remote-multiplex",
"version": "0.1.2",
"version": "0.1.3",
"description": "Allows multiple Chrome DevTools Clients to connect to a single Remote Debugger (ie Chrome Headless) instance",

@@ -5,0 +5,0 @@ "main": "index.js",

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