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

ncheck

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ncheck

检查模块是否为最新.

latest
Source
npmnpm
Version
6.2.5
Version published
Maintainers
1
Created
Source

ncheck

检查项目中是否存在 过时 错误 多余(仅支持vue) 的模块.

特点

  • 帮你找出项目引用的模块是否有更新.
  • 提供更新详情以及提供模块主页,让你可以判断是否更新.
  • 告知项目中没有用到的模块.
  • 可以在全局中工作, 通过 -g.

需求

  • Node >= 4.0.0

安装

$ npm install -g ncheck

使用

$ ncheck

参数

使用
  $ 在工程目录下使用ncheck命令

Path
  Where to check. Defaults to current directory. Use -g for checking global modules.

Options
  -g, --global          检查全局模块.
  -u, --unused          检查未使用的包

实例
  $ npm-check           # See what can be updated, what isn't being used.
  $ npm-check ../foo    # Check another path.
  $ npm-check -gu       # Update globally installed modules by picking which ones to upgrade.

Keywords

check

FAQs

Package last updated on 10 Jul 2018

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