Gathering detailed insights and metrics for spdx-license-ids
Gathering detailed insights and metrics for spdx-license-ids
npm install spdx-license-ids
Typescript
Module System
Node Version
NPM Version
99.9
Supply Chain
83.9
Quality
88
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
6,413,858,487
Last Day
1,993,042
Last Week
12,340,733
Last Month
99,425,312
Last Year
1,362,575,708
36 Stars
146 Commits
20 Forks
4 Watching
7 Branches
9 Contributors
Minified
Minified + Gzipped
Latest Version
3.0.21
Package Id
spdx-license-ids@3.0.21
Unpacked Size
12.59 kB
Size
4.51 kB
File Count
4
NPM Version
10.9.2
Node Version
22.13.0
Publised On
15 Jan 2025
Cumulative downloads
Total Downloads
Last day
-16.2%
1,993,042
Compared to previous day
Last week
-42.9%
12,340,733
Compared to previous week
Last month
-24.2%
99,425,312
Compared to previous month
Last year
8.6%
1,362,575,708
Compared to previous year
No dependencies detected.
A list of SPDX license identifiers
Download JSON directly, or use npm:
npm install spdx-license-ids
Type: string[]
All license IDs except for the currently deprecated ones.
1const ids = require('spdx-license-ids'); 2//=> ['0BSD', 'AAL', 'ADSL', 'AFL-1.1', 'AFL-1.2', 'AFL-2.0', 'AFL-2.1', 'AFL-3.0', 'AGPL-1.0-only', ...] 3 4ids.includes('BSD-3-Clause'); //=> true 5ids.includes('CC-BY-1.0'); //=> true 6 7ids.includes('GPL-3.0'); //=> false
Type: string[]
Deprecated license IDs.
1const deprecatedIds = require('spdx-license-ids/deprecated'); 2//=> ['AGPL-1.0', 'AGPL-3.0', 'GFDL-1.1', 'GFDL-1.2', 'GFDL-1.3', 'GPL-1.0', 'GPL-2.0', ...] 3 4deprecatedIds.includes('BSD-3-Clause'); //=> false 5deprecatedIds.includes('CC-BY-1.0'); //=> false 6 7deprecatedIds.includes('GPL-3.0'); //=> true
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-06
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