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.2.0
  • latest
  • 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

har accepts UTF-8 formatted HAR through standard input.

# Read from file
$ har < filename.har

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

har will output a URL that can be used to visualize the contents of the supplied input.

How it works

Files are modified to add padding (JSONP) and uploaded as anonymous, private gists over TLS. RawGit links are used to supply the correct MIME types.

TODO

  • Support arbitrary HAR viewer instances (config file)

FAQs

Package last updated on 17 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