Socket
Socket
Sign inDemoInstall

analyze-deps-cli

Package Overview
Dependencies
80
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    analyze-deps-cli

Compare dependencies in package.json to the latest available versions.


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
12.5 MB
Created
Weekly downloads
 

Readme

Source

Build Status Coverage Status bitHound Overall Score npm Version

Analyze Deps CLI

Compare dependencies in package.json to the latest available versions.

Installation

npm install -g analyze-deps-cli

Usage

Display mode (default)

deps

display mode

deps simply outputs the packages which version range specified in package.json can be updated to include only the latest version.

By default, deps will analyze package.json found in ./, the directory where deps is run. If not found, it will try ../, then ../../ and so on.

You can also specify the package.json location like this:

deps -p some/other/location

Interactive mode

deps -i

interactive mode

If you press Enter after selecting inquirer, then inquirer's range in package.json will be updated from ^1.2.1 to ^1.2.2.

  • analyze-deps - API for this module

License

MIT

Keywords

FAQs

Last updated on 24 Oct 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc