A Node.js library (v0.0.6) that transforms raw JSON data from the HackerOne API's report endpoint (e.g., https://hackerone.com/reports/{id}.json) into a simpler, more human-readable format. It strips redundant fields, normalizes nested objects, and provides a clean output suitable for display or further processing. The package is in early development, with no recent updates, and should be considered experimental for production use. Unlike full HackerOne API clients, this focuses solely on report formatting.
npm install hackerone-report-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the default function and formatting a raw HackerOne report JSON object.
Use dynamic import() or switch to ESM context.
Validate input before passing or wrap in try/catch.
Consider forking or using a more maintained alternative.
Ensure the input object contains all fields from the HackerOne report endpoint.
Use import format from 'hackerone-report-formatter' (ESM only).
Add "type": "module" to package.json or use .mjs extension.
No dependency data recorded yet.