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

Added support for package-lock.json to parse additional features #3988

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

VarshaUN
Copy link

Fixes #3493

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁

Signed-off-by: Varsha U N [email protected]

@VarshaUN VarshaUN force-pushed the support-package-lock.json branch from 381909f to 71453ba Compare November 16, 2024 08:25
Copy link
Member

@AyanSinhaMahapatra AyanSinhaMahapatra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VarshaUN are you sure what you are doing is correct?

  1. You are making changes to the package.json parser here, and not package-lock.json which was the target of issue Ensure we can collect the latest package-lock.json including file indirections for versions #3493
  2. Please add tests for each of the new functionality added so we can easily verify whether the code actually works and produces any useful data, use the github search with paths to look for useful examples.

@AyanSinhaMahapatra
Copy link
Member

Gentle ping @VarshaUN

@VarshaUN VarshaUN force-pushed the support-package-lock.json branch from ff330fc to 7f1b0de Compare January 15, 2025 12:48
@VarshaUN VarshaUN force-pushed the support-package-lock.json branch from 59db77f to 0632016 Compare January 17, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure we can collect the latest package-lock.json including file indirections for versions
2 participants