Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onigoetz/visualize-outdated-dependencies

Get a visual representation and a report of your outdated dependencies, recursively
https://github.com/onigoetz/visualize-outdated-dependencies

dependencies dependencies-manager npm yarn

Last synced: 25 days ago
JSON representation

Get a visual representation and a report of your outdated dependencies, recursively

Awesome Lists containing this project

README

        

# Outdated dependencies visualizer

[![Latest version](https://img.shields.io/github/release/onigoetz/visualize-outdated-dependencies.svg?style=flat-square)](https://github.com/onigoetz/visualize-outdated-dependencies/releases)
![License](https://img.shields.io/github/license/onigoetz/visualize-outdated-dependencies?style=flat-square)
[![NPM Downloads](https://img.shields.io/npm/dm/@onigoetz/outdated-dependencies?style=flat-square&logo=npm)](https://www.npmjs.com/package/@onigoetz/outdated-dependencies)

![](screenshot.png)

Check the state of dependencies of your package and all of its dependencies.

Contrary to `yarn outdated` or `npm outdated`, this package will check the dependencies recursively and provide a full report.

This works with Yarn workspaces; run the command at the root of a workspace, and all its children will be included.

## Installing

```bash
npm install -g @onigoetz/outdated-dependencies
```

## Usage

Run the command within one of your modules.

```bash
outdated-dependencies
```

## Options

```
--clear-cache Clear dependencies cache
--help Show help
--version Show the version and exit
--verbose, -v Also display debug information
```