Closed
Description
Do you want to request a feature or report a bug?
feature
What is the current behavior?
npm added audit
to warn about packages with known security issues. There was some conversation about this previously and one of the core npm folks said the API was likely to be open/public to pull this info. Therefore, yarn should be able to add this feature.
What is the expected behavior?
- Add a
yarn audit
command that mimicsnpm audit
- Add warnings when adding/installing packages with known issues.
Please mention your node.js, yarn and operating system version.
This would be a minor version bump, so likely target yarn v1.7.0 or v1.8.0 depending on timing.
This is probably too important to wait for v2.0.