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

chrome-cachefile-decode

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-cachefile-decode - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "chrome-cachefile-decode",
"version": "0.1.0",
"version": "0.1.1",
"description": "Decode files from Google Chrome's cache",

@@ -13,3 +13,3 @@ "main": "index.js",

},
"repository":"https://github.com/centre-for-effective-altruism/chrome-cachefile-decode",
"repository": "https://github.com/centre-for-effective-altruism/chrome-cachefile-decode",
"author": "Sam Deere <dev@colophonemes.com>",

@@ -16,0 +16,0 @@ "license": "ISC",

@@ -66,7 +66,7 @@ # Google Chrome Cache File Decoder

-i, --input <input> A string copied from a Chrome cache file
-f, --file <file.txt> Path to a file containing the Chrome cache file
-f, --file <file> Path to a file containing the Chrome cache file
-o, --output [filename] Save file to disk. Filename defaults to resource filename (e.g. `www.example.com`, `index.html`); alternatively specify a filename as the argument. If this argument is not supplied, response will be piped to STDOUT
```
Load data from STDIN (e.g. for OSX — use whatever paste utility your OS supports):
Load data from STDIN (e.g. for OSX — use whatever paste utility your OS supports) and save to default filename:
```

@@ -76,5 +76,5 @@ pbpaste | chromecachedecode -o

Load data from a file:
Load data from a file and save to `outfile.html`:
```
chromecachedecode -o
chromecachedecode -f input.txt -o outfile.html
```

@@ -84,3 +84,3 @@

You'll need to visit `chrome://cache` to see your cache files. Find the one you want, select the whole document and copy it (`Ctrl/Cmd + A` `>` `Ctrl/Cmd+C` should do nicely).
You'll need to visit `chrome://cache` in a new tab to see your cache files. Find the one you want, select the whole document and copy it (`Ctrl/Cmd + A` `>` `Ctrl/Cmd+C` should do nicely).

@@ -87,0 +87,0 @@ The result should look a little something like this:

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