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

show reify diff on --long #7175

Merged
merged 2 commits into from Jan 24, 2024
Merged

show reify diff on --long #7175

merged 2 commits into from Jan 24, 2024

Conversation

wraithgar
Copy link
Member

@wraithgar wraithgar commented Jan 23, 2024

Builds off of #7174 and #7133

@wraithgar wraithgar requested a review from a team as a code owner January 23, 2024 21:30
@wraithgar
Copy link
Member Author

~/D/n/s/diff $ node /Users/wraithgar/Development/npm/cli/branches/gar_long-reify-table uninstall abbrev --long

remove  abbrev  1.1.1

removed 1 package, and audited 4 packages in 780ms

found 0 vulnerabilities
~/D/n/s/diff $ node /Users/wraithgar/Development/npm/cli/branches/gar_long-reify-table install abbrev@1 --long

add  abbrev  1.1.1

added 1 package, and audited 5 packages in 1s

found 0 vulnerabilities
~/D/n/s/diff $ node /Users/wraithgar/Development/npm/cli/branches/gar_long-reify-table install abbrev@2 --long

change  abbrev  1.1.1 -> 2.0.0

changed 1 package, and audited 5 packages in 1s

found 0 vulnerabilities
~/D/n/s/diff $ node /Users/wraithgar/Development/npm/cli/branches/gar_long-reify-table uninstall abbrev --long

remove  abbrev  2.0.0

removed 1 package, and audited 4 packages in 867ms

found 0 vulnerabilities
~/D/n/s/diff $ node /Users/wraithgar/Development/npm/cli/branches/gar_long-reify-table uninstall semver --long

remove  yallist    4.0.0
remove  semver     7.5.4
remove  lru-cache  6.0.0

removed 3 packages, and audited 1 package in 1s

found 0 vulnerabilities

@wraithgar
Copy link
Member Author

There are a lot of directions we could go from this, and as long as we understand that the output of this is not intended to be machine parsed, we can make it display more info if we decide to.

@wraithgar wraithgar merged commit 35a098c into latest Jan 24, 2024
20 checks passed
@wraithgar wraithgar deleted the gar/long-reify-table branch January 24, 2024 17:02
@github-actions github-actions bot mentioned this pull request Jan 24, 2024
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.

None yet

2 participants