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

Feat/support lockfile v3 #169

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Feat/support lockfile v3 #169

merged 3 commits into from
Jul 28, 2023

Conversation

lirantal
Copy link
Owner

Description

Fixes #168 to add support for npm's lockfile v3

Types of changes

Adding support for parsing the packages field (used to be dependencies for v2 and v1 of the lockfile format)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Related Issue

#168

@lirantal lirantal added the enhancement New feature or request label Jul 28, 2023
@lirantal lirantal self-assigned this Jul 28, 2023
@kusalk
Copy link

kusalk commented Jul 28, 2023

Thank you for the rapid fix

@lirantal lirantal merged commit c7817c6 into main Jul 28, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not support NPM lockfile version 3
2 participants