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

chrome-http2-log-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-http2-log-parser - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

cli.js

6

package.json
{
"name": "chrome-http2-log-parser",
"version": "0.1.2",
"version": "0.2.0",
"description": "Parse Chrome's http/2 net-internals logs",
"main": "index.js",
"bin": "cli.js",
"engines": {

@@ -29,4 +30,5 @@ "node": ">=4.2"

"dependencies": {
"jade": "^1.11.0"
"jade": "^1.11.0",
"meow": "^3.7.0"
}
}

@@ -18,5 +18,24 @@ # chrome-http2-log-parser

## Usage
Given a file `session.txt` that contains the output of the Chrome
## CLI
```sh
$ chrome-http2-log-parser --help
Usage
$ chrome-http2-log-parser
Options
-f, --file file path containing the output of Chrome HTTP/2 net-internals log
--reporter html, generate a html table representing the parsed log data
--interval the resolution in milliseconds of the report
Examples
$ chrome-http2-log-parser --file=./test/fixtures/session.txt --reporter=html --interval=5
```
## API Usage
Given a file `session.txt` gathered from `chrome://net-internals/#export` that contains the output of the Chrome
HTTP/2 net-internals log, and given that it is a sibling of the file

@@ -64,4 +83,1 @@ `report.js` that contains the following code:

## TODO
- Ability to run `chrome-http2-log-parser --file=<filename> --reporter=html --interval=5`

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