{"id":16432647,"url":"https://github.com/2nthony/latest-version","last_synced_at":"2026-01-19T23:33:18.929Z","repository":{"id":46080993,"uuid":"192045758","full_name":"2nthony/latest-version","owner":"2nthony","description":"Get the latest version of npm packages","archived":false,"fork":false,"pushed_at":"2023-12-15T05:26:51.000Z","size":840,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T12:55:11.787Z","etag":null,"topics":["current","latest","module","npm","package","package-json","version"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/2nthony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":"evillt","open_collective":null,"ko_fi":"evillt","tidelift":null,"custom":"https://donate.evila.me"}},"created_at":"2019-06-15T06:36:40.000Z","updated_at":"2019-12-26T13:13:31.000Z","dependencies_parsed_at":"2024-01-16T10:36:03.669Z","dependency_job_id":"7608d9b8-e836-44fa-b265-a40a00eece20","html_url":"https://github.com/2nthony/latest-version","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.25,"last_synced_commit":"e254cff7304899762b0511cd234b6e3d7169ec79"},"previous_names":["evillt/latest-version"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/2nthony/latest-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Flatest-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Flatest-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Flatest-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Flatest-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2nthony","download_url":"https://codeload.github.com/2nthony/latest-version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Flatest-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"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":["current","latest","module","npm","package","package-json","version"],"created_at":"2024-10-11T08:43:59.459Z","updated_at":"2026-01-19T23:33:18.902Z","avatar_url":"https://github.com/2nthony.png","language":"JavaScript","funding_links":["https://patreon.com/evillt","https://ko-fi.com/evillt","https://donate.evila.me"],"categories":[],"sub_categories":[],"readme":"# latest-version\n\n\u003e Get the latest version of npm packages\n\nPlease consider starring the project to show your \u003cfont color=\"red\"\u003e❤\u003c/font\u003e and support.\n\n[![NPM version](https://badgen.net/npm/v/@evillt/latest-version?icon=npm)](https://npmjs.com/package/@evillt/latest-version)\n[![NPM download](https://badgen.net/npm/dm/@evillt/latest-version?icon=npm)](https://npmjs.com/package/@evillt/latest-version)\n[![CircleCI](https://badgen.net/circleci/github/evillt/latest-version?icon=circleci)](https://circleci.com/gh/evillt/latest-version/tree/master)\n[![License](https://badgen.net/npm/license/@evillt/latest-version)](./LICENSE)\n[![donate](https://badgen.net/badge/support%20me/donate/f2a)](https://donate.evila.me)\n\n## Comparison [latest-version-cli](https://github.com/sindresorhus/latest-version-cli)\n\n- Support multiple packages input\n- Support specify registry\n- Pretty output\n\n![image](https://unpkg.com/@evillt/media@latest/projects/latest-version/main.svg)\n\n## Usage\n\nOne-off usage via `npx`:\n\n```sh\n$ npx @evillt/latest-version [...packages]\n\n# Example\n$ npx @evillt/latest-version loading-screen poi\n```\n\nOr using it globally:\n\n```sh\n$ npm i -g @evillt/latest-version\n\n# Or using yarn\n$ yarn global add @evillt/latest-version\n\n$ latest-version vue react\n```\n\n## CLI\n\n`latest-version [...packages] [option]`\n\n### `packages`\n\nThe packages.\n\n### `options`\n\n#### `-r, --registry \u003curl\u003e`\n\nUse the specified registry instead of npm registry.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n**latest-version** © [evillt](https://github.com/evillt), Released under the [MIT](./LICENSE) License.\n\nAuthored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/latest-version/contributors)).\n\n\u003e [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Flatest-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2nthony%2Flatest-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Flatest-version/lists"}