🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@servicetitan/component-usage

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/component-usage

Usage metrics of @servicetitan components

0.0.5
Version published
Maintainers
7
Created

@servicetitan/component-usage

Use this package to report on component usage across your project.

Usage

Basic Usage

$ npm install --save-dev @servicetitan/component-usage
$ npx component-usage

Or for one-time use with no installation:

$ npx @servicetitan/component-usage

Options

Generate stats files locally (in the current directory):

$ npx @servicetitan/component-usage -o .

Send metrics to DataDog:

$ npx @servicetitan/component-usage -s -a ...API_KEY_GOES_HERE... -p ...APP_KEY_GOES_HERE...

Porque no los dos?

$ npx @servicetitan/component-usage -o . -s -a ...API_KEY_GOES_HERE... -p ...APP_KEY_GOES_HERE...

FAQs

Package last updated on 02 Sep 2020

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