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.4 to 0.0.5

2

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

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

@@ -99,2 +99,16 @@ # Chromix-Too

### Raw JSON
Call any available Chrome function from the command line:
```shell
chromix-too raw chrome.storage.local.set '{"pi": 3.141}'
chromix-too raw chrome.storage.local.get pi
# {"pi":3.141}
chromix-too raw chrome.storage.local.get pi | | jq '.pi'
# 3.141
```
## Filters

@@ -101,0 +115,0 @@

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