@teamopen/sourcecred-stack-lookup

0.1.0 • Public • Published

Build Status license BlueOak-1.0.0 npm version

SourceCred stack lookup

Find out how your direct NPM dependencies are doing.

Learn more about SourceCred: https://sourcecred.io/

Example usage

Install npm i -D @teamopen/sourcecred-stack-lookup.

Add a script:

{
  "scripts": {
    "lookup": "sourcecred-stack-lookup"
  }
}

Run the lookup npm run -s lookup.

Parameters

ENV vars to tweak:

  • DETAILED=n [y/n], gives more detail about scores
  • RATING=3 [1,2,3,4], the minimal rating to report. Corresponds to 1=Low, 2=Medium, 3=High, 4=CRITICAL.

Example usage in scripts:

{
  "scripts": {
    "lookup": "DETAILED=y RATING=4 sourcecred-stack-lookup"
  }
}

Shows detailed information for critical results.

Dependents (0)

Package Sidebar

Install

npm i @teamopen/sourcecred-stack-lookup

Weekly Downloads

1

Version

0.1.0

License

BlueOak-1.0.0

Unpacked Size

36 kB

Total Files

15

Last publish

Collaborators

  • beanow
  • nothingismagick