Socket
Book a DemoInstallSign in
Socket

harcomb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcomb

A command-line tool to comb through HAR (HTTP Archive) files.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

harcomb

A command-line tool to comb through HAR (HTTP Archive) files.

Usage

Harcomb can be installed globally from the npm registry:

npm install -g harcomb

It can also be used without installation with npx:

npx harcomb list my-file.har

Available commands

harcomb list

  • mimetype — filter by the MIME type of the response.

harcomb extract

  • mimetype — filter by the MIME type of the response.
  • outdir — output directory.
  • force — overwrite any existing files.

FAQs

Package last updated on 08 Jun 2025

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