{"id":3571615,"name":"github.com/bluekeyes/go-gitdiff","ecosystem":"go","description":"","homepage":"https://github.com/bluekeyes/go-gitdiff","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/bluekeyes/go-gitdiff","keywords_array":[],"namespace":"github.com/bluekeyes","versions_count":17,"first_release_published_at":"2020-01-04T20:02:37.000Z","latest_release_published_at":"2025-01-08T03:35:14.000Z","latest_release_number":"v0.8.1","last_synced_at":"2026-04-09T15:03:05.631Z","created_at":"2022-04-11T03:07:16.487Z","updated_at":"2026-04-09T15:03:05.632Z","registry_url":"https://pkg.go.dev/github.com/bluekeyes/go-gitdiff","install_command":"go get github.com/bluekeyes/go-gitdiff","documentation_url":"https://pkg.go.dev/github.com/bluekeyes/go-gitdiff#section-documentation","metadata":{},"repo_metadata":{"id":35079012,"uuid":"174927719","full_name":"bluekeyes/go-gitdiff","owner":"bluekeyes","description":"Go library for parsing and applying patches created by Git ","archived":false,"fork":false,"pushed_at":"2025-09-04T00:26:07.000Z","size":4045,"stargazers_count":123,"open_issues_count":4,"forks_count":27,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T14:15:56.865Z","etag":null,"topics":["diff","git","gitdiff","golang","patch"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bluekeyes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-11T04:50:36.000Z","updated_at":"2025-10-01T05:06:03.000Z","dependencies_parsed_at":"2024-05-06T04:23:46.788Z","dependency_job_id":"21d5b97a-014b-4720-948b-d011f0ecaa70","html_url":"https://github.com/bluekeyes/go-gitdiff","commit_stats":{"total_commits":133,"total_committers":5,"mean_commits":26.6,"dds":"0.052631578947368474","last_synced_commit":"a00d2ccaf7332549eaa3af918b614ac73ee8c8e3"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/bluekeyes/go-gitdiff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluekeyes","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/sbom","scorecard":{"id":244561,"data":{"date":"2025-08-11","repo":{"name":"github.com/bluekeyes/go-gitdiff","commit":"7413262a184380473b5cad4b12a2a061ecbc86c9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.6,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":1,"reason":"Found 5/30 approved changesets -- score normalized to 1","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/go.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/go.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/bluekeyes/go-gitdiff/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/bluekeyes/go-gitdiff/go.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/bluekeyes/go-gitdiff/go.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: GoBuiltInFuzzer integration found: gitdiff/base85_test.go:99"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 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-17T07:19:56.148Z","repository_id":35079012,"created_at":"2025-08-17T07:19:56.149Z","updated_at":"2025-08-17T07:19:56.149Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012811,"owners_count":26085191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":"bluekeyes","name":"Billy Keyes","uuid":"1745813","kind":"user","description":"","email":"","website":"http://billykeyes.com/","location":"Palo Alto, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1745813?u=4399ea67a8dee8d55a724de2c5c3084081c452e4\u0026v=4","repositories_count":13,"last_synced_at":"2023-03-24T02:36:37.934Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/bluekeyes","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T19:22:52.262Z","updated_at":"2023-03-24T02:36:38.104Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluekeyes","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluekeyes/repositories"},"tags":[{"name":"v0.8.1","sha":"fffa3cca9bd29785ec7f99ea6921de60e32a724a","kind":"commit","published_at":"2025-01-08T03:35:14.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.8.1","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"8584cd59afe0fd5af926a98ea3ef650fa4b1f952","kind":"commit","published_at":"2024-08-11T18:57:07.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.8.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.8.0/manifests"},{"name":"v0.7.4","sha":"0a4e55f9a190b500835e10d187ca4f88a96917e2","kind":"commit","published_at":"2024-07-15T03:44:16.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.7.4","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"a00d2ccaf7332549eaa3af918b614ac73ee8c8e3","kind":"commit","published_at":"2024-05-06T03:16:19.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.7.3","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"3f2ea5c16e0a9d685e1b91b6b8bfc0fbf4cb5d6a","kind":"commit","published_at":"2024-03-07T05:32:38.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.7.2","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"981bc4b60c4490e10d9f8ca8cfd7833e303c399e","kind":"commit","published_at":"2022-12-26T22:56:30.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.7.1","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"1575e0c4ef9322a5685ff76bd40b53363a98799e","kind":"commit","published_at":"2022-10-01T21:50:12.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.7.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"52645c60d0415a26817e7cdf90ca66b8806f46b9","kind":"commit","published_at":"2022-02-28T02:32:01.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.6.1","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"53bcdf7e5d94b09bf31b6e2915a7aa51d1f50b36","kind":"commit","published_at":"2021-08-20T00:32:18.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.6.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"b5756546a116ebe3ba2be7f83d6c85803903d998","kind":"commit","published_at":"2021-07-19T18:45:58.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.5.2","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"3772c9eb6544df2bf61020b86080961a3eab6844","kind":"commit","published_at":"2021-04-24T22:23:31.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.5.1","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1bd59c4f1123687f522447da120db26f61e787f2","kind":"commit","published_at":"2020-10-24T03:39:43.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.5.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"d3116e7b7ed5bb989c11f5274313853f292f88d9","kind":"commit","published_at":"2020-06-16T05:07:06.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.4.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"5609b2d456190ab7c7dfb77b6245b09531001adf","kind":"commit","published_at":"2020-04-19T05:23:12.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.3.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"09f3004fce1ceb2ec686d644439c5135687d29bf","kind":"commit","published_at":"2020-02-01T18:58:43.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.2.1","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"bb5b8f69fda3a361dd8c75dca7d3a5f7662d6dab","kind":"commit","published_at":"2020-01-28T06:55:33.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.2.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a1f934e8520f5a84a6e4a79fc7990c9128570666","kind":"commit","published_at":"2020-01-04T20:02:37.000Z","download_url":"https://codeload.github.com/bluekeyes/go-gitdiff/tar.gz/v0.1.0","html_url":"https://github.com/bluekeyes/go-gitdiff/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/bluekeyes/go-gitdiff@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-13T02:26:11.441Z","dependent_packages_count":150,"downloads":null,"downloads_period":null,"dependent_repos_count":705,"rankings":{"downloads":null,"dependent_repos_count":0.2800621674197433,"dependent_packages_count":0.4360987227875735,"stargazers_count":5.507374661630145,"forks_count":5.60948321735255,"docker_downloads_count":0.6245561307986043,"average":2.4915149799977234},"purl":"pkg:golang/github.com/bluekeyes/go-gitdiff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/bluekeyes/go-gitdiff","docker_dependents_count":34,"docker_downloads_count":705165,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/bluekeyes/go-gitdiff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/bluekeyes/go-gitdiff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-05T08:38:02.151Z","issues_count":26,"pull_requests_count":45,"avg_time_to_close_issue":4110507.777777778,"avg_time_to_close_pull_request":131870.86363636365,"issues_closed_count":18,"pull_requests_closed_count":44,"pull_request_authors_count":7,"issue_authors_count":16,"avg_comments_per_issue":1.7307692307692308,"avg_comments_per_pull_request":0.3333333333333333,"merged_pull_requests_count":38,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":4,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":308395.5,"past_year_avg_time_to_close_pull_request":17652.2,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":2.75,"past_year_avg_comments_per_pull_request":0.6363636363636364,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluekeyes%2Fgo-gitdiff/issues","maintainers":[{"login":"bluekeyes","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bluekeyes"}],"active_maintainers":[{"login":"bluekeyes","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bluekeyes"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fbluekeyes%2Fgo-gitdiff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fbluekeyes%2Fgo-gitdiff/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fbluekeyes%2Fgo-gitdiff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fbluekeyes%2Fgo-gitdiff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fbluekeyes%2Fgo-gitdiff/codemeta","maintainers":[]}