Socket
Socket
Sign inDemoInstall

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.5 to 0.0.6

chromix-too.js

4

package.json
{
"name": "chromix-too",
"version": "0.0.5",
"version": "0.0.6",
"author": "Stephen Blott <smblott@gmail.com>",

@@ -11,3 +11,3 @@ "description": "Command-line (or scripted) access to Chrome's APIs.",

"keywords": [ "chrome", "chromix", "extension", "cli", "command", "line", "linux" ],
"dependencies": { "ws" : "*", "optimist" : "*" },
"dependencies": { "coffee-script": "*", "ws" : "*", "optimist" : "*" },
"main": "chromix-too.js",

@@ -14,0 +14,0 @@ "bin": {

@@ -14,3 +14,3 @@ # Chromix-Too

## Getting Started
## Getting started

@@ -110,3 +110,3 @@ There are three components: a chrome extension, a server and the `chromix-too` utility.

chromix-too raw chrome.storage.local.get pi | | jq '.pi'
chromix-too raw chrome.storage.local.get pi | jq '.pi'
# 3.141

@@ -153,3 +153,3 @@ ```

All commands which accept filters fail (so, yield an exit status of `0`) if there are no matching tabs.
All commands which accept filters fail (so, yield a non-zero exit status) if there are no matching tabs.

@@ -156,0 +156,0 @@ ## Usage as a module

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