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
// These are the config values to swap with "protected".
13
-
// It does not catch every single sensitive thing a user may put in the npmrc file but it gets the common ones.
14
-
// This is distinct from nerfDarts because that is used to validate valid configs during "npm config set", and folks may have old invalid entries lying around in a config file that we still want to protect when running "npm config list"
15
-
// This is a more general list of values to consider protected.
16
-
// You cannot "npm config get" them, and they will not display during "npm config list"
0 commit comments