We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm has npm audit signatures since version 8. Would be nice to be able to do that within yarn as well. https://docs.npmjs.com/cli/v10/commands/npm-audit#audit-signatures
npm audit signatures
Just like I can run yarn npm audit today I'd like to be able to run yarn npm audit signatures.
yarn npm audit
yarn npm audit signatures
Can't think of any.
For now I guess I'll just run npm audit signatures?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the user story
npm has
npm audit signatures
since version 8. Would be nice to be able to do that within yarn as well.https://docs.npmjs.com/cli/v10/commands/npm-audit#audit-signatures
Describe the solution you'd like
Just like I can run
yarn npm audit
today I'd like to be able to runyarn npm audit signatures
.Describe the drawbacks of your solution
Can't think of any.
Describe alternatives you've considered
For now I guess I'll just run
npm audit signatures
?The text was updated successfully, but these errors were encountered: