-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add npm audit resolve command #9
Closed
Closed
Conversation
This file contains 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
PR-URL: npm/npm#20762 Credit: @wyardley Reviewed-By: @zkat
PR-URL: npm/npm#20855 Credit: @zkat Reviewed-By: @iarna
PR-URL: npm/npm#20750 Credit: @travi Reviewed By: @zkat
PR-URL: npm/npm#20859 Credit: @strugee Reviewed-By: @zkat
PR-URL: npm/npm#20879 Credit: @watilde Reviewed-By: @zkat
PR-URL: npm/npm#20881 Credit: @styfle Reviewed-By: @zkat
PR-URL: npm/npm#20947 Credit: @bitsol Reviewed-By: @zkat
This fixes the regular expression matching in `xcode_emulation` to also handle version numbers with multiple-digit major versions which would otherwise break under use of XCode 10 Fixes: nodejs/node-gyp#1454 PR-URL: npm/npm#20948 Credit: @Trott Reviewed-By: @zkat
PR-URL: npm/npm#21018 Credit: @reggi Reviewed-By: @zkat
I wasn't clear on the exact behaviour with the shorthand, but I think this change is correct. PR-URL: npm/npm#21019 Credit: @davidgilbertson Reviewed-By: @zkat
PR-URL: npm/npm#21064 Credit: @roblourens Reviewed-By: @zkat
PR-URL: npm/npm#21105 Credit: @karanjthakkar Reviewed-By: @zkat
Fixes: npm/npm#21114 PR-URL: npm/npm#21129 Credit: @zkat Reviewed-By: @iarna
Downgraded to allow better deduplication
replaces cli-table2
npm install foo, not npm install foo`` PR-URL: npm/npm#21165 Credit: @hchiam Reviewed-By: @zkat
Explicitly state that republishing an unpublished package requires a 72h waiting period. PR-URL: npm/npm#20920 Credit: @gmattie Reviewed-By: @zkat
PR-URL: npm/npm#20554 Credit: @luislobo Reviewed-By: @zkat Reviewed-By: @iarna
PR-URL: npm/npm#12697 Credit: @tribou Reviewed-By: @zkat
Credit: @gucong3000 PR-URL: npm/npm#19418 Reviewed-By: @iarna
misclick, sorry... |
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.
Add means for a human to resolve issues if they can't be fixed and interactively make decisions about each issue.
See https://npm.community/t/interactive-tool-to-manage-audit-findings-npm-audit-resolve/197
I'm still hoping to discuss this, as I assume I'm not aware of all npm-cli features and modes of operation.
TODO:
prefix
that I don't know how to do as of now...
syntax)