Understand what your dependencies (and risks) are to other packages
With Dependency Visualizer you can visually see what your package dependency looks like. The interactive graph will let you drill down into each component and see:
Security Vulnerabilities
See what packages that you use have been identified as having a security vulnerability with information about the security risks
Outdated Packages
See how far the version of the components you use is different than the latest version of that component. This can indicate the security or quality risks you are taking by using packages that are using old and outdated packages themselves.
Software Bloat
See what packages are pulling other packages that contribute to your deployment getting larger and larger. Determine whether you want to really use a given package or whether you should look for alternatives with less bloat.