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

indated

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indated

Analyze your project's dependencies to determine how many major/minor/patch versions behind each one is

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-26.67%
Maintainers
1
Weekly downloads
 
Created
Source

GitHub license Coverage Status PRs Welcome

Indated

It's better to be indated than outdated!

Analyze your npm project's dependencies to determine how many major/minor/patch versions behind each one is.

Contents


Installation

$ npm install --save-dev indated

Usage

assuming you have ./node_modules/.bin/ in your path, just run

$ indated

or, if you have npm > 5.2.0

$ npx indated

otherwise, run

$ node_modules/.bin/indated

Options

By default, indated will generate a markdown table listing your project's dependencies that are one or more major versions behind the latest available. It does this by leveraging output from npm outdated.

You can easily add minor and patch versions to the output with --minor and --patch, and disable major with --no-major.

Example: show all dependencies that differ from latest only by minor version:

$ indated --no-major --minor

Example Output

$ indated --major --minor
building package tree... (this may take a while)
| package | level | difference |
| ------- | ----- | ---------- |
| jest    | minor | 1          |

License

This project is licensed under the MIT License

FAQs

Package last updated on 25 Jun 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

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