chromix-too
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "chromix-too", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"author": "Stephen Blott <smblott@gmail.com>", | ||
"description": "Command-line (or scripted) access to Chrome's APIs.", | ||
"homepage": "https://github.com/smblott-github/chromix-too", | ||
"repository": { "type": "git", "url": "https://github.com/smblott-github/chromix-too/issues" }, | ||
"licenses" : [ {"type" : "MIT" } ], | ||
"engines" : { "node" : ">=0.4" }, | ||
"keywords": [ "chrome", "chromix", "extension", "cli", "command", "line", "linux" ], | ||
"dependencies": { "ws" : "*", "optimist" : "*" }, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/smblott-github/chromix-too/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=0.4" | ||
}, | ||
"keywords": [ | ||
"chrome", | ||
"chromix", | ||
"extension", | ||
"cli", | ||
"command", | ||
"line", | ||
"linux" | ||
], | ||
"dependencies": { | ||
"ws": "*", | ||
"optimist": "*" | ||
}, | ||
"main": "chromix-too.js", | ||
"bin": { | ||
"chromix-too-server": "./server.js", | ||
"chromix-too": "./client.js" | ||
"chromix-too-server": "server.js", | ||
"chromix-too": "client.js" | ||
} | ||
} |
@@ -67,2 +67,8 @@ # Chromix-Too | ||
Select a tab (select the tab but don't `focus` Chrome window): | ||
```shell | ||
chromix-too select https://github.com/smblott-github/chromix | ||
``` | ||
Remove a tab: | ||
@@ -69,0 +75,0 @@ |
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
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
18302
189
1