Below you will find pages that utilize the taxonomy term “TahaKotwal12”
July 18, 2026
Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.4.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Graveyard Check is a GitHub Action that helps identify and recommend replacements for abandoned or at-risk dependencies in various ecosystems, such as npm, PyPI, and Go modules. It scans project lockfiles to determine if packages have been deprecated or not updated in a while, and suggests suitable alternatives. The tool supports multiple lockfile formats and can be used as a CI gate to ensure that only maintained versions are used.
July 16, 2026
Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.3.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Graveyard Check is a tool that scans dependency files to identify abandoned or at-risk packages, providing verified successor recommendations. It supports various ecosystems and provides flags for filtering and output formats. The tool can be used as a CI gate or shell guard on its own by exiting with an error if a package is at-risk or likely abandoned.
July 14, 2026
Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.2.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Graveyard Check automates the discovery and recommendation of maintainers for abandoned dependencies, helping users identify packages that are effectively dead. It provides a comprehensive scan of project dependencies across various ecosystems (npm, PyPI) to determine which ones may require migration, offering verified community successors as recommendations.
July 11, 2026
Graveyard Check
Version updated for https://github.com/TahaKotwal12/graveyard-check to version v0.1.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed First public release of graveyard-check — a CLI that scans your npm lockfile, flags dependencies that are effectively abandoned, and recommends verified community- maintained successors.
What it does graveyard-check scan — scans your package-lock.json, flags likely-abandoned or at-risk dependencies with evidence (last release/commit age, npm deprecation flag, issue response rate), and suggests a maintained successor where one exists graveyard-check check <package> — single-package lookup, no lockfile required --json output and a GitHub Action wrapper for CI integration Seed dataset Ships with 9 researched successor records covering well-known npm abandonment cases: request, node-sass, moment, request-promise, istanbul, gulp-util, colors, faker, and tslint. Every record is backed by verified evidence, not guesses — see data/successors/SCHEMA.md.