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
I am using the latest version of npm-check-updates
I am using node >= 12
Recently, We're seeing more and more sabotaged packages. As someone who uses ncu to regularly update all my deps to the latest, I'm afraid of such sabotage.
Therefore, I want to update all packages that, for example, their publish date is more than 2 weeks ago to the latest.
From what I understand, this is pretty simple to accomplish by adding such constrain to isUpgradeable function and expose an appropriate flag.
The text was updated successfully, but these errors were encountered:
npm-check-updates
node >= 12
Recently, We're seeing more and more sabotaged packages. As someone who uses
ncu
to regularly update all my deps to the latest, I'm afraid of such sabotage.Therefore, I want to update all packages that, for example, their publish date is more than 2 weeks ago to the latest.
From what I understand, this is pretty simple to accomplish by adding such constrain to isUpgradeable function and expose an appropriate flag.
The text was updated successfully, but these errors were encountered: