0.1.0 • Published 5 years ago

@teamopen/sourcecred-stack-lookup v0.1.0

Weekly downloads
14
License
BlueOak-1.0.0
Repository
github
Last release
5 years ago

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.

0.1.0

5 years ago

0.1.0-alpha.12

5 years ago

0.1.0-alpha.11

5 years ago

0.1.0-alpha.10

5 years ago

0.1.0-alpha.9

5 years ago

0.1.0-alpha.8

5 years ago

0.1.0-alpha.7

5 years ago

0.1.0-alpha.6

5 years ago

0.1.0-alpha.5

5 years ago

0.1.0-alpha.4

5 years ago

0.1.0-alpha.3

5 years ago

0.1.0-alpha.2

5 years ago

0.1.0-alpha.1

5 years ago

0.1.0-alpha.0

5 years ago