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

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.3.0 to 0.4.0

lib/protocol.json

2

bin/repl.js
#!/usr/bin/env node
var repl = require('repl');
var protocol = require('../lib/Inspector.json');
var protocol = require('../lib/protocol.json');
var Chrome = require('../');

@@ -6,0 +6,0 @@

@@ -1,2 +0,2 @@

var protocol = require('./Inspector.json');
var protocol = require('./protocol.json');
var util = require('util');

@@ -3,0 +3,0 @@ var events = require('events');

@@ -10,3 +10,3 @@ {

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

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

@@ -47,5 +47,5 @@ chrome-remote-interface

This module comes with a REPL interface that can be used to interactively
control Chrome. The context is set to the `chrome` object so any issued command
operates on it, just like the statements contained in the `with` block in the
above example. Here's a sample session:
control Chrome. It supports command execution and event binding, see the
documentation for `chrome.Domain.method([params], [callback])` and
`chrome.Domain.event(callback)`. Here's a sample session:

@@ -52,0 +52,0 @@ ```javascript

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