Phase 2: Expand reusedCode detection to federal npm and PyPI dependencies#126
Open
haseebmalik18 wants to merge 2 commits into
Open
Phase 2: Expand reusedCode detection to federal npm and PyPI dependencies#126haseebmalik18 wants to merge 2 commits into
haseebmalik18 wants to merge 2 commits into
Conversation
haseebmalik18
force-pushed
the
DSACMS/haseeb/add-gov-dependencies
branch
from
July 15, 2026 15:55
944d244 to
bc2a3b3
Compare
… data and logic modules
Collaborator
Author
|
Not ready for review yet |
haseebmalik18
force-pushed
the
DSACMS/haseeb/add-gov-dependencies
branch
from
July 16, 2026 15:08
bc2a3b3 to
4170e82
Compare
haseebmalik18
marked this pull request as ready for review
July 16, 2026 15:35
Collaborator
Author
|
@natalialuzuriaga Ready for review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Auto-fills
code.json'sreusedCodefield with the federal dependencies detected in a repository's manifests. Phase 2 of #124.Changes
src/gov-dependencies.data.ts.package.jsonand PyPI deps fromrequirements.txt, each through its own lookup since PyPI normalizes names differently.src/gov-dependencies.data.ts.src/gov-dependencies.tskeeps the lookup logic only.