This repository was archived by the owner on Feb 1, 2025. It is now read-only.
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
licensebat-js
does not support lockfile-version 3 #31Closed
Description
Trying out Licensebat on a repository of mine I ran into a problem (got the output No collector found for dependency file
). From my investigation this is due to the fact that my project uses lockfile version 3. In contrast to versions 1 and 2, version 3 does not have "dependencies"
field. Instead, it has "packages"
(also present in version 2, not in version 1).