Socket
Socket
Sign inDemoInstall

@ampify/lighthouse-viewer

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampify/lighthouse-viewer

This component is a React wrapper for the lighthouse-viewer. It depends on [lighthouse-viewer](../lighthouse-viewer), package that exports the original lighthouse-viewer from Google as an ES modules package.


Version published
Weekly downloads
6
increased by200%
Maintainers
4
Weekly downloads
 
Created
Source

react2-lighthouse-viewer

This component is a React wrapper for the lighthouse-viewer. It depends on lighthouse-viewer, package that exports the original lighthouse-viewer from Google as an ES modules package.

Getting started

  1. Install using npm install react2-lighthouse-viewer or yarn add react2-lighthouse-viewer
  2. Import in your project:
import React2LighthouseViewer from "react2-lighthouse-viewer";
  1. Load the component in your code as follows:
<div id="app">
  <React2LighthouseViewer json={json} />
</div>
  1. That's all!

Keywords

FAQs

Package last updated on 24 Nov 2021

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