Socket
Socket
Sign inDemoInstall

check-is-deprecated

Package Overview
Dependencies
96
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    check-is-deprecated

Check if npm package is deprecated or archived


Version published
Weekly downloads
30
decreased by-21.05%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

2.0.0 (2020-05-19)

New Feature
  • added option to read packages from package.json
  • added all option
  • added dependencies option
  • added devDependencies option
  • added peerDependencies option
  • added github option
  • added error when cannot connect to the Internet
Breaking Changes
  • CLI outputs only deprecated packages by default (to display all packages pass all option)
  • CLI outputs only npm results by default (to check GitHub repo pass github option)

Readme

Source

Check is deprecated

NPM version NPM downloads

About

Check if npm package is deprecated or archived

How to Install

First, install the CLI by npm:

$ npm install -g check-is-deprecated

How to Use

$ check-is-deprecated [options] [packages]

Instead of check-is-deprecated you can use aliases: is-deprecated & cid

Options

  • -f, --file [url] get packages from package.json
  • -g, --github check GitHub repository
  • -m, --msg output deprecation message
  • -l, --link output repo link
  • -a, --all display results for all packages

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada

Keywords

FAQs

Last updated on 24 May 2020

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