{"id":15292011,"url":"https://github.com/mggwxyz/recently-published","last_synced_at":"2026-03-17T21:05:14.899Z","repository":{"id":256077019,"uuid":"853580140","full_name":"mggwxyz/recently-published","owner":"mggwxyz","description":"A simple CLI tool to get the most recently published versions of a package on npm or see which installed package versions were most recently published.","archived":false,"fork":false,"pushed_at":"2025-05-23T02:42:33.000Z","size":485,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T22:26:10.667Z","etag":null,"topics":["cli","npm","publish","recent","version","versions"],"latest_commit_sha":null,"homepage":"https://github.com/mggwxyz/recently-published","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mggwxyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-07T00:41:08.000Z","updated_at":"2025-05-23T02:42:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7f2f064-a46f-404b-b582-dfd8715d5c28","html_url":"https://github.com/mggwxyz/recently-published","commit_stats":null,"previous_names":["mggwxyz/recently-published"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mggwxyz/recently-published","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mggwxyz%2Frecently-published","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mggwxyz%2Frecently-published/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mggwxyz%2Frecently-published/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mggwxyz%2Frecently-published/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mggwxyz","download_url":"https://codeload.github.com/mggwxyz/recently-published/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mggwxyz%2Frecently-published/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30631437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["cli","npm","publish","recent","version","versions"],"created_at":"2024-09-30T16:16:10.180Z","updated_at":"2026-03-17T21:05:14.894Z","avatar_url":"https://github.com/mggwxyz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recently-published\n\n![NPM Version](https://img.shields.io/npm/v/recently-published)\n![Tests](https://github.com/mggwxyz/recently-published/workflows/Tests/badge.svg)\n\n\u003e A simple CLI tool to view which installed packages in your project were published most recently\n\n![](https://github.com/mggwxyz/recently-published/blob/main/demo/gifs/demo.gif)\n\n## Use Case\n\nIf you install or update your packages and something breaks, you can use this CLI tool to see which versions you just installed were most recently published and hence the most suspect. \n\n## Installation \u0026 Usage\n\nYou can either install this package globally or use `npx` to run it without installation.\n\n### Global Installation\n\nTo install globally, use:\n\n```sh\nnpm install -g recently-published\n```\n\nOnce installed, you can run it anywhere with:\n\n```sh\nrecently-published \u003coptions\u003e\n```\n\n### Using `npx`\n\nIf you prefer not to install it globally, you can use `npx`:\n\n```sh\nnpx recently-published \u003coptions\u003e\n```\n\nThis will fetch and run the latest version of the package without needing a global install.\n\n## Usage\n\n```text\nUsage: recently-published [options] [optionalPackageName]\n\nArguments:\n  optionalPackageName       Optional package name whose recently published versions you want to see. If not provided, will display recently published packages installed in the current directory.\n\nOptions:\n  -V, --version             output the version number\n  -d, --display \u003cnumber\u003e    Number of recently published versions you would like displayed or \"all\" if you want to display all of them (default: \"10\")\n  -ip, --includePrerelease  Include prerelease versions from the list of recently published versions\n  --json                    Output the result in JSON format\n  -h, --help                display help for command\n```\n\n## Examples\n\n### Get 10 most recently published packages installed in the current directory\n\n```sh\nrecently-published\n```\n\nreturns\n\n```text\nName                               Version    Published     Date                       \neslint                             9.27.0     6 days ago    Fri May 16 2025 2:54 PM\n@eslint/js                         9.27.0     6 days ago    Fri May 16 2025 2:28 PM\ntsup                               8.5.0      6 days ago    Fri May 16 2025 9:41 AM\n@types/node                        22.15.18   8 days ago    Wed May 14 2025 12:37 AM\ntypescript-eslint                  8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n@typescript-eslint/eslint-plugin   8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n@typescript-eslint/type-utils      8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n@typescript-eslint/parser          8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n@typescript-eslint/utils           8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n@typescript-eslint/scope-manager   8.32.1     10 days ago   Mon May 12 2025 1:19 PM\n\n```\n\n### Get 10 most recently published versions of \"react\"\n\n```sh\nrecently-published react\n```\n\nreturns\n\n```text\nreact\nVersion   Published       Date                       \n19.1.0    55 days ago     Fri Mar 28 2025 3:59 PM\n19.0.0    5 months ago    Thu Dec 5 2024 1:10 PM\n18.3.1    13 months ago   Fri Apr 26 2024 12:42 PM\n18.3.0    13 months ago   Thu Apr 25 2024 12:45 PM\n18.2.0    2 years ago     Tue Jun 14 2022 3:46 PM\n18.1.0    3 years ago     Tue Apr 26 2022 4:40 PM\n18.0.0    3 years ago     Tue Mar 29 2022 12:00 PM\n17.0.2    4 years ago     Mon Mar 22 2021 5:56 PM\n17.0.1    4 years ago     Thu Oct 22 2020 8:21 AM\n17.0.0    4 years ago     Tue Oct 20 2020 4:11 PM\n\n```\n\n### Get 10 most recently published versions of \"react\" including prerelease versions\n\n```sh\nrecently-published react -ip\n```\n\nreturns\n\n```text\nreact\nVersion                                Published      Date                       \n0.0.0-experimental-8ce15b0f-20250522   9 hours ago    Thu May 22 2025 12:20 PM\n19.2.0-canary-8ce15b0f-20250522        9 hours ago    Thu May 22 2025 12:18 PM\n0.0.0-experimental-23884812-20250520   33 hours ago   Wed May 21 2025 12:20 PM\n19.2.0-canary-23884812-20250520        33 hours ago   Wed May 21 2025 12:18 PM\n0.0.0-experimental-c4676e72-20250520   2 days ago     Tue May 20 2025 12:20 PM\n19.2.0-canary-c4676e72-20250520        2 days ago     Tue May 20 2025 12:18 PM\n0.0.0-experimental-462d08f9-20250517   3 days ago     Mon May 19 2025 12:20 PM\n19.2.0-canary-462d08f9-20250517        3 days ago     Mon May 19 2025 12:18 PM\n0.0.0-experimental-4448b187-20250515   6 days ago     Fri May 16 2025 12:20 PM\n19.2.0-canary-4448b187-20250515        6 days ago     Fri May 16 2025 12:18 PM\n\n```\n\n### Get all published versions of \"ink-spinner\" sorted by publish date\n\n```sh\nrecently-published ink-spinner -d all\n```\n\nreturns\n\n```text\nink-spinner\nVersion   Published     Date                       \n5.0.0     2 years ago   Wed Mar 1 2023 4:04 PM\n4.0.3     3 years ago   Tue Oct 5 2021 1:19 PM\n4.0.2     4 years ago   Fri May 7 2021 3:09 PM\n4.0.1     4 years ago   Tue Aug 18 2020 2:58 PM\n4.0.0     4 years ago   Sun Jul 26 2020 3:49 PM\n3.1.0     4 years ago   Tue Jun 23 2020 3:22 PM\n3.0.1     6 years ago   Sun Apr 14 2019 11:14 PM\n3.0.0     6 years ago   Mon Mar 4 2019 2:59 AM\n2.0.0     7 years ago   Sun May 20 2018 2:58 PM\n1.0.0     7 years ago   Sat Jul 15 2017 3:10 PM\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmggwxyz%2Frecently-published","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmggwxyz%2Frecently-published","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmggwxyz%2Frecently-published/lists"}