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

har-online

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

har-online

View HAR files at http://www.softwareishard.com/har/viewer/

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

har-online

A command-line tool to view HAR files at Jan Odvarko's HAR viewer.

Installation

$ npm install -g har-online

Usage

# Read from stdin
$ har < filename.har

# Read from a file
$ har filename.har

# Read from a remote URL
$ har http://www.janodvarko.cz/har/viewer/examples/inline-scripts-block.har

All commands will output a URL that can be used to visualize the contents of the supplied HAR file.

How it works

Files are modified to add padding (JSONP) and uploaded as anonymous, private gists over TLS.

TODO

  • Upload multiple HAR files at once
  • Support arbitrary HAR viewer instances (config file)

FAQs

Package last updated on 01 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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