New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fabernovel/heart-lighthouse

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabernovel/heart-lighthouse

Analysis module of Heart, which analyses URLs with Google Lighthouse

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-60%
Maintainers
7
Weekly downloads
 
Created
Source

Description

Heart Lighthouse is an analysis module of Heart, which analyses URLs with Google Lighthouse.

Read more about the description and design of Heart.

Usage

Standalone

  1. Install the package

    npm install @fabernovel/heart-lighthouse
    

    If you are using Yarn, npm < 7 or PNPM < 8, you also have to install Heart CLI (which is automatically installed in more recent versions of these packages managers):

    npm install @fabernovel/heart-cli
    
  2. Start an analysis

    npx heart lighthouse --config '{"url":"https://heart.fabernovel.com"}'
    

    OR

    npx heart lighthouse --config config.json
    

    The analysis configuration follows the JSON format and has the following keys:

    {
        "url": "https://www.fabernovel.com/",
        // optional - customize Google Lighthouse
        // see https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md#lighthouse-configuration
        "config": {
          "extends": "lighthouse:default",
          "settings": {
            "onlyAudits": [
              "first-meaningful-paint",
              "speed-index",
              "first-cpu-idle",
              "interactive"
            ]
          }
        }
    }
    

Github Action

If you're using Github, you can simplify the integration of Heart in your CI scripts by using the Github Action.

FAQs

Package last updated on 08 Oct 2023

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