Socket
Book a DemoInstallSign in
Socket

@ruyadorno/outdated

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ruyadorno/outdated

Shortcut to interactively update your deps using npm + ipt

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

outdated

NPM version License

Shortcut to interactively update your deps using npm + ipt

An iPipeTo workflow



demo animation


Install

Get it with npm:

npm install -g @ruyadorno/outdated ipt

Run

In any npm project you want to update a dependency, run:

outdated

OR

bypass npm install and run it at once using npx:

npx @ruyadorno/outdated

Features

  • Interactively list top-level dependencies that needs updating
  • outdated latest will build an interactive list using the Latest option from npm outdated

Note on Wanted vs Warning versions:

npm outdated will provide two targets to update to: Wanted/Warning:

  • A Wanted version is a newer version that satisfies the current semver-range defined in your package.json
  • A Latest version is whatever is the latest version of that dependency published to the configured registry for that project.

Requirements

Help

outdated

Options:
        outdated                Open interactive menu updating deps to a "Wanted" version
        outdated latest Open interactive menu updating deps to a "Latest" version
        --help                  Show this help menu
        --version               Prints version number

Equivalent bash alias

Although less powerful, this bash alias achieves roughly the same base usage of pipping the result of npm outdated into ipt for a interactive experience.

alias outdated="npm install $(npm outdated --parseable | cut -d ':' -f 2 | ipt)"

License

MIT © 2021 Ruy Adorno

Keywords

npm

FAQs

Package last updated on 18 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts