sw360 / capycli

CaPyCLI - Python scripts for software license compliance automation with SW360
Other
13 stars 7 forks source link

GetDependencies JavaScript - check for lockfileVersion #6

Open tngraf opened 1 year ago

tngraf commented 1 year ago

At the moment we an only handle package-lock.json files in version 2.
We should also be able to handle version 3.

sachinshaji commented 5 months ago

@tngraf This is already added here: https://github.com/sw360/capycli/blob/main/capycli/dependencies/javascript.py#L97

May be you can close this issue.