Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ outdatedlog Public archive

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog

License

Notifications You must be signed in to change notification settings

Alexandre-io/outdatedlog

Repository files navigation

Outdatedlog Build Status Codacy Badge Known Vulnerabilities

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog.

Setup

$ npm install -g outdatedlog

Command-line Usage

Show changelogs for all outdated packages

$ outdatedlog

Show changelogs for all outdated packages including unwanted versions

$ outdatedlog -a

Show changelogs for all outdated global packages

$ outdatedlog -g

Show changelogs for an outdated package (ie. with npm)

$ outdatedlog npm

Show changelogs for a list of outdated packages (ie. with npm and express)

$ outdatedlog npm express

About

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published