Gathering detailed insights and metrics for license-o-matic
Gathering detailed insights and metrics for license-o-matic
Gathering detailed insights and metrics for license-o-matic
Gathering detailed insights and metrics for license-o-matic
npm install license-o-matic
Typescript
Module System
Node Version
NPM Version
75.1
Supply Chain
95.5
Quality
75
Maintenance
100
Vulnerability
80.9
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
5 Stars
24 Commits
6 Forks
1 Watchers
2 Branches
5 Contributors
Updated on May 17, 2024
Latest Version
1.2.0
Package Id
license-o-matic@1.2.0
Unpacked Size
211.83 kB
Size
53.23 kB
File Count
27
NPM Version
6.14.5
Node Version
14.5.0
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
1
Generate common SPDX license with ease
This project uses node and npm.
1$ npm install license-o-matic 2$ # OR 3$ yarn add license-o-matic
1const licenseOMatic = require('license-o-matic') 2 3console.log(licenseOMatic.getIdentifiers()) 4// [ 'mit', 5// 'apache-2.0', 6// 'gpl-3.0-only', 7// 'mpl-2.0', 8// 'unlicense', 9// 'lgpl-3.0-only' ] 10 11const mit = licenseOMatic.getLicense('mit') 12 13console.log(mit({copyrightHolder: 'Tiaan du Plessis'})) 14// MIT License 15 16// Copyright (c) 2018 Tiaan du Plessis 17 18// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 19 20// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 21 22// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGESOR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OROTHER DEALINGS IN THE SOFTWARE. 23
1$ npm -g install license-o-matic 2$ # OR 3$ yarn global add license-o-matic 4$ # After install 5$ license-o-matic ls 6$ # 7$ # - mit 8$ # - apache-2.0 9$ # - gpl-3.0-only 10$ # - mpl-2.0 11$ # - unlicense 12$ # - lgpl-3.0-only 13$ # 14$ license-o-matic --license=mit --copyrightHolder="Tiaan du Plessis" 15$ # License created
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/12 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
76 existing vulnerabilities detected
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