You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 both fund and audit no matter
Steps to Reproduce
n/a
Expected Behavior
Both audit and fund should likely both be considered notice level logs and not appear in anything more strict than that (since notice is the default, this also makes sense with the current default behavior of both of them).
Credit where Credit is Due
The text was updated successfully, but these errors were encountered:
/xx @isaacs@ruyadorno has this come up before? I don't remember us talking about it. I'm guessing we could reuse how we implemented --no-audit & --no-fund (?)
What / Why
Currently, when you run
npm install <module> --silent
(or any other log filter), bothfund
andaudit
are logged. (Credit where credit is due: Tweet)When
Where
Current Behavior
console.log()
s bothfund
andaudit
no matterSteps to Reproduce
Expected Behavior
audit
andfund
should likely both be considerednotice
level logs and not appear in anything more strict than that (sincenotice
is the default, this also makes sense with the current default behavior of both of them).Credit where Credit is Due
The text was updated successfully, but these errors were encountered: