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

chromix-too

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromix-too - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

36

package.json
{
"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 @@

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