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

@fabernovel/heart-bigquery

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabernovel/heart-bigquery

Listener module of Heart, which reacts to the end of an analysis by storing the results into a Google BigQuery table

  • 4.0.0-alpha.9
  • latest
  • Source
  • npm
  • Socket score

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

Description

Heart BigQuery is a listener module of Heart, which reacts at the end of an analysis by storing the results into a table of a Google BigQuery instance.

Note that you must install an analysis module too, to have a minimum viable installation of Heart.

Read more about the description and design of Heart.

Usage

Standalone

  1. Install the package, Heart CLI and an analysis module, for example Heart GreenIT

    npm install @fabernovel/heart-cli @fabernovel/heart-bigquery @fabernovel/heart-greenit
    
  2. In the project root folder, create a .env file with the Google Service accounts credentials (you can use Code Beautify to remove whitespaces)

    HEART_BIGQUERY_GOOGLE_APPLICATION_CREDENTIALS={"type": "service_account","project_id": "","private_key_id": "","private_key": "","client_email": "","client_id": "","auth_uri": "","token_uri": "","auth_provider_x509_cert_url": "","client_x509_cert_url": ""}
    
  3. Start an analysis

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

    OR

    npx heart greenit --file configuration.json
    

    Once the analysis is done, the heart table of the analysis dataset is populated with the results.

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 31 Jul 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