Gathering detailed insights and metrics for license-report-recursive
Gathering detailed insights and metrics for license-report-recursive
Gathering detailed insights and metrics for license-report-recursive
Gathering detailed insights and metrics for license-report-recursive
Wrapper around the license-report package that adds recursion
npm install license-report-recursive
Typescript
Module System
Min. Node Version
Node Version
NPM Version
50.6
Supply Chain
91.7
Quality
78.8
Maintenance
100
Vulnerability
98.9
License
JavaScript (100%)
Total Downloads
54,479
Last Day
7
Last Week
512
Last Month
2,997
Last Year
32,961
1 Stars
108 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
6.7.0
Package Id
license-report-recursive@6.7.0
Unpacked Size
34.92 kB
Size
10.85 kB
File Count
11
NPM Version
10.8.2
Node Version
20.17.0
Publised On
17 Sept 2024
Cumulative downloads
Total Downloads
Last day
-96.4%
7
Compared to previous day
Last week
-6.7%
512
Compared to previous week
Last month
28.4%
2,997
Compared to previous month
Last year
55.8%
32,961
Compared to previous year
6
Generate a license report of the projects dependencies, optionally with recursion.
Extends the license-report tool. The documentation for license-report is valid for this tool too. Changes can be found below.
cd your/project/
license-report-recursive --recurse
license-report-recursive --recurse --output=tree
By setting the debug environment variable as follows, detailed log information is generated during the report generation and send to the stderr output stream. The reported information includes the nesting level and the currently processed package.
For more information see the documentation of the debug package on npm.
1export DEBUG=license-report-recurse
or for windows environment
1set DEBUG=license-report-recurse
For list of changes and bugfixes, see CHANGELOG.md.
The CHANGELOG.md is generated with standard-changelog
(using the command npm run release
).
To make this possible the commit messages must follow the conventional commits specification.
<type>: <description>
<optional body>
The following is the list of supported types of commit messages:
To ensure the syntax of commit messages commitlint
is used, triggered by husky
. This feature must be activated with npm run activate-commitlint
once for every local clone of license-report
.
Copyright © 2024 Bernhard Pottler.
Distributed under the MIT License. See LICENSE
for more information.
No vulnerabilities found.
No security vulnerabilities found.