Gathering detailed insights and metrics for @lerna/describe-ref
Gathering detailed insights and metrics for @lerna/describe-ref
Gathering detailed insights and metrics for @lerna/describe-ref
Gathering detailed insights and metrics for @lerna/describe-ref
@pubbo/describe-ref
Parse git describe output for lerna-related tags
@merna/describe-ref
Parse git describe output for lerna-related tags
@0x-lerna-fork/describe-ref
Parse git describe output for lerna-related tags
@spryker-lerna/describe-ref
Parse git describe output for lerna-related tags
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
npm install @lerna/describe-ref
Typescript
Module System
Min. Node Version
Node Version
NPM Version
97.3
Supply Chain
73.2
Quality
75.7
Maintenance
100
Vulnerability
99.6
License
TypeScript (95.89%)
JavaScript (3.1%)
Shell (0.5%)
CSS (0.5%)
Batchfile (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
35,975 Stars
2,816 Commits
2,275 Forks
250 Watchers
33 Branches
338 Contributors
Updated on Jul 15, 2025
Latest Version
6.4.1
Package Id
@lerna/describe-ref@6.4.1
Unpacked Size
6.04 kB
Size
2.65 kB
File Count
4
NPM Version
lerna/6.4.1/node@v16.15.0+arm64 (darwin)
Node Version
16.15.0
Published on
Jan 12, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
@lerna/describe-ref
Parse git describe output for lerna-related tags
1const { describe } = require("@lerna/describe-ref"); 2 3(async () => { 4 const { lastTagName, lastVersion, refCount, sha, isDirty } = await describe(); 5})(); 6 7// values listed here are their defaults 8const options = { 9 cwd: process.cwd(), 10 // pass a glob to match tag name, e.g. "v*.*.*" 11 match: undefined, 12 // if true, omit --first-parent option 13 includeMergedTags: false, 14}; 15 16const { lastTagName, lastVersion, refCount, sha, isDirty } = describe.sync(options); 17 18const result = describe.parse("v1.0.0-5-gdeadbeef"); 19// { lastTagName, lastVersion, refCount, sha, isDirty }
Install lerna for access to the lerna
CLI.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
5 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 14/28 approved changesets -- score normalized to 5
Reason
5 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More