Scan package.json for deprecated packages?

40 Views Asked by At

If I go to a package like react-intercom on npmjs, it will display a deprecation warning right there on the page

react intercom deprecation warning

This seems to be done through a command in npm called deprecate.

Is there a way to scan my package.json and find all packages where they have been deprecated?

0

There are 0 best solutions below