New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

version-checker-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-checker-cli

Node version checker cli

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

version-checker-cli NPM version Build Status Dependency Status

Check your outdated node packages with command line.

Installation

$ npm install -g version-checker-cli

Usage

Check packages

// Check all local packages
$ vc check --local
//or
$ vc check -l

image

// Check all global packages
$ vc check --global
//or
$ vc check -g

image

// Check all packages in prefix path
$ vc check --prefix
//or
$ vc check -p

image

Update packages

// Update all local packages
$ vc update --local
//or
$ vc update -l

// Update all global packages
$ vc update --global
//or
$ vc update -g

Options

$ vc -h
Usage:
  vc [OPTIONS] <command> [ARGS]

Options: 
  -l, --local            Perform locally.
  -g, --global           Perform globally.
  -p, --prefix           Perform at your npm prefix path.
  -a, --all              Perform locally, globally, and at your npm prefix 
                         path. 
  -v, --version          Display the current version.
  -h, --help             Display help and usage details.

Commands: 
  check, update

License

MIT © NghiaTTran

Keywords

version

FAQs

Package last updated on 06 Feb 2016

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