Log new versions as they are found

Author: rethabCreated Sep 7, 2021Updated Jun 26, 2026
Labelsenhancement
  • I have searched for similar issues
  • I am using the latest version of npm-check-updates
  • I am using node >= 10.17

It would be nice if new versions of packages would be printed out as they are found. I have tried silly mode, but even then I can only see new versions once the entire process was successful.

Background: For better or worse, I'm am using a not only slow but also unstable registry. This means ncu -u often times out (even when increasing the timeout by 10x) or fails for some other reason late in the process. This means I don't have any new versions at all even though ncu made 90% progress.

By printing new versions as they are discovered, I could at least fix some of the dependencies manually :)

Source: raineorshine/npm-check-updates