Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

analyze-deps-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze-deps-cli

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

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 24 Oct 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc