{"id":21726152,"url":"https://github.com/erictherobot/dependency_checker","last_synced_at":"2026-05-10T17:03:07.547Z","repository":{"id":183078670,"uuid":"669533488","full_name":"erictherobot/dependency_checker","owner":"erictherobot","description":"A Rust developer tool to help you check all dependencies in all your projects at once","archived":false,"fork":false,"pushed_at":"2023-07-22T16:39:05.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T19:29:53.322Z","etag":null,"topics":["csv","dependencies","dependency-graph","dependency-manager","developer-tools","dot","petgraph","reporting","rust-lang"],"latest_commit_sha":null,"homepage":"https://ericdavidsmith.com/blog/software/rust-dependency-checker","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erictherobot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-22T15:33:37.000Z","updated_at":"2023-07-22T17:10:36.000Z","dependencies_parsed_at":"2023-07-22T18:48:29.823Z","dependency_job_id":null,"html_url":"https://github.com/erictherobot/dependency_checker","commit_stats":null,"previous_names":["erictherobot/dependency_checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdependency_checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdependency_checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdependency_checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erictherobot%2Fdependency_checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erictherobot","download_url":"https://codeload.github.com/erictherobot/dependency_checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706526,"owners_count":20496570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","dependencies","dependency-graph","dependency-manager","developer-tools","dot","petgraph","reporting","rust-lang"],"created_at":"2024-11-26T03:21:46.116Z","updated_at":"2026-05-10T17:03:02.493Z","avatar_url":"https://github.com/erictherobot.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dependency Checker\n\n## Overview\n\nDependency Checker is a Rust program that traverses a specified directory, looking for JavaScript projects (those with a `package.json` file), checks their npm dependencies and outputs any outdated packages to a CSV report. Additionally, it generates a DOT file representing the dependency graph of the projects.\n\n## Features\n\n- Traverses specified directory to find JavaScript projects\n- Checks for outdated npm dependencies\n- Generates CSV report for outdated dependencies, including current and latest version numbers\n- Generates a DOT file representing the dependency graph of the projects\n- Skips `node_modules` directories for efficiency\n\n## Installation\n\n**Prerequisites:**\n\n- [Rust](https://www.rust-lang.org/tools/install) and Cargo installed\n\nTo install the tool, clone this repository and build the project:\n\n```bash\ngit clone https://github.com/erictherobot/dependency_checker.git\ncd dependency_checker\ncargo build --release\n```\n\n## Usage\n\nAfter installation, you can run the tool with the directory path as an argument:\n\n```bash\ncargo run --release /path/to/directory\n```\n\nAfter running, the tool will generate two files in the project root:\n\n- `report.csv`: A CSV file containing the report of outdated packages, including the project paths, package names, current versions, and latest versions\n- `dependency_graph.dot`: A DOT file representing the dependency graph of the projects\n\nYou can view the DOT file using a tool such as Graphviz.\n\n## Contributing\n\nContributions to this project are welcome. Please open an issue to discuss proposed changes or report bugs.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Fdependency_checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferictherobot%2Fdependency_checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferictherobot%2Fdependency_checker/lists"}