-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Bugthing that needs fixingthing that needs fixingsemver:majorbackwards-incompatible breaking changesbackwards-incompatible breaking changes
Milestone
Description
What / Why
Currently, when you run npm install <module> --silent (or any other log filter), both fund and audit are logged. (Credit where credit is due: Tweet)
When
- Audit: Whenever I npm install a module.
- Fund: Whenever I npm install a module that resolves a module with a fund property in its dependency tree.
Where
- npm/cli
Current Behavior
console.log()s bothfundandauditno matter
Steps to Reproduce
- n/a
Expected Behavior
- Both
auditandfundshould likely both be considerednoticelevel logs and not appear in anything more strict than that (sincenoticeis the default, this also makes sense with the current default behavior of both of them).
Credit where Credit is Due
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingsemver:majorbackwards-incompatible breaking changesbackwards-incompatible breaking changes