{"id":372498,"url":"https://github.com/sindresorhus/cli-spinners","last_synced_at":"2026-08-26T10:35:02.260Z","repository":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"packages":[{"id":13742695,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners#readme","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T05:30:05.616Z","latest_release_published_at":"2026-02-13T05:30:05.616Z","latest_release_number":"1.1.0-1","last_synced_at":"2026-03-13T09:23:42.319Z","created_at":"2026-02-13T05:30:05.432Z","updated_at":"2026-08-17T06:17:51.684Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.1.3","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11), nodejs","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.684Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":759},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-25T05:06:53.666Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":5073953,"name":"org.webjars.npm:cli-spinners","ecosystem":"maven","description":"WebJar for cli-spinners","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":[],"namespace":"org.webjars.npm","versions_count":11,"first_release_published_at":"2021-04-19T17:00:26.000Z","latest_release_published_at":"2026-08-11T02:03:42.000Z","latest_release_number":"3.4.0","last_synced_at":"2026-08-25T10:04:20.633Z","created_at":"2022-07-28T11:55:55.993Z","updated_at":"2026-08-25T10:04:20.633Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/cli-spinners/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/cli-spinners/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T17:41:36.416Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":22.360619819704137,"stargazers_count":null,"forks_count":null,"average":27.17028188032576},"purl":"pkg:maven/org.webjars.npm/cli-spinners","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T09:36:08.548Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:cli-spinners/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":618408,"maintainers_count":0,"namespaces_count":82141,"keywords_count":36624,"github":"maven-central","metadata":{"funded_packages_count":47753,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-08-25T05:04:03.010Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":10408109,"name":"github.com/sindresorhus/cli-spinners","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":[],"namespace":null,"versions_count":30,"first_release_published_at":"2016-03-03T18:21:24.000Z","latest_release_published_at":"2026-01-13T15:09:22.000Z","latest_release_number":"v3.4.0+incompatible","last_synced_at":"2026-08-24T12:02:06.633Z","created_at":"2024-06-20T04:44:55.172Z","updated_at":"2026-08-25T22:49:00.188Z","registry_url":"https://pkg.go.dev/github.com/sindresorhus/cli-spinners","install_command":"go get github.com/sindresorhus/cli-spinners","documentation_url":"https://pkg.go.dev/github.com/sindresorhus/cli-spinners#section-documentation","metadata":{},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T22:49:00.187Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.916900188841421,"dependent_packages_count":6.479657209684274,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.698278699262847},"purl":"pkg:golang/github.com/sindresorhus/cli-spinners","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/sindresorhus/cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/sindresorhus/cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/sindresorhus/cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T10:01:39.773Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1019439.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsindresorhus%2Fcli-spinners/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13522487,"name":"node-cli-spinners","ecosystem":"debian","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["javascript"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T21:57:38.967Z","latest_release_published_at":"2026-02-10T21:57:38.967Z","latest_release_number":"2.5.0-1","last_synced_at":"2026-08-17T08:29:17.375Z","created_at":"2026-02-10T21:57:38.755Z","updated_at":"2026-08-17T08:29:17.376Z","registry_url":"https://tracker.debian.org/pkg/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":"https://packages.debian.org/bullseye/node-cli-spinners","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.5.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), node-tape \u003c!nocheck\u003e, dh-sequence-nodejs","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.709Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/node-cli-spinners?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":805},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-25T05:06:44.833Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":1530846,"name":"cli-spinners","ecosystem":"npm","description":"Spinners for use in the terminal","homepage":"https://github.com/sindresorhus/cli-spinners#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["cli","spinner","spinners","terminal","term","console","ascii","unicode","loading","indicator","progress","busy","wait","idle","json"],"namespace":null,"versions_count":30,"first_release_published_at":"2016-03-03T18:21:35.618Z","latest_release_published_at":"2026-01-13T15:09:46.171Z","latest_release_number":"3.4.0","last_synced_at":"2026-08-25T10:02:56.080Z","created_at":"2022-04-09T04:42:15.346Z","updated_at":"2026-08-25T10:02:56.081Z","registry_url":"https://www.npmjs.com/package/cli-spinners","install_command":"npm install cli-spinners","documentation_url":null,"metadata":{"funding":"https://github.com/sponsors/sindresorhus","dist-tags":{"latest":"3.4.0"},"contentPolicy":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2917,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-17T06:09:41.782Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-15T19:04:00.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36759313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-18T02:00:06.197Z","response_time":52,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T05:51:27.081Z","dependent_packages_count":1799,"downloads":291891527,"downloads_period":"last-month","dependent_repos_count":1134662,"rankings":{"downloads":0.01659217528346335,"dependent_repos_count":0.029898771302874556,"dependent_packages_count":0.04293156905028141,"stargazers_count":1.845948455270796,"forks_count":2.839288080685065,"docker_downloads_count":0.0398376485766323,"average":0.8024161166948521},"purl":"pkg:npm/cli-spinners","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/cli-spinners","docker_dependents_count":8256,"docker_downloads_count":2678939935,"usage_url":"https://repos.ecosyste.ms/usage/npm/cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-22T08:35:53.714Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cli-spinners/codemeta","maintainers":[{"uuid":"sindresorhus","login":"sindresorhus","name":null,"email":"sindresorhus@gmail.com","url":null,"packages_count":1295,"html_url":"https://www.npmjs.com/~sindresorhus","role":null,"created_at":"2022-11-10T12:08:34.491Z","updated_at":"2022-11-10T12:08:34.491Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/sindresorhus/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5786888,"maintainers_count":1238485,"namespaces_count":422153,"keywords_count":882770,"github":"npm","metadata":{"funded_packages_count":190126,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-08-25T05:03:20.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12112261,"name":"org.mvnpm:cli-spinners","ecosystem":"maven","description":"Spinners for use in the terminal","homepage":"https://github.com/sindresorhus/cli-spinners#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":[],"namespace":"org.mvnpm","versions_count":12,"first_release_published_at":"2025-03-19T06:43:14.000Z","latest_release_published_at":"2026-01-14T16:51:21.000Z","latest_release_number":"3.4.0","last_synced_at":"2026-08-25T10:02:18.657Z","created_at":"2025-09-17T12:34:02.805Z","updated_at":"2026-08-26T03:37:27.411Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/cli-spinners/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/cli-spinners/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-26T03:37:27.411Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":32.01487325987394,"dependent_packages_count":45.769736543780894,"stargazers_count":6.898827590958706,"forks_count":18.065724532831442,"docker_downloads_count":null,"average":25.687290481861243},"purl":"pkg:maven/org.mvnpm/cli-spinners","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T10:01:39.773Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1019439.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:cli-spinners/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":618408,"maintainers_count":0,"namespaces_count":82141,"keywords_count":36624,"github":"maven-central","metadata":{"funded_packages_count":47753,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-08-25T05:04:03.010Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":13459174,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T05:56:30.605Z","latest_release_published_at":"2026-02-09T05:56:30.605Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-03-09T06:22:10.253Z","created_at":"2026-02-09T05:56:29.237Z","updated_at":"2026-08-17T06:17:51.696Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.696Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1322},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-25T05:04:58.025Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13659130,"name":"node-cli-spinners","ecosystem":"debian","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["javascript"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T08:11:34.493Z","latest_release_published_at":"2026-02-12T08:11:34.493Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-03-14T07:02:07.380Z","created_at":"2026-02-12T08:11:34.327Z","updated_at":"2026-08-17T06:17:51.726Z","registry_url":"https://tracker.debian.org/pkg/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":"https://packages.debian.org/trixie/node-cli-spinners","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.726Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/node-cli-spinners?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1687},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-25T05:04:56.023Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13701118,"name":"node-cli-spinners","ecosystem":"debian","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["javascript"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T21:07:45.702Z","latest_release_published_at":"2026-02-12T21:07:45.702Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-03-13T20:38:53.666Z","created_at":"2026-02-12T21:07:45.460Z","updated_at":"2026-08-17T06:17:51.675Z","registry_url":"https://tracker.debian.org/pkg/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":"https://packages.debian.org/bookworm/node-cli-spinners","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.675Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.8665860540104797,"forks_count":1.6842287096216961,"docker_downloads_count":null,"average":0.637703690908044},"purl":"pkg:deb/debian/node-cli-spinners?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2645,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1237},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-25T05:06:43.662Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13557945,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T04:41:23.584Z","latest_release_published_at":"2026-02-11T04:41:23.584Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-03-11T10:42:34.066Z","created_at":"2026-02-11T04:41:23.393Z","updated_at":"2026-08-17T06:17:51.664Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2915,"open_issues_count":2,"forks_count":132,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-09T08:21:38.938Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-07T12:38:59.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36732991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-17T06:17:51.664Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-09T12:44:34.339Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":17500305.0,"past_year_avg_time_to_close_pull_request":590158.2857142857,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1108},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-25T05:06:52.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13428168,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T15:19:56.420Z","latest_release_published_at":"2026-02-07T15:19:56.420Z","latest_release_number":"2.6.1-1","last_synced_at":"2026-08-25T04:29:22.629Z","created_at":"2026-02-07T15:19:56.069Z","updated_at":"2026-08-25T04:29:22.630Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.0","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T17:41:36.593Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T09:36:08.548Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":976},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-25T05:06:47.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13793475,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T15:57:40.343Z","latest_release_published_at":"2026-02-13T15:57:40.343Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-07-24T20:01:08.313Z","created_at":"2026-02-13T15:57:40.105Z","updated_at":"2026-08-24T22:48:05.904Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T22:48:05.904Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T09:36:08.548Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1339},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-25T05:06:51.033Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13596076,"name":"node-cli-spinners","ecosystem":"debian","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners#readme","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["javascript"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T10:23:02.123Z","latest_release_published_at":"2026-02-11T10:23:02.123Z","latest_release_number":"1.1.0-1","last_synced_at":"2026-08-25T04:29:13.199Z","created_at":"2026-02-11T10:23:01.937Z","updated_at":"2026-08-25T04:29:13.200Z","registry_url":"https://tracker.debian.org/pkg/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":"https://packages.debian.org/buster/node-cli-spinners","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.1.3","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11), nodejs","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T17:41:36.649Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/node-cli-spinners?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T09:36:08.548Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":903,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":610},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-25T05:03:28.562Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13399029,"name":"node-cli-spinners","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/sindresorhus/cli-spinners","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sindresorhus/cli-spinners","keywords_array":["universe/javascript"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T05:14:26.707Z","latest_release_published_at":"2026-02-06T05:14:26.707Z","latest_release_number":"2.7.0-1","last_synced_at":"2026-08-25T04:29:27.314Z","created_at":"2026-02-06T05:14:26.417Z","updated_at":"2026-08-25T04:29:27.315Z","registry_url":"https://launchpad.net/ubuntu/+source/node-cli-spinners","install_command":"apt-get install node-cli-spinners","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-cli-spinners","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-tape \u003c!nocheck\u003e, node-string-length \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":39954281,"uuid":"53072449","full_name":"sindresorhus/cli-spinners","owner":"sindresorhus","description":"Spinners for use in the terminal","archived":false,"fork":false,"pushed_at":"2026-02-16T01:42:41.000Z","size":321,"stargazers_count":2918,"open_issues_count":2,"forks_count":131,"subscribers_count":20,"default_branch":"main","last_synced_at":"2026-08-24T09:46:26.756Z","etag":null,"topics":[],"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/sindresorhus.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":".github/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","buy_me_a_coffee":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2016-03-03T18:13:57.000Z","updated_at":"2026-08-24T05:42:08.000Z","dependencies_parsed_at":"2024-01-16T04:30:13.517Z","dependency_job_id":"3d14a023-e83a-4c55-b0d2-0f14ab46985c","html_url":"https://github.com/sindresorhus/cli-spinners","commit_stats":{"total_commits":85,"total_committers":34,"mean_commits":2.5,"dds":"0.42352941176470593","last_synced_commit":"a01e4cf1235e1425f0243f36887db168cf710279"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sindresorhus/cli-spinners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/sbom","scorecard":{"id":826164,"data":{"date":"2025-08-11","repo":{"name":"github.com/sindresorhus/cli-spinners","commit":"b3df585ba07190db9ec783d7f4eab5e857438c37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/30 approved changesets -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/security.md:1","Info: Found linked content: .github/security.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/security.md:1","Info: Found text in security policy: .github/security.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/sindresorhus/cli-spinners/main.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:21","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: license:0","Info: FSF or OSI recognized license: MIT License: license:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 12 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T16:40:58.899Z","repository_id":39954281,"created_at":"2025-08-23T16:40:58.899Z","updated_at":"2025-08-23T16:40:58.899Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36885294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"sindresorhus","name":"Sindre Sorhus","uuid":"170270","kind":"user","description":"Full-Time Open-Sourcerer. Focused on Swift \u0026 JavaScript. Makes macOS apps, CLI tools, npm packages.","email":"","website":"https://sindresorhus.com/apps","location":null,"twitter":"sindresorhus","company":null,"icon_url":"https://avatars.githubusercontent.com/u/170270?u=34acd557a042ac478d273a4621570cadb6b0bd89\u0026v=4","repositories_count":1111,"last_synced_at":"2024-10-29T21:14:09.635Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sindresorhus","funding_links":["https://github.com/sponsors/sindresorhus"],"total_stars":852379,"followers":69513,"following":31,"created_at":"2022-11-02T16:18:52.881Z","updated_at":"2024-10-29T21:14:09.636Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus/repositories"},"tags":[{"name":"v3.4.0","sha":"a522689fd0bb6119e95d90b4d850111581786406","kind":"tag","published_at":"2026-01-13T15:09:22.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"3860701f68e3075511f111a28ca2838fc906fca8","kind":"tag","published_at":"2025-09-25T03:50:18.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"8bf074cb46999301b3c291035ddc0a9c20da9466","kind":"tag","published_at":"2025-09-17T08:52:38.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"a01e4cf1235e1425f0243f36887db168cf710279","kind":"tag","published_at":"2024-09-07T12:56:25.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"32d0d83bcb5c2415a4fcb068c3b4de4653525676","kind":"tag","published_at":"2024-07-01T17:43:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"62b602d78a4828444144a7ce92013eee1153f353","kind":"tag","published_at":"2024-04-30T11:37:32.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v3.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v3.0.0/manifests"},{"name":"v2.9.2","sha":"4c2fe2628729f222889cc4dc88ff1b192b888d33","kind":"tag","published_at":"2023-11-24T16:52:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"8d34042517a66a913ecfcb52df82c5df1b6921a8","kind":"tag","published_at":"2023-09-13T06:59:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"f93a276438c359e60ad5785a0cdbc06fae070eab","kind":"tag","published_at":"2023-05-02T11:24:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.9.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.9.0/manifests"},{"name":"v2.8.0","sha":"59663fc701e30fdd19d3ab184139150f76681e24","kind":"tag","published_at":"2023-04-05T04:04:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.8.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"45cef9dff64ac5e36b46a194c68bccba448899ac","kind":"tag","published_at":"2022-07-24T15:30:42.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.7.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"00de8fbeee16fa49502fa4f687449f70f2c8ca2c","kind":"tag","published_at":"2021-10-01T17:31:11.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"aa945cedba0b6b008fbda01c57de62301c209549","kind":"tag","published_at":"2021-03-18T12:20:05.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.6.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"07c83e7b9d8a08080d71ac8bda2115c83501d9d6","kind":"tag","published_at":"2020-10-12T12:28:23.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.5.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"b21f6e5bfd5926356931b64de41593d91e74cc4a","kind":"tag","published_at":"2020-07-18T13:50:39.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.4.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"582f98082a928e169436d1dffce2cb947664e1c9","kind":"tag","published_at":"2020-04-06T07:16:16.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"af93e2f345a73a16c7686066c08dd970d66d8870","kind":"tag","published_at":"2019-06-28T08:06:27.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"a6d31041a45bbe4797639580f4ffe1db7b45f462","kind":"tag","published_at":"2019-04-05T21:32:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8f4beeccdc1fd6f8f080bf3e86bfcc181bfd68c3","kind":"tag","published_at":"2019-02-28T17:09:12.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v2.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"8fd7f7bfbf5b2f57f4e5a1d62f405ae5f3d7e7dc","kind":"tag","published_at":"2018-04-08T09:15:00.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"2a1721df13ad357cbf4b04884cfad78ea1a57fa2","kind":"tag","published_at":"2018-04-02T03:11:31.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"3d39d81ac75ea2c71575e1a1b7f326a9aa133de1","kind":"tag","published_at":"2018-04-01T14:00:09.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"9f9c112ebb4b986be10fceb72d52c5aa895724f5","kind":"tag","published_at":"2017-10-05T14:37:46.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7efe57024b7970c37aa45f0bc867b48294db7279","kind":"tag","published_at":"2017-09-22T08:39:55.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"24a4edc10e48df456820f03b4962896fe13c0c31","kind":"tag","published_at":"2016-12-07T20:38:53.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v1.0.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v1.0.0/manifests"},{"name":"v0.3.0","sha":"edfe659b9f7e729b8714971580209686a99fe272","kind":"tag","published_at":"2016-09-06T09:51:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.3.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"90faeef9589318ea01854226464b66bf8f08bc83","kind":"tag","published_at":"2016-07-21T10:15:51.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.2.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.2.0/manifests"},{"name":"v0.1.2","sha":"13a2f874e373f16f40f7aba90a5ab7ecbde8e3b6","kind":"tag","published_at":"2016-03-03T18:37:08.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.2","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"66dd64c7d0ce03c53a328a10bc6963ef2b36052e","kind":"tag","published_at":"2016-03-03T18:34:13.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.1","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"055d22444bfb7bc718853c2183c8750402ebd2d9","kind":"tag","published_at":"2016-03-03T18:21:24.000Z","download_url":"https://codeload.github.com/sindresorhus/cli-spinners/tar.gz/v0.1.0","html_url":"https://github.com/sindresorhus/cli-spinners/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sindresorhus/cli-spinners@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T17:41:36.699Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-cli-spinners?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-cli-spinners","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-cli-spinners","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-cli-spinners/dependencies","status":null,"funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://buymeacoffee.com/sindresorhus","https://sindresorhus.com/donate"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T09:36:08.548Z","issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":815932.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.8333333333333334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","maintainers":[{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-cli-spinners/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1245},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-25T05:06:49.291Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}}],"commits":{"id":11360,"full_name":"sindresorhus/cli-spinners","default_branch":"main","total_commits":96,"total_committers":39,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":2.4615384615384617,"dds":0.42708333333333337,"past_year_total_commits":9,"past_year_total_committers":4,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":2.25,"past_year_dds":0.33333333333333337,"last_synced_at":"2026-08-25T22:49:02.037Z","last_synced_commit":"82c51d1e9d07e0cf95247479414d52b67d4cf019","created_at":"2023-03-07T11:17:13.647Z","updated_at":"2026-08-25T22:49:01.983Z","committers":[{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","login":"sindresorhus","count":55},{"name":"Dimitri Benin","email":"BendingBender","login":"BendingBender","count":2},{"name":"Jannis R","email":"mail@jannisr.de","login":"derhuerst","count":2},{"name":"Richie Bendall","email":"richiebendall@gmail.com","login":"Richienb","count":2},{"name":"Juho Häkkinen","email":"juho@juhohakkinen.fi","login":"jeeukko","count":1},{"name":"Jordan Running","email":"jrunning@gmail.com","login":"jrunning","count":1},{"name":"Jean-Guillaume Jessin","email":"59031302+Geshii","login":"Geshii","count":1},{"name":"Jared","email":"jkstill@gmail.com","login":"jkstill","count":1},{"name":"Jameskmonger","email":"jameskmonger@hotmail.co.uk","login":"Jameskmonger","count":1},{"name":"Guy  Lahav","email":"45093712+GantonL","login":"GantonL","count":1},{"name":"George T. Gougoudis","email":"george_gougoudis@hotmail.com","login":"GeorgeTG","count":1},{"name":"Gabe Cook","email":"gabe565@gmail.com","login":"gabe565","count":1},{"name":"Francois-Guillaume Ribreau","email":"github@fgribreau.com","login":"FGRibreau","count":1},{"name":"Corey Farrell","email":"git@cfware.com","login":"coreyfarrell","count":1},{"name":"Casey Rodarmor","email":"casey@rodarmor.com","login":"casey","count":1},{"name":"Alexis H. Munsayac","email":"alexis.munsayac@gmail.com","login":"lxsmnsyc","count":1},{"name":"Aiko Mastboom","email":"github@aiko.sh","login":"aikomastboom","count":1},{"name":"xieyonn","email":"qxieyongp@163.com","login":"xieyonn","count":1},{"name":"Will Kirkby","email":"will@kirk.by","login":null,"count":1},{"name":"Liang Zhao","email":"kybetter@163.com","login":"kybetter","count":1},{"name":"piotr","email":"piotr.nowak.25.02.1978@gmail.com","login":"pnowak","count":1},{"name":"matt garber","email":"mgarber@gmail.com","login":"dogversioning","count":1},{"name":"gliluaume","email":"salicisguillaume@yahoo.fr","login":"gliluaume","count":1},{"name":"ad4m","email":"94195860+ad4mx","login":"ad4mx","count":1},{"name":"Simon Egersand","email":"s.egersand@gmail.com","login":"simeg","count":1},{"name":"Sebastián Balay","email":"snbalay@gmail.com","login":"sbalay","count":1},{"name":"Rootul Patel","email":"rootulp@gmail.com","login":"rootulp","count":1},{"name":"Phillip","email":"github@mrphlip.com","login":"mrphlip","count":1},{"name":"Paul Rosset","email":"paulrosset96@gmail.com","login":"PaulRosset","count":1},{"name":"Onur Yıldırım","email":"onury","login":"onury","count":1},{"name":"Nathan Hoad","email":"nathan@nathanhoad.net","login":"nathanhoad","count":1},{"name":"Nano Miratus","email":"nanomiratus@gmail.com","login":"nnmrts","count":1},{"name":"Nandin Borjigin","email":"nandin.borjigin@gmail.com","login":"nandin-borjigin","count":1},{"name":"Mario Nebl","email":"marionebl","login":"marionebl","count":1},{"name":"Manraj Singh","email":"manrajsinghgrover@gmail.com","login":"manrajgrover","count":1},{"name":"Maddy Guthridge","email":"miguelag2001@outlook.com","login":"MaddyGuthridge","count":1},{"name":"Adam","email":"adam@shackleto.nl","login":"adamshack","count":1},{"name":"Kilian Koeltzsch","email":"me@kilian.io","login":"kiliankoe","count":1},{"name":"Mehdy Dara","email":"mdara@eleven-labs.com","login":null,"count":1}],"past_year_committers":[{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","login":"sindresorhus","count":6},{"name":"xieyonn","email":"qxieyongp@163.com","login":"xieyonn","count":1},{"name":"Jared","email":"jkstill@gmail.com","login":"jkstill","count":1},{"name":"Guy  Lahav","email":"45093712+GantonL","login":"GantonL","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:10.794Z","repositories_count":6778582,"commits_count":983262140,"contributors_count":41442660,"owners_count":1364702,"committers_count":3363655,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"sindresorhus/cli-spinners","html_url":"https://github.com/sindresorhus/cli-spinners","last_synced_at":"2026-08-25T10:01:39.773Z","status":null,"issues_count":28,"pull_requests_count":65,"avg_time_to_close_issue":22829880.96153846,"avg_time_to_close_pull_request":4134348.4285714286,"issues_closed_count":26,"pull_requests_closed_count":63,"pull_request_authors_count":48,"issue_authors_count":25,"avg_comments_per_issue":2.0714285714285716,"avg_comments_per_pull_request":2.0307692307692307,"merged_pull_requests_count":40,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":1019439.5,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"created_at":"2023-05-16T20:30:27.288Z","updated_at":"2026-08-25T10:01:39.774Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fcli-spinners/issues","issue_labels_count":{"table":{"help wanted":4,"enhancement":4}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":21,"CONTRIBUTOR":5,"OWNER":2}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":44,"NONE":21}},"issue_authors":{"table":{"MaddyGuthridge":2,"TheDocTrier":2,"sindresorhus":2,"chauncey-garrett":1,"Ev1dentFir3":1,"excalbian":1,"Krinkle":1,"mvila":1,"nnmrts":1,"ochowei":1,"vincerubinetti":1,"akorchyn":1,"TomFreudenberg":1,"cheogo":1,"KeJunMao":1,"ocombe":1,"derhuerst":1,"Jameskmonger":1,"AndrewLeedham":1,"schmidtsonian":1,"joeycozza":1,"casey":1,"thejustinwalsh":1,"yamadashy":1,"klm127":1}},"pull_request_authors":{"table":{"MaddyGuthridge":3,"derhuerst":3,"nnmrts":3,"dnalborczyk":3,"Richienb":3,"jeeukko":2,"gliluaume":2,"GantonL":2,"adamshack":2,"stevechn":2,"micash545":2,"BendingBender":2,"whyuds":1,"gabe565":1,"julien-capellari":1,"ad4mx":1,"simeg":1,"lxsmnsyc":1,"Misaka-0x447f":1,"mrphlip":1,"raxityo":1,"CodeDotJS":1,"sbalay":1,"kiliankoe":1,"pnowak":1,"dogversioning":1,"aikomastboom":1,"rootulp":1,"TheDocTrier":1,"zckrs":1,"xieyonn":1,"onury":1,"PaulRosset":1,"manrajgrover":1,"FGRibreau":1,"coreyfarrell":1,"jkstill":1,"marionebl":1,"cn223":1,"nandin-borjigin":1,"kybetter":1,"GeorgeTG":1,"casey":1,"lunasorcery":1,"Jameskmonger":1,"jrunning":1,"nathanhoad":1,"Murgio":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:06.716Z","repositories_count":16391071,"issues_count":42683861,"pull_requests_count":136511424,"authors_count":11537593,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":4,"NONE":1}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"GantonL":2,"jkstill":1,"whyuds":1,"xieyonn":1}},"maintainers":[{"table":{"login":"sindresorhus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sindresorhus"}}],"active_maintainers":[]}},"events":{"total":{"CreateEvent":2,"ForkEvent":10,"IssueCommentEvent":8,"IssuesEvent":7,"PullRequestEvent":8,"PullRequestReviewCommentEvent":1,"PullRequestReviewEvent":1,"PushEvent":3,"ReleaseEvent":1,"WatchEvent":222},"last_year":{"CreateEvent":2,"ForkEvent":4,"IssueCommentEvent":4,"IssuesEvent":1,"PullRequestEvent":3,"PushEvent":1,"ReleaseEvent":1,"WatchEvent":88}},"keywords":[],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-08-09T15:36:42.515Z","updated_at":"2022-08-09T15:36:42.515Z","repository_link":"https://github.com/sindresorhus/cli-spinners/blob/main/package.json","dependencies":[{"id":920370144,"package_name":"ava","ecosystem":"npm","requirements":"^1.4.1","direct":true,"kind":"development","optional":false},{"id":920370145,"package_name":"log-update","ecosystem":"npm","requirements":"^3.2.0","direct":true,"kind":"development","optional":false},{"id":920370146,"package_name":"string-length","ecosystem":"npm","requirements":"^4.0.1","direct":true,"kind":"development","optional":false},{"id":920370147,"package_name":"tsd","ecosystem":"npm","requirements":"^0.7.2","direct":true,"kind":"development","optional":false},{"id":920370148,"package_name":"xo","ecosystem":"npm","requirements":"^0.24.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2024-01-16T04:30:13.438Z","updated_at":"2024-01-16T04:30:13.438Z","repository_link":"https://github.com/sindresorhus/cli-spinners/blob/main/.github/workflows/main.yml","dependencies":[{"id":15638043097,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":15638043098,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]}],"score":33.45539349102989,"created_at":"2026-05-14T05:23:21.771Z","updated_at":"2026-08-26T10:35:02.260Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/372498","html_url":"https://summary.ecosyste.ms/projects/372498"}