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

har-to-csv

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

har-to-csv

Convert HAR file to CSV

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

har-to-csv

Convert HAR file to Google/Excel/Numbers/CSV compatible spreadsheet for response size analysis

Sample

➜  ~ har-to-csv < ~/Desktop/har1.har
url,transferred bytes
http://localhost:3000/,2280
http://localhost:3000/_next/static/S0jgIsDYIXMEFZmIlLh0P/pages/index.js,7342
http://localhost:3000/_next/static/S0jgIsDYIXMEFZmIlLh0P/pages/_app.js,1334
http://localhost:3000/_next/static/runtime/webpack-b65cab0b00afd201cbda.js,1118
http://localhost:3000/_next/static/chunks/framework.0f140d5eb2070c7e423d.js,40450
http://localhost:3000/_next/static/chunks/e77fc357760432063120fb33ebcb209c479429eb.413157615658d8422983.js,10862
http://localhost:3000/_next/static/runtime/main-91963396e6efd93d12cc.js,6357
http://localhost:3000/vercel.svg,845
http://localhost:3000/_next/static/S0jgIsDYIXMEFZmIlLh0P/_buildManifest.js,403
http://localhost:3000/_next/static/S0jgIsDYIXMEFZmIlLh0P/_ssgManifest.js,398
http://localhost:3000/favicon.ico,1876

Installation

npm i -g har-to-csv

Usage

har-to-csv < ~/Desktop/har1.har > ~/Desktop/har1.csv

FAQs

Package last updated on 01 Jun 2020

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