Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

ShaydeNofziger
Copy link
Contributor

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.

Add support for the new format introduced to package-lock.json files with lockfileVersion 3 support.
Prefer reading from properties directly instead of relying on lockfileVersion
@ShaydeNofziger ShaydeNofziger changed the title Support lockfileVersion 3 Support newer npm package-lock dependency format introduced with lockfileVersion 3 Jul 31, 2023
Distinct dependency list
@gdivis gdivis added this to the 1.5.2 milestone Aug 1, 2023
@gdivis gdivis merged commit 42d5d12 into Inedo:master Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants