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

@fabernovel/heart-cli

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fabernovel/heart-cli

CLI part of the Heart ecosystem

  • 1.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
5
Weekly downloads
 
Created
Source

Description

Heart CLI is a runner module of Heart, which starts an analysis by using a CLI.

Note that you must have installed an analysis module too.

Read more about the purpose, design and general installation of Heart on the dedicated wiki.

Installation

Add the package to your project:

npm install @fabernovel/heart-cli

Usage

Heart CLI allows you to start the analysis of a single URL with a single service at a time.

General

npx heart /<analysisModuleName> <data>

Explanations:

  • <analysisModuleName> is the lowercase version of the analyse module name, without the Heart prefix.
  • <data> is a stringified JSON that contains information about the analysis you want to do. Its content depends of the analysis module you want to use.

Example

If you have the analysis module Heart Observatory installed, the command will be:

npx heart /observatory '{"project_url": "about.gitlab.com"}'

FAQs

Package last updated on 15 Jul 2019

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