{"id":21817933,"url":"https://github.com/iansu/package-checkup-action","last_synced_at":"2026-04-04T16:33:55.838Z","repository":{"id":43939733,"uuid":"268179691","full_name":"iansu/package-checkup-action","owner":"iansu","description":"Check for vulnerable, outdated or unused dependencies in JavaScript and TypeScript projects","archived":false,"fork":false,"pushed_at":"2022-08-18T19:28:31.000Z","size":1133,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T10:23:48.697Z","etag":null,"topics":["dependencies","dependency","github-action","javascript","node","npm","typescript","yarn"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/iansu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-30T23:59:43.000Z","updated_at":"2022-10-18T19:30:52.000Z","dependencies_parsed_at":"2022-09-08T12:00:36.071Z","dependency_job_id":null,"html_url":"https://github.com/iansu/package-checkup-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iansu/package-checkup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansu%2Fpackage-checkup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansu%2Fpackage-checkup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansu%2Fpackage-checkup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansu%2Fpackage-checkup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iansu","download_url":"https://codeload.github.com/iansu/package-checkup-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iansu%2Fpackage-checkup-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dependencies","dependency","github-action","javascript","node","npm","typescript","yarn"],"created_at":"2024-11-27T15:49:09.540Z","updated_at":"2026-04-04T16:33:55.809Z","avatar_url":"https://github.com/iansu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Package Checkup Action\n\n[![Build status](https://github.com/iansu/package-checkup-action/workflows/CI/badge.svg)](https://github.com/iansu/package-checkup-action/actions)\n\nGitHub Action to check for vulnerable, outdated or unused dependencies in JavaScript or TypeScript projects.\n\nThis Action posts a comment on all Pull Requests with information about outdated packages, packages with security issues and unused packages as specified in `package.json`.\n\n## Requirements\n\nSupported package managers are [npm](https://www.npmjs.com/) and [Yarn](https://classic.yarnpkg.com/lang/en/) v1.\n\n## Usage\n\nCreate a file in your repo named `.github/workflows/package-checkup.yml` with the following contents:\n\n```yml\nname: Package Checkup\n\non:\n  pull_request:\n    types: ['opened', 'edited', 'reopened', 'synchronize']\n\njobs:\n  title:\n    name: checkup\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Check dependencies\n        uses: package-checkup-action@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Settings\n\nThe following properties can be set under `with` in the workflow:\n\n| Name                 | Description                                | Default | Required |\n| -------------------- | ------------------------------------------ | ------- | -------- |\n| showOutdatedPackages | Show a list of outdated packages           | true    | No       |\n| token                | GitHub token used to post a comment on PRs |         | Yes      |\n\n## Credits\n\nMade with :tumbler_glass: by [Ian Sutherland](https://iansutherland.ca) ([@iansu](https://twitter.com/iansu)). This project is released under the [MIT](/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiansu%2Fpackage-checkup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiansu%2Fpackage-checkup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiansu%2Fpackage-checkup-action/lists"}