Inedo / pgscan

Dependency scanner for ProGet.
MIT License
11 stars 5 forks source link

Support newer npm package-lock dependency format introduced with lockfileVersion 3 #35

Closed ShaydeNofziger closed 11 months ago

ShaydeNofziger commented 11 months ago

Add support for the new format introduced to package-lock.json files with lockfileVersion 3 support.

Addresses the functionality discussed in the forum here, as well as in issues #33 and #34

I have tested this locally targeting lockfileVersion 2 and lockfileVersion 3 package-lock.json files with success. I am happy to add any tests with some guidance as needed.