jesseduffield / jesseduffield/lazynpm
Updates available
- Dominant language
- Go
- Stars
- 861
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Love the idea here, just installed it and already see how this could make things much simpler. One thing that I would love, however, is some help around updates to packages.
**Is your feature request related to a problem? Please describe.**
I cannot find the link right now, but I recently read an article that shows some crazy high percent of dependencies are not updated after being installed. Partially this could be due to lack of visibility, partially could be due to things breaking when updating, but I think both of these problems can be helped if not solved with this terminal.
**Describe the solution you'd like**
I currently use an extension for VSCode named [Version Lens](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens). This works but can be very slow. I would imagine something similar, which would maybe be a third column in the dependency list that shows latest version if one exists. Additionally, a keypress on the dependency may show the change notes, or diff or something.
Maybe something like this:
```
express 1.0.0 1.0.0 1.1.6
lodash 5.6.3 5.6.3 -
```
**Describe alternatives you've considered**
As far as I know, from the docs and using it for about half a day, package updates are not something that is available.
**Additional context**
Basically, some more visibility/workflow around package updates to help ease the update process and make devs more likely to update their packages. For me, this would be very helpful as someone who tries to actively keep up to date with things. The audit data could also be useful here, to help show updates that are low priority (no audit findings), medium priority (low risk audit findings) or high priority (high risk audit findings).
I am happy to help contribute to this, however I do not currently have the bandwidth to fully take this on at the moment. I would be happy to assist, if this was deemed a worthwhile enhancement.
Regardless, thank you so much for this and I will be using it in my day-to-day!
Contributor guide
Assessment
This issue has not been assessed yet.