logoalt Hacker News

Sammiyesterday at 12:17 PM1 replyview on HN

Pretty easy to do using npm-check-update:

https://www.npmjs.com/package/npm-check-updates#cooldown

In one command:

  npx npm-check-updates -c 7

Replies

tragiclosyesterday at 2:32 PM

The docs list this caveat:

> Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period.

Seems like a big drawback to this approach.

show 1 reply