You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# ANNOUNCEMENT: repository changing ownership
2
2
3
-
On the 16th of March 2024 this repository will change ownership and move to the personal account of one of it's maintainers, [Yaniv Kessler](https://github.com/kessler)
3
+
On the 16th of March 2024 this repository has changed ownership and moved to the personal account of one of it's maintainers, [Yaniv Kessler](https://github.com/kessler)
4
4
5
-
Ownership change will also occur on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler)
5
+
Ownership change also occurred on the npm registry to [Yaniv Kessler](https://www.npmjs.com/~kessler)
6
6
7
7
# NPM License Report Tool
8
8
@@ -351,4 +351,16 @@ The following is the list of supported types:
351
351
352
352
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`.
353
353
354
+
## Associated packages
355
+
356
+
To cover special needs there is a short list of "associated" packages
357
+
358
+
-[license-report-recursive](https://www.npmjs.com/package/license-report-recursive) - a clone of license-report that covers dependencies of dependencies too.
359
+
360
+
-[license-downloader](https://www.npmjs.com/package/license-downloader) - downloads all the license files of the dependencies using the output of license-report as input.
361
+
362
+
-[license-report-check](https://www.npmjs.com/package/license-report-check) - validates the types of the licenses of dependencies based on a list of allowed / forbidden license types. This package uses the output of license-report as input.
0 commit comments