alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
731 stars 131 forks source link

Feature Request: deprecated packages #431

Open YasharF opened 4 years ago

YasharF commented 4 years ago

Marking deprecated packages. Currently, if a package is entirely deprecated, the consumers do not see that they are using a deprecated package as long as they are using the last published version.

I ran into this issue with the package istanbul . Although the package is marked as deprecated in the npm's repo (https://www.npmjs.com/package/istanbul), the last published version shows as a healthy package in david-dm dashboards of the consumers and related badges.