Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

haribo

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haribo

HTTP Archive generator (HAR), but sweet.

Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

haribo

This is experimental: it will change and its probably broken.

Build Status Dependency Status devDependency Status

CLI

npm install -g haribo
Usage: haribo [ options ] <url>

Options:

--exclude=<pattern>    Exclude URLs mathing given pattern.
--include=<pattern>    Include URLs mathing given pattern.
--max=1                Maximum number of pages to fetch.
--delay=3              How long to wait after page loads to get rendered
                       source and screenshots.
--out=</path/to/file>  Write HAR file to given path.
--screenshot=false     Include screenshots.
--v-width=400          Viewport width.
--v-height=300         Viewport height.
-h, --help             Show this help.
-v, --version          Show version.

Wrangr 2015

Programmatically

npm install --save haribo
var haribo = require('haribo');

haribo({ url: 'http://example.com/' })
  .on('error', function (err) {})
  .on('har', function (har) {})
  .on('end', function () {
    // Done!
  })

FAQs

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