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
https://docs.npmjs.com/cli/v8/commands/npm-audit
We scan our projects as part of our CI to ensure the dependencies don't have vulnerabilities. $ npm audit
$ npm audit
This is the key although it would be nice to also have the npm audit fix equiverlant as well.
npm audit fix
Add matching or cutdown feature to bun: $ bun audit
$ bun audit
Alternatives as far as I know require making use of npm.
The text was updated successfully, but these errors were encountered:
duplicate see #5359
Sorry, something went wrong.
No branches or pull requests
What is the problem this feature would solve?
https://docs.npmjs.com/cli/v8/commands/npm-audit
We scan our projects as part of our CI to ensure the dependencies don't have vulnerabilities.
$ npm audit
This is the key although it would be nice to also have the
npm audit fix
equiverlant as well.What is the feature you are proposing to solve the problem?
Add matching or cutdown feature to bun:
$ bun audit
What alternatives have you considered?
Alternatives as far as I know require making use of npm.
The text was updated successfully, but these errors were encountered: