chrome-remote-interface
Advanced tools
Comparing version 0.3.0 to 0.4.0
#!/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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264205
4574
2