Gathering detailed insights and metrics for rollup-plugin-license-xml
Gathering detailed insights and metrics for rollup-plugin-license-xml
Gathering detailed insights and metrics for rollup-plugin-license-xml
Gathering detailed insights and metrics for rollup-plugin-license-xml
small plugin to create `license.xml` snippet of your rollup runtime dependencies
npm install rollup-plugin-license-xml
Typescript
Module System
Min. Node Version
Node Version
NPM Version
68
Supply Chain
93.7
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (97.7%)
HTML (2.3%)
Total Downloads
824
Last Day
1
Last Week
5
Last Month
16
Last Year
155
MIT License
4 Commits
2 Watchers
8 Branches
1 Contributors
Updated on May 20, 2020
Minified
Minified + Gzipped
Latest Version
0.0.4
Package Id
rollup-plugin-license-xml@0.0.4
Unpacked Size
15.30 kB
Size
4.15 kB
File Count
9
NPM Version
6.14.4
Node Version
12.16.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
400%
5
Compared to previous week
Last Month
60%
16
Compared to previous month
Last Year
59.8%
155
Compared to previous year
Creates a license.xml file from all your dependencies see template
1$ npm install --save-dev rollup-plugin-license-xml
1import license from 'rollup-plugin-license-xml'
1const license = require('rollup-plugin-license-xml')
1export default { 2 entry: 'module.js', 3 dest: 'index.js', 4 format: 'cjs', 5 plugins: [license()] 6}
1rollup({ 2 entry: 'main.js', 3 plugins: [license()] 4}).then(...)
logged to console on rollup completion
1<other> 2 <description>rollup-plugin-license-xml</description> 3 <locations> 4 <file>/test/_fixtures/bundle-a.js</file> 5 </locations> 6 <licenses> 7 <license> 8 <name>MIT</name> 9 <url>https://raw.githubusercontent.com/edewit/rollup-plugin-license/master/LICENSE</url> 10 </license> 11 </licenses> 12</other> 13<other> 14 ...
process.cwd()
null
null
module
analysis objects
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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