
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
lighthouse-viewer
Advanced tools
Package with the lighthouse-viewer files from the official repositories of Lighthouse
This is the code extracted from the lighthouse original repository and packaged as an ES Modules for convenience and tree shaking.
The code for this repository is automatically generated every time is built, copying the files, adding the imports
and exports for every file.
This is only for convenience, and it would be cool if some day the people from Lighthouse could export this code as well.
npm i lighthouse-viewerimport { renderReport } from 'lighthouse-viewer';
import report from './static/report.json';
const app = document.querySelector<HTMLDivElement>('#lighthouse-viewer-element')!;
const reportHtml = renderReport(report as any, {});
app.appendChild(reportHtml);
<div>
<main class="lighthouse-viewer"></main>
</div>
If there is any issue with the license or the copyrights, please let me know. There is no other intentions behind this besides making it easy to find.
Made with ❤️ by Danilo Velasquez
FAQs
Package with the lighthouse-viewer files from the official repositories of Lighthouse
The npm package lighthouse-viewer receives a total of 1,076 weekly downloads. As such, lighthouse-viewer popularity was classified as popular.
We found that lighthouse-viewer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.