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

stale-check

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stale-check

Utility to identify out-of-date packages by publish date

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Framework Staleness Utility

Identify stale or abandoned dependencies in your projects, or libraries installed by mistake.

image

Usage

Install with npm i -D https://github.com/ficocelliguy/stale-check

To check all of your projects' immediate dependencies for any that have not been updated in years, use npx stale-check

Check for the most common out-of-maintenance or stale frameworks with npx stale-check --quick or -q

To check dependencies recursively, use npx stale-check -a or --all. This may take some time.

FAQs

Package last updated on 20 Feb 2024

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