{"id":371646,"url":"https://github.com/litl/backoff","last_synced_at":"2026-08-25T14:03:20.508Z","repository":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"packages":[{"id":13412521,"name":"backoff","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T21:42:25.002Z","latest_release_published_at":"2026-02-06T21:42:25.002Z","latest_release_number":"1.11.1-1","last_synced_at":"2026-03-07T01:13:51.766Z","created_at":"2026-02-06T21:42:24.762Z","updated_at":"2026-08-14T12:50:01.243Z","registry_url":"https://launchpad.net/ubuntu/+source/backoff","install_command":"apt-get install backoff","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.5.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper (\u003e= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.243Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/backoff?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/backoff/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":971},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-24T05:06:06.213Z","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":13539627,"name":"backoff","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T00:46:34.224Z","latest_release_published_at":"2026-02-11T00:46:34.224Z","latest_release_number":"2.2.1-1","last_synced_at":"2026-03-12T04:14:36.484Z","created_at":"2026-02-11T00:46:34.057Z","updated_at":"2026-08-14T12:50:01.318Z","registry_url":"https://launchpad.net/ubuntu/+source/backoff","install_command":"apt-get install backoff","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper-compat (= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.317Z","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/backoff?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/backoff/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":1100},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-24T05:06:12.490Z","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":12824808,"name":"python311Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T18:45:21.547Z","latest_release_published_at":"2026-01-26T18:45:21.547Z","latest_release_number":"2.2.1","last_synced_at":"2026-07-24T19:49:51.623Z","created_at":"2026-01-26T18:45:21.125Z","updated_at":"2026-08-14T12:50:01.251Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.backoff","install_command":"nix-env -iA nixpkgs.python311Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/backoff/default.nix#L37","metadata":{"nix_attribute":"python3.11-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:37","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.250Z","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:nix/python311Packages.backoff?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":13,"html_url":null,"role":null,"created_at":"2026-03-03T07:26:08.048Z","updated_at":"2026-03-03T07:26:08.048Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2146},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-24T05:04:28.515Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13008174,"name":"py3-backoff","ecosystem":"alpine","description":"Function decorators for configurable backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_number":"2.2.1-r1","last_synced_at":"2026-04-12T18:03:16.219Z","created_at":"2026-01-31T00:32:19.386Z","updated_at":"2026-08-14T12:50:01.240Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-backoff","install_command":"apk add py3-backoff","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.240Z","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:apk/alpine/py3-backoff?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":"lauren@selfisekai.rocks","url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":86,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2026-03-04T03:14:44.856Z","updated_at":"2026-03-04T03:14:44.856Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1042},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-24T05:05:17.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":11764760,"name":"py3-backoff-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-backoff","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_number":"2.2.1-r0","last_synced_at":"2026-03-27T10:03:18.574Z","created_at":"2025-06-07T18:03:28.351Z","updated_at":"2026-08-14T12:50:01.284Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-backoff-pyc","install_command":"apk add py3-backoff-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.283Z","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:apk/alpine/py3-backoff-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-pyc/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":88,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2025-06-08T14:42:46.647Z","updated_at":"2025-06-08T14:42:46.647Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4638,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1803},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-24T05:06:25.345Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":13074254,"name":"python311Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:27:35.087Z","latest_release_published_at":"2026-02-01T17:27:35.087Z","latest_release_number":"2.2.1","last_synced_at":"2026-03-08T02:28:40.806Z","created_at":"2026-02-01T17:27:32.286Z","updated_at":"2026-08-14T12:50:01.314Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.backoff","install_command":"nix-env -iA nixpkgs.python311Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/backoff/default.nix#L34","metadata":{"nix_attribute":"python3.11-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:34","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.314Z","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:nix/python311Packages.backoff?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-08T02:28:41.007Z","updated_at":"2026-03-08T02:28:41.007Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3349},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-24T05:04:31.033Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13470746,"name":"backoff","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T21:26:31.592Z","latest_release_published_at":"2026-02-09T21:26:31.592Z","latest_release_number":"2.2.1-1","last_synced_at":"2026-03-09T22:16:41.076Z","created_at":"2026-02-09T21:26:31.304Z","updated_at":"2026-08-14T12:50:01.379Z","registry_url":"https://launchpad.net/ubuntu/+source/backoff","install_command":"apt-get install backoff","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper-compat (= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.379Z","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/backoff?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/backoff/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":1334},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-24T05:06:10.948Z","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":13193496,"name":"python311Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:17:53.355Z","latest_release_published_at":"2026-02-02T00:17:53.355Z","latest_release_number":"2.2.1","last_synced_at":"2026-08-03T13:08:45.670Z","created_at":"2026-02-02T00:17:46.129Z","updated_at":"2026-08-14T12:50:01.316Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.backoff","install_command":"nix-env -iA nixpkgs.python311Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/backoff/default.nix#L34","metadata":{"nix_attribute":"python3.11-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:34","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.316Z","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:nix/python311Packages.backoff?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-07T01:10:30.289Z","updated_at":"2026-03-07T01:10:30.289Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3165},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-24T05:01:24.965Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":5282841,"name":"backoff","ecosystem":"conda","description":"This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":null,"versions_count":14,"first_release_published_at":"2022-10-03T15:38:23.292Z","latest_release_published_at":"2022-10-05T21:21:00.000Z","latest_release_number":"2.2.1","last_synced_at":"2026-03-20T14:11:33.403Z","created_at":"2022-10-03T15:38:23.279Z","updated_at":"2026-08-14T12:50:01.325Z","registry_url":"https://anaconda.org/conda-forge/backoff","install_command":"conda install -c conda-forge backoff","documentation_url":null,"metadata":{},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.325Z","dependent_packages_count":18,"downloads":5040905,"downloads_period":"total","dependent_repos_count":9,"rankings":{"downloads":null,"dependent_repos_count":11.632316981885324,"dependent_packages_count":3.5381007036279257,"stargazers_count":8.703029093268128,"forks_count":16.143520135735315,"docker_downloads_count":null,"average":10.004241728629173},"purl":"pkg:conda/backoff?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/backoff/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2348},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-23T05:06:09.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":12812249,"name":"python310Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T16:35:25.583Z","latest_release_published_at":"2026-01-26T16:35:25.583Z","latest_release_number":"2.2.1","last_synced_at":"2026-04-17T05:04:32.435Z","created_at":"2026-01-26T16:35:25.428Z","updated_at":"2026-08-14T12:50:01.325Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.backoff","install_command":"nix-env -iA nixpkgs.python310Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/backoff/default.nix#L37","metadata":{"nix_attribute":"python3.10-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:37","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.325Z","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:nix/python310Packages.backoff?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":13,"html_url":null,"role":null,"created_at":"2026-03-04T16:50:20.734Z","updated_at":"2026-03-04T16:50:20.734Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2146},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-24T05:04:28.515Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":11764755,"name":"py3-backoff","ecosystem":"alpine","description":"Function decorators for configurable backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_number":"2.2.1-r0","last_synced_at":"2026-03-27T10:03:17.757Z","created_at":"2025-06-07T18:03:27.133Z","updated_at":"2026-08-14T12:50:01.380Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-backoff","install_command":"apk add py3-backoff","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.379Z","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:apk/alpine/py3-backoff?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":88,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2025-06-08T14:42:29.807Z","updated_at":"2025-06-08T14:42:29.807Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4638,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1803},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-24T05:06:25.345Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":13301787,"name":"python311Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:48:24.706Z","latest_release_published_at":"2026-02-02T06:48:24.706Z","latest_release_number":"2.2.1","last_synced_at":"2026-07-26T05:03:13.810Z","created_at":"2026-02-02T06:48:09.671Z","updated_at":"2026-08-14T12:50:01.424Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.backoff","install_command":"nix-env -iA nixpkgs.python311Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/backoff/default.nix#L37","metadata":{"nix_attribute":"python3.11-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:37","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.424Z","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:nix/python311Packages.backoff?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-07T09:38:29.203Z","updated_at":"2026-03-07T09:38:29.203Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3080},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-24T05:04:51.596Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13008175,"name":"py3-backoff-doc","ecosystem":"alpine","description":"Function decorators for configurable backoff and retry (documentation)","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_number":"2.2.1-r1","last_synced_at":"2026-04-15T01:04:20.326Z","created_at":"2026-01-31T00:32:21.007Z","updated_at":"2026-08-14T12:50:01.422Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-backoff-doc","install_command":"apk add py3-backoff-doc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.422Z","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:apk/alpine/py3-backoff-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff-doc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-doc/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":"lauren@selfisekai.rocks","url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":86,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2026-03-04T10:19:46.711Z","updated_at":"2026-03-04T10:19:46.711Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1042},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-24T05:05:17.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13083119,"name":"python312Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:55:25.271Z","latest_release_published_at":"2026-02-01T17:55:25.271Z","latest_release_number":"2.2.1","last_synced_at":"2026-03-07T14:14:43.014Z","created_at":"2026-02-01T17:55:24.916Z","updated_at":"2026-08-14T12:50:01.425Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.backoff","install_command":"nix-env -iA nixpkgs.python312Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/backoff/default.nix#L34","metadata":{"nix_attribute":"python3.12-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:34","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.425Z","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:nix/python312Packages.backoff?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-07T14:14:43.163Z","updated_at":"2026-03-07T14:14:43.163Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3349},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-24T05:04:31.033Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13201779,"name":"python312Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:50:21.099Z","latest_release_published_at":"2026-02-02T00:50:21.099Z","latest_release_number":"2.2.1","last_synced_at":"2026-05-13T01:07:55.197Z","created_at":"2026-02-02T00:50:15.855Z","updated_at":"2026-08-14T12:50:01.440Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.backoff","install_command":"nix-env -iA nixpkgs.python312Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/backoff/default.nix#L34","metadata":{"nix_attribute":"python3.12-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:34","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.439Z","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:nix/python312Packages.backoff?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-07T10:09:29.649Z","updated_at":"2026-03-07T10:09:29.649Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3165},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-24T05:01:24.965Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13008177,"name":"py3-backoff-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-backoff","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_published_at":"2025-11-04T13:05:36.000Z","latest_release_number":"2.2.1-r1","last_synced_at":"2026-04-15T01:02:17.503Z","created_at":"2026-01-31T00:32:22.065Z","updated_at":"2026-08-14T12:50:01.379Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/community/x86_64/py3-backoff-pyc","install_command":"apk add py3-backoff-pyc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.379Z","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:apk/alpine/py3-backoff-pyc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/py3-backoff-pyc/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":"lauren@selfisekai.rocks","url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":86,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2026-03-04T10:19:31.602Z","updated_at":"2026-03-04T10:19:31.602Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27576,"maintainers_count":428,"namespaces_count":2,"keywords_count":189,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1042},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-08-24T05:05:17.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":8184831,"name":"py-backoff","ecosystem":"spack","description":"Function decoration for backoff and retry.\n","homepage":"https://github.com/litl/backoff","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-09-05T00:50:51.632Z","latest_release_published_at":"2023-09-05T00:50:51.632Z","latest_release_number":"2.2.1","last_synced_at":"2026-08-24T13:34:08.394Z","created_at":"2023-09-05T00:50:48.681Z","updated_at":"2026-08-24T13:34:08.394Z","registry_url":"https://packages.spack.io/package.html?name=py-backoff","install_command":"spack install py-backoff","documentation_url":null,"metadata":{},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.308Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":57.925582663213845,"stargazers_count":4.923939151321057,"forks_count":9.140645850013344,"docker_downloads_count":null,"average":17.997541916137063},"purl":"pkg:spack/py-backoff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-backoff/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2153,"html_url":null,"role":null,"created_at":"2023-09-05T05:33:46.977Z","updated_at":"2023-09-05T05:33:46.977Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9303,"maintainers_count":1032,"namespaces_count":0,"keywords_count":3959,"github":"spack","metadata":{"funded_packages_count":510},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-08-24T05:06:47.739Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":4553718,"name":"github.com/litl/backoff","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"github.com/litl","versions_count":34,"first_release_published_at":"2014-06-05T19:45:39.000Z","latest_release_published_at":"2022-10-05T19:16:50.000Z","latest_release_number":"v2.2.1+incompatible","last_synced_at":"2026-08-24T13:35:45.439Z","created_at":"2022-07-08T04:55:51.252Z","updated_at":"2026-08-24T13:35:45.439Z","registry_url":"https://pkg.go.dev/github.com/litl/backoff","install_command":"go get github.com/litl/backoff","documentation_url":"https://pkg.go.dev/github.com/litl/backoff#section-documentation","metadata":{},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.425Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":1.225538333424987,"forks_count":1.467279136556619,"average":4.759454433429813},"purl":"pkg:golang/github.com/litl/backoff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/litl/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/litl/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/litl/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Flitl%2Fbackoff/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281915,"maintainers_count":0,"namespaces_count":839487,"keywords_count":124977,"github":"golang","metadata":{"funded_packages_count":67925,"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-24T05:01:22.286Z","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":2650970,"name":"backoff","ecosystem":"pypi","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["retry","backoff","decorators"],"namespace":null,"versions_count":37,"first_release_published_at":"2014-05-13T18:21:08.000Z","latest_release_published_at":"2022-10-05T19:19:30.000Z","latest_release_number":"2.2.1","last_synced_at":"2026-08-24T13:36:47.044Z","created_at":"2022-04-10T10:08:59.423Z","updated_at":"2026-08-24T13:36:47.045Z","registry_url":"https://pypi.org/project/backoff/","install_command":"pip install backoff --index-url https://pypi.org/simple","documentation_url":"https://backoff.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Internet :: WWW/HTTP","Topic :: Software Development :: Libraries :: Python Modules","Topic :: Utilities"],"normalized_name":"backoff","project_status":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-22T16:30:15.741Z","dependent_packages_count":567,"downloads":170968539,"downloads_period":"last-month","dependent_repos_count":9394,"rankings":{"downloads":0.026411986639936755,"dependent_repos_count":0.08877362176200966,"dependent_packages_count":0.04622097661988933,"stargazers_count":2.0199667282334968,"forks_count":5.296336987602874,"docker_downloads_count":0.07355004612926834,"average":1.2585433911645791},"purl":"pkg:pypi/backoff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/backoff","docker_dependents_count":2025,"docker_downloads_count":1251812401,"usage_url":"https://repos.ecosyste.ms/usage/pypi/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/backoff/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-22T12:31:49.357Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/backoff/codemeta","maintainers":[{"uuid":"bgreen-litl","login":"bgreen-litl","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/bgreen-litl/","role":null,"created_at":"2023-01-18T11:37:23.317Z","updated_at":"2023-01-18T11:37:23.317Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/bgreen-litl/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930490,"maintainers_count":399697,"namespaces_count":0,"keywords_count":311773,"github":"pypi","metadata":{"funded_packages_count":58574,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-24T05:05:47.334Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12883505,"name":"python314Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T06:25:02.047Z","latest_release_published_at":"2026-01-27T06:25:02.047Z","latest_release_number":"2.2.1","last_synced_at":"2026-07-27T23:01:34.781Z","created_at":"2026-01-27T06:25:01.839Z","updated_at":"2026-08-14T12:50:01.266Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.backoff","install_command":"nix-env -iA nixpkgs.python314Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/backoff/default.nix#L39","metadata":{"nix_attribute":"python3.14-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:39","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.265Z","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:nix/python314Packages.backoff?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":11,"html_url":null,"role":null,"created_at":"2026-03-05T10:07:36.048Z","updated_at":"2026-03-05T10:07:36.048Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":5996},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-24T05:00:11.845Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":12859962,"name":"python313Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T01:05:13.125Z","latest_release_published_at":"2026-01-27T01:05:13.125Z","latest_release_number":"2.2.1","last_synced_at":"2026-03-06T23:38:03.777Z","created_at":"2026-01-27T01:05:12.849Z","updated_at":"2026-08-14T12:50:01.414Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.backoff","install_command":"nix-env -iA nixpkgs.python313Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/backoff/default.nix#L39","metadata":{"nix_attribute":"python3.13-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:39","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.414Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python313Packages.backoff?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":11,"html_url":null,"role":null,"created_at":"2026-03-06T23:38:04.018Z","updated_at":"2026-03-06T23:38:04.018Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":5996},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-24T05:00:11.845Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13294108,"name":"python310Packages.backoff","ecosystem":"nixpkgs","description":"Function decoration for backoff and retry","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:21:56.773Z","latest_release_published_at":"2026-02-02T06:21:56.773Z","latest_release_number":"2.2.1","last_synced_at":"2026-07-28T18:01:21.640Z","created_at":"2026-02-02T06:21:54.804Z","updated_at":"2026-08-14T12:50:01.415Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.backoff","install_command":"nix-env -iA nixpkgs.python310Packages.backoff","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/backoff/default.nix#L37","metadata":{"nix_attribute":"python3.10-backoff-2.2.1","position":"pkgs/development/python-modules/backoff/default.nix:37","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"backoff","upstream_purl":"pkg:pypi/backoff"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.415Z","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:nix/python310Packages.backoff?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.backoff/codemeta","maintainers":[{"uuid":"chkno","login":null,"name":"Scott Worley","email":"scottworley@scottworley.com","url":"https://github.com/chkno","packages_count":12,"html_url":null,"role":null,"created_at":"2026-03-08T09:49:16.003Z","updated_at":"2026-03-08T09:49:16.003Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/chkno/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3080},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-24T05:04:51.596Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13486818,"name":"backoff","ecosystem":"debian","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T17:07:18.751Z","latest_release_published_at":"2026-02-10T17:07:18.751Z","latest_release_number":"2.2.1-1","last_synced_at":"2026-03-12T16:21:19.380Z","created_at":"2026-02-10T17:07:18.547Z","updated_at":"2026-08-14T12:50:01.376Z","registry_url":"https://tracker.debian.org/pkg/backoff","install_command":"apt-get install backoff","documentation_url":"https://packages.debian.org/bookworm/backoff","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper-compat (= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.376Z","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/backoff?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/backoff/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":2650,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1231},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-24T05:06:15.317Z","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":13623672,"name":"backoff","ecosystem":"debian","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T00:49:29.752Z","latest_release_published_at":"2026-02-12T00:49:29.752Z","latest_release_number":"2.2.1-2","last_synced_at":"2026-03-13T10:10:33.417Z","created_at":"2026-02-12T00:49:29.572Z","updated_at":"2026-08-14T12:50:01.439Z","registry_url":"https://tracker.debian.org/pkg/backoff","install_command":"apt-get install backoff","documentation_url":"https://packages.debian.org/trixie/backoff","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.7.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), python3-all, pybuild-plugin-pyproject, python3-poetry-core, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.439Z","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/backoff?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/backoff/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":1681},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-24T05:05:13.674Z","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":13443111,"name":"backoff","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T08:20:39.842Z","latest_release_published_at":"2026-02-08T08:20:39.842Z","latest_release_number":"2.2.1-1","last_synced_at":"2026-03-08T08:47:10.935Z","created_at":"2026-02-08T08:20:38.161Z","updated_at":"2026-08-14T12:50:01.251Z","registry_url":"https://launchpad.net/ubuntu/+source/backoff","install_command":"apt-get install backoff","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper-compat (= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.251Z","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/backoff?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/backoff/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":1308},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-24T05:05:15.657Z","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":13382643,"name":"backoff","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/litl/backoff","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/litl/backoff","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T09:15:17.582Z","latest_release_published_at":"2026-02-05T09:15:17.582Z","latest_release_number":"2.2.1-1","last_synced_at":"2026-08-11T17:21:05.536Z","created_at":"2026-02-05T09:15:13.867Z","updated_at":"2026-08-14T12:50:01.267Z","registry_url":"https://launchpad.net/ubuntu/+source/backoff","install_command":"apt-get install backoff","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-backoff","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"dh-python, python3-all, debhelper-compat (= 13), python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.267Z","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/backoff?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/backoff/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":1237},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-24T05:06:09.353Z","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"}},{"id":8684944,"name":"backoff","ecosystem":"conda","description":"This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-09-01T07:15:39.000Z","latest_release_published_at":"2023-09-01T07:15:39.000Z","latest_release_number":"2.2.1","last_synced_at":"2026-04-08T09:54:55.476Z","created_at":"2023-12-21T04:32:44.939Z","updated_at":"2026-08-14T12:50:01.312Z","registry_url":"https://anaconda.org/anaconda/backoff","install_command":"conda install -c anaconda backoff","documentation_url":null,"metadata":{},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.312Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":59.909774436090224,"dependent_packages_count":50.97744360902256,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":55.44360902255639},"purl":"pkg:conda/backoff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/backoff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/backoff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/backoff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/backoff/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5475,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":852},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-24T05:06:29.101Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":11764756,"name":"py3-backoff-doc","ecosystem":"alpine","description":"Function decorators for configurable backoff and retry (documentation)","homepage":"https://github.com/litl/backoff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/litl/backoff","keywords_array":[],"namespace":"community","versions_count":1,"first_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_published_at":"2025-01-10T20:42:54.000Z","latest_release_number":"2.2.1-r0","last_synced_at":"2026-03-27T10:03:18.178Z","created_at":"2025-06-07T18:03:27.244Z","updated_at":"2026-08-14T12:50:01.419Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/community/x86_64/py3-backoff-doc","install_command":"apk add py3-backoff-doc","documentation_url":null,"metadata":{"repository":"community","architecture":"x86_64"},"repo_metadata":{"id":16983764,"uuid":"19746601","full_name":"litl/backoff","owner":"litl","description":"Python library providing function decorators for configurable backoff and retry","archived":true,"fork":false,"pushed_at":"2024-05-02T21:50:08.000Z","size":254,"stargazers_count":2694,"open_issues_count":64,"forks_count":155,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-08-14T10:54:03.814Z","etag":null,"topics":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"latest_commit_sha":null,"homepage":"","language":"Python","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/litl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-13T16:23:01.000Z","updated_at":"2026-08-10T05:57:25.000Z","dependencies_parsed_at":"2024-06-18T12:15:39.531Z","dependency_job_id":null,"html_url":"https://github.com/litl/backoff","commit_stats":{"total_commits":268,"total_committers":41,"mean_commits":6.536585365853658,"dds":0.6455223880597014,"last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/litl/backoff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","download_url":"https://codeload.github.com/litl/backoff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/sbom","scorecard":{"id":592883,"data":{"date":"2025-08-11","repo":{"name":"github.com/litl/backoff","commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":2,"reason":"Found 7/24 approved changesets -- score normalized to 2","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":"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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.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/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/litl/backoff/codeql-analysis.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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 'master'","Warn: branch protection not enabled for branch 'v1.11'"],"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":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 13 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-20T22:24:43.020Z","repository_id":16983764,"created_at":"2025-08-20T22:24:43.020Z","updated_at":"2025-08-20T22:24:43.020Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36646944,"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-14T02:00:06.934Z","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":"litl","name":"litl","uuid":"190361","kind":"organization","description":"Check out out Room for More (https://roomformore.com/) and Imagefly (http://imagefly.io/)","email":"hello@litl.com","website":"http://litl.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/190361?v=4","repositories_count":42,"last_synced_at":"2024-04-16T02:53:15.054Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/litl","funding_links":[],"total_stars":4879,"followers":7,"following":0,"created_at":"2022-11-02T16:27:07.467Z","updated_at":"2024-04-16T02:53:20.153Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litl/repositories"},"tags":[{"name":"v2.2.1","sha":"d9d80a92d5a4483373acdaf9faa4068c85b3d268","kind":"commit","published_at":"2022-10-05T19:16:50.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"d322dc46a7f3ee6d03e5a0153d8015c3076f8bbb","kind":"commit","published_at":"2022-10-05T14:28:57.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"24ae1b9d5e29b2770944d431f9e0cca98481f412","kind":"commit","published_at":"2022-06-08T12:01:08.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.2","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"64de65d56a2352ca093eb1906dcc471d058aa214","kind":"commit","published_at":"2022-06-08T11:17:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"f56d31b4abdb366f6730b552e12dabed399fbef5","kind":"commit","published_at":"2022-06-07T14:40:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"54946166eaf542cbbdc42d2e768a6a1988f3a5a9","kind":"commit","published_at":"2022-04-27T14:06:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.1","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"80512463f7734c0cb35898a05679035c48f8e08d","kind":"commit","published_at":"2022-04-26T15:52:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"c2f4e1826b1996348177215f4c009c055777603f","kind":"commit","published_at":"2021-08-19T16:49:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v2.0.0-alpha","html_url":"https://github.com/litl/backoff/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v2.0.0-alpha/manifests"},{"name":"v1.11.1","sha":"a79a17c913c83c58c89c495c89bb9d4a6f62d49a","kind":"commit","published_at":"2021-07-14T13:54:07.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"0f9b79cacc5a60d73a4c6882953d473ecee6ab33","kind":"commit","published_at":"2021-07-12T16:39:49.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.11.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.11.0/manifests"},{"name":"v1.10.0","sha":"0777a0f1d184e03455a1eddf978043163f94b47d","kind":"commit","published_at":"2019-12-07T21:03:37.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.10.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"4c98ce6fa6e8e682c93a07a14ec00b1673dfae39","kind":"commit","published_at":"2019-11-20T02:26:46.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"61f0a799fab19b3a3e5664ef74e0236e24d40548","kind":"commit","published_at":"2019-11-19T01:55:05.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"bfe0d91a761bebe9d176889d746f62306155785f","kind":"commit","published_at":"2019-11-16T13:44:29.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.9.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"799b0a15d88738c781f6c5a4e53e4fd26cea739c","kind":"commit","published_at":"2018-12-21T05:31:59.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.8.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"be0b856a826a0201501ab95f666167365e681097","kind":"commit","published_at":"2018-11-27T20:57:25.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"7dc25371e135dde4e30611e071dcc11d07f26c12","kind":"commit","published_at":"2018-11-23T21:10:56.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.7.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"b0705256dbd0ca9b97e670a24b84a9f73bf1d4df","kind":"commit","published_at":"2018-07-14T13:27:11.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.6.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.6.0/manifests"},{"name":"v1.5.0","sha":"88c9ec803366bd092d88acaed699203359a129a3","kind":"commit","published_at":"2018-04-11T14:51:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.5.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"34a716e223e6cd9979a31ab29e51ba25f1fa9c0e","kind":"commit","published_at":"2017-05-22T16:23:19.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"6b57cccb07fe29e7c3e49c94d126673ee627e10f","kind":"commit","published_at":"2017-04-25T16:12:36.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c26e64553e0ff22174d6bb1674bef77ad569ea4b","kind":"commit","published_at":"2017-04-21T14:09:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fdde0d3442d413de2b175646c8d4caf368a2c490","kind":"commit","published_at":"2017-02-05T14:30:34.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.4.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"31968ccad016a0cf0b2792f2741005cd82062b18","kind":"commit","published_at":"2016-11-18T14:53:30.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.2","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e20b979da030a893b6b141819219884d3f5f276e","kind":"commit","published_at":"2016-08-08T17:53:26.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"1324f301ba4d6b7d97c9dcc36468fdab8c861cbe","kind":"commit","published_at":"2016-08-08T17:29:39.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.3.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"2e473fd5728af1e5e3b7521169ec89b384febc4e","kind":"commit","published_at":"2016-05-27T15:00:00.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.1","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"5c8b7b2b939220f81ab163efa834973a8d3c1436","kind":"commit","published_at":"2016-05-27T12:20:16.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.2.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"7204a3e8e53c68680ae7a61529630bb9872258fe","kind":"commit","published_at":"2015-12-08T16:23:48.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.1.0","html_url":"https://github.com/litl/backoff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.1.0/manifests"},{"name":"20150213.1","sha":"2ab91eca31e3335a5e61a7c09682ac74f6f4030b","kind":"commit","published_at":"2015-02-13T16:47:33.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150213.1","html_url":"https://github.com/litl/backoff/releases/tag/20150213.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150213.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150213.1/manifests"},{"name":"20150210.1","sha":"891b63661b1d2e4be8e6801fccd67be1bf130f36","kind":"commit","published_at":"2015-02-10T17:38:42.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/20150210.1","html_url":"https://github.com/litl/backoff/releases/tag/20150210.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@20150210.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/20150210.1/manifests"},{"name":"v1.0.7","sha":"7e98d63f738f86d3f27f7c25b65d163924a35275","kind":"commit","published_at":"2015-02-10T16:51:43.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.7","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"c020fc0b560efd34c080f1cb8be2f612d65505a4","kind":"commit","published_at":"2015-02-10T16:33:18.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.6","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"7ced33ec10983a4e9059070b8af7fc6b8b7b8219","kind":"commit","published_at":"2015-02-03T19:01:15.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.5","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.5/manifests"},{"name":"v1.0.3","sha":"1034a9482ca0306564132e287dc0fc0146199478","kind":"tag","published_at":"2014-08-22T18:59:47.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.3","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.3/manifests"},{"name":"v1.0.4","sha":"a385ec8273552aea6f8577cb540f0f0bf81135e4","kind":"tag","published_at":"2014-08-22T18:58:31.000Z","download_url":"https://codeload.github.com/litl/backoff/tar.gz/v1.0.4","html_url":"https://github.com/litl/backoff/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/litl/backoff@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/tags/v1.0.4/manifests"}]},"repo_metadata_updated_at":"2026-08-14T12:50:01.419Z","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:apk/alpine/py3-backoff-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-backoff-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-backoff-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-backoff-doc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-06T19:27:29.194Z","issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":11464161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","maintainers":[{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/py3-backoff-doc/codemeta","maintainers":[{"uuid":"lauren@selfisekai.rocks","login":null,"name":"lauren n. liberda","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","packages_count":88,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=lauren n. liberda","role":null,"created_at":"2025-06-08T14:42:55.193Z","updated_at":"2025-06-08T14:42:55.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/lauren@selfisekai.rocks/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26323,"maintainers_count":422,"namespaces_count":2,"keywords_count":4638,"github":"alpinelinux","metadata":{"repos":["main","community"],"funded_packages_count":1803},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-08-24T05:06:25.345Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}}],"commits":{"id":15735,"full_name":"litl/backoff","default_branch":"master","total_commits":268,"total_committers":39,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.871794871794871,"dds":0.5559701492537313,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-08-19T11:02:43.431Z","last_synced_commit":"d82b23c42d7a7e2402903e71e7a7f03014a00076","created_at":"2023-03-07T11:30:51.065Z","updated_at":"2026-08-19T11:02:41.258Z","committers":[{"name":"Bob Green","email":"bgreen@litl.com","login":"bgreen-litl","count":119},{"name":"Bob Green","email":"rgreen@goscoutgo.com","login":null,"count":68},{"name":"Leonhard S","email":"leonhard-sei@outlook.com","login":"leonhard-s","count":10},{"name":"mrname","email":"justincrown1@gmail.com","login":"mrname","count":9},{"name":"Vladimir Rutsky","email":"rutsky.vladimir@gmail.com","login":"rutsky","count":7},{"name":"Hugo","email":"hugovk","login":"hugovk","count":6},{"name":"Bob Green","email":"bob@9r33n.net","login":"r3g3","count":5},{"name":"Tamás PEREGI","email":"petamas@gmail.com","login":"petamas","count":5},{"name":"Marek Łabonarski","email":"mlabonarski@egnyte.com","login":null,"count":2},{"name":"Alex Swehla","email":"aswehla@patreon.com","login":null,"count":2},{"name":"Gleb Chipiga","email":"gleb.chipiga+git@pm.me","login":"gleb-chipiga","count":2},{"name":"Jonas Cheng","email":"jonas.cheng@gmail.com","login":"jonascheng","count":2},{"name":"Quentin Pradet","email":"quentin@clustree.com","login":"pquentin","count":2},{"name":"Rob Young","email":"rob.young@digital.cabinet-office.gov.uk","login":"robyoung","count":2},{"name":"Shantanu","email":"12621235+hauntsaninja","login":"hauntsaninja","count":2},{"name":"Sherif Nada","email":"snadalive@gmail.com","login":"sherifnada","count":2},{"name":"kolaworld","email":"kola@cityblock.com","login":null,"count":1},{"name":"Cayenne Geis","email":"cboyer@litl.com","login":null,"count":1},{"name":"Andrew Eckart","email":"andrew.g.eckart@gmail.com","login":"AndrewEckart","count":1},{"name":"gypapp","email":"gyozo.papp@meltwater.com","login":"gypapp","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Thibault Deutsch","email":"thibault.deutsch@gmail.com","login":"dethi","count":1},{"name":"Skurikhin Alexander","email":"a@skurih.in","login":"a-sk","count":1},{"name":"Nimrod Milo","email":"milo.nimrod@gmail.com","login":"milonimrod","count":1},{"name":"Nicholas Chammas","email":"nicholas.chammas@gmail.com","login":"nchammas","count":1},{"name":"Mike Royal","email":"mike.royal.software@gmail.com","login":"mroyal","count":1},{"name":"Marwan Baghdad","email":"marwan.nabil@deliveryhero.com","login":"MrwanBaghdad","count":1},{"name":"Marc Mueller","email":"30130371+cdce8p","login":"cdce8p","count":1},{"name":"Lucas Servén Marín","email":"lserven@gmail.com","login":"squat","count":1},{"name":"Lee Bernick","email":"lee.a.bernick@gmail.com","login":"lbernick","count":1},{"name":"Johan Bilien","email":"johan@bilien.org","login":"jobi","count":1},{"name":"Javier Santacruz","email":"javier.santacruz@avature.net","login":"jvrsantacruz","count":1},{"name":"Edgar Ramírez Mondragón","email":"edgarrm358@gmail.com","login":"edgarrmondragon","count":1},{"name":"Dmitry Ryzhikov","email":"d.ryzhykau@gmail.com","login":"d-ryzhykau","count":1},{"name":"David Baumgold","email":"david@davidbaumgold.com","login":"singingwolfboy","count":1},{"name":"Daniel Tahara","email":"dktahara@gmail.com","login":"danieltahara","count":1},{"name":"Daniel Bonkowski","email":"bonko@jimdo.com","login":"Bonko","count":1},{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":1},{"name":"Christian Adell","email":"chadell@gmail.com","login":"chadell","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6752313,"commits_count":978410056,"contributors_count":41242979,"owners_count":1359078,"committers_count":3353170,"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":"litl/backoff","html_url":"https://github.com/litl/backoff","last_synced_at":"2026-08-24T13:33:13.777Z","status":null,"issues_count":70,"pull_requests_count":64,"avg_time_to_close_issue":26882784.03030303,"avg_time_to_close_pull_request":12170604.717948718,"issues_closed_count":33,"pull_requests_closed_count":39,"pull_request_authors_count":45,"issue_authors_count":65,"avg_comments_per_issue":2.642857142857143,"avg_comments_per_pull_request":1.71875,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T20:42:08.193Z","updated_at":"2026-08-24T13:33:13.777Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/litl%2Fbackoff/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":66,"CONTRIBUTOR":3,"MEMBER":1}},"pull_request_author_associations_count":{"table":{"NONE":32,"CONTRIBUTOR":30,"MEMBER":2}},"issue_authors":{"table":{"deeplook":3,"terrisgit":2,"axshani":2,"JakeFN":2,"vinhtq-2618":1,"vladaman":1,"philliparente":1,"edsion1107":1,"sethgilchrist":1,"Silenco":1,"paulschmeida":1,"bgreen-litl":1,"alandtse":1,"davidleejy":1,"mikepii":1,"tux-00":1,"smagafurov":1,"fxfitz":1,"davidslater":1,"truekonrads":1,"mivds":1,"farbodsalimi":1,"BoxingLaunch":1,"reed9999":1,"itsparser":1,"kannor":1,"iromli":1,"FabioRosado":1,"thehappydinoa":1,"StefanSchuhart":1,"wapiflapi":1,"FRidh":1,"fiendish":1,"sagarr":1,"gbecigneul":1,"lesnik512":1,"zhaohanyan":1,"steinitzu":1,"jvrsantacruz":1,"pehala":1,"alvassin":1,"garbas":1,"salimfadhley":1,"stevenjackson121":1,"wprojects":1,"mrname":1,"rouge8":1,"BarryThrill":1,"yuji38kwmt":1,"dmosorast":1,"eccles":1,"AanandhiVB":1,"seansfkelley":1,"michaeltcoelho":1,"milonimrod":1,"iloveitaly":1,"gordonwatts":1,"tiptop96":1,"kasium":1,"luckydonald":1,"jrobbins-LiveData":1,"lb-ronyeh":1,"kkirsche":1,"ericboucher":1,"DeflateAwning":1}},"pull_request_authors":{"table":{"edgarrmondragon":4,"leonhard-s":3,"jcbertin":3,"VitalyAssurance":2,"wineTGH":2,"gbecigneul":2,"cclauss":2,"milonimrod":2,"sherifnada":2,"kloczek":2,"spokeydokeys":2,"iloveitaly":2,"bgreen-litl":2,"pastalian":2,"colonelpanic8":2,"chadell":1,"MrwanBaghdad":1,"mrname":1,"relsunkaev":1,"hauntsaninja":1,"nchammas":1,"lbenezriravin":1,"wapiflapi":1,"gypapp":1,"davidslater":1,"whonore":1,"AndrewEckart":1,"jobi":1,"jvrsantacruz":1,"mroyal":1,"edsion1107":1,"jayvdb":1,"timgates42":1,"cdce8p":1,"kolaworld":1,"Kirusi":1,"evgeny-stakewise":1,"gleb-chipiga":1,"tetienne":1,"luccabb":1,"d-ryzhykau":1,"squat":1,"petamas":1,"mdmmn378":1,"Chris2048":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-25T00:00:09.459Z","repositories_count":16328808,"issues_count":42398313,"pull_requests_count":135865593,"authors_count":11520402,"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":{}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{}},"maintainers":[{"table":{"login":"bgreen-litl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bgreen-litl"}}],"active_maintainers":[]}},"events":{"total":{"PullRequestEvent":5,"ForkEvent":4,"IssuesEvent":2,"WatchEvent":107,"IssueCommentEvent":28},"last_year":{"WatchEvent":9}},"keywords":["asynchronous","asyncio","backoff","decorators","exceptions","exponential","python","retry","retrying","synchronous"],"dependencies":[{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2022-07-20T12:17:20.004Z","updated_at":"2022-07-20T12:17:20.004Z","repository_link":"https://github.com/litl/backoff/blob/master/pyproject.toml","dependencies":[{"id":302386044,"package_name":"python","ecosystem":"pypi","requirements":"^3.7","direct":true,"kind":"runtime","optional":false},{"id":302386045,"package_name":"flake8","ecosystem":"pypi","requirements":"^4.0.1","direct":true,"kind":"develop","optional":false},{"id":302386046,"package_name":"mypy","ecosystem":"pypi","requirements":"^0.942","direct":true,"kind":"develop","optional":false},{"id":302386047,"package_name":"pytest","ecosystem":"pypi","requirements":"^7.1.2","direct":true,"kind":"develop","optional":false},{"id":302386048,"package_name":"pytest-asyncio","ecosystem":"pypi","requirements":"^0.18.3","direct":true,"kind":"develop","optional":false},{"id":302386049,"package_name":"pytest-cov","ecosystem":"pypi","requirements":"^3.0.0","direct":true,"kind":"develop","optional":false},{"id":302386050,"package_name":"requests","ecosystem":"pypi","requirements":"^2.26.0","direct":true,"kind":"develop","optional":false},{"id":302386051,"package_name":"responses","ecosystem":"pypi","requirements":"^0.20.0","direct":true,"kind":"develop","optional":false},{"id":302386052,"package_name":"types-requests","ecosystem":"pypi","requirements":"^2.27.20","direct":true,"kind":"develop","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codeql-analysis.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T19:06:20.768Z","updated_at":"2023-01-13T19:06:20.768Z","repository_link":"https://github.com/litl/backoff/blob/master/.github/workflows/codeql-analysis.yml","dependencies":[{"id":6891079138,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6891079139,"package_name":"github/codeql-action/init","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6891079140,"package_name":"github/codeql-action/autobuild","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6891079141,"package_name":"github/codeql-action/analyze","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":32.66524705684178,"created_at":"2026-05-04T06:49:08.661Z","updated_at":"2026-08-25T14:03:20.548Z","avatar_url":"https://github.com/litl.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371646","html_url":"https://summary.ecosyste.ms/projects/371646"}