Replies: 1 comment 1 reply
-
There's an issue about it: #9921 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the increasingly frequent security incidents in npm packages, I wanted to outline a possible idea here to help mitigate the problem somewhat.
Some examples of such incidents in recent weeks:
I would like the CLI command
outdated
to be extended to inform about WHEN a new version was released. Additionally,update --interactive
andupdate --latest
could be enhanced with a setting that allows listing or updating only those packages whose new versions are older than X days.This approach could prevent or at least reduce the risk of falling into current traps, as most incidents are discovered and fixed within the first few days after release.
Of course, there must be an exception if a security vulnerability is known in the currently installed version. In this case, immediate notification or marking should be provided.
I look forward to your feedback or maybe there are better ideas to address this issue.
Beta Was this translation helpful? Give feedback.
All reactions