{"id":377966,"url":"https://github.com/svg/svgo","last_synced_at":"2026-09-10T22:32:05.675Z","repository":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-09T17:07:24.801Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24866,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-09T17:07:24.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"packages":[{"id":14099686,"name":"@depup/svgo","ecosystem":"npm","description":"SVGO is a Node.js library and command-line application for optimizing vector images. (with updated dependencies)","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","depup","updated-dependencies","security","latest","patched","svg","optimize","minify"],"namespace":"depup","versions_count":4,"first_release_published_at":"2026-03-19T03:29:07.484Z","latest_release_published_at":"2026-08-30T01:00:53.603Z","latest_release_number":"4.1.0-depup.0","last_synced_at":"2026-09-09T22:02:21.325Z","created_at":"2026-03-23T00:11:56.205Z","updated_at":"2026-09-09T22:02:21.326Z","registry_url":"https://www.npmjs.com/package/@depup/svgo","install_command":"npm install @depup/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"4.1.0-depup.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-25T14:00:46.000Z","size":7612,"stargazers_count":22654,"open_issues_count":257,"forks_count":1461,"subscribers_count":238,"default_branch":"main","last_synced_at":"2026-08-27T07:34:55.737Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-08-27T04:20:51.000Z","dependencies_parsed_at":"2026-08-20T04:20:29.055Z","dependency_job_id":null,"html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36942582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-27T02:00:07.166Z","response_time":96,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-08-22T05:37:21.215Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24843,"followers":114,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-08-22T05:37:21.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T07:40:58.061Z","dependent_packages_count":0,"downloads":22,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.356192877460796,"dependent_packages_count":32.23715913671932,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.296676007090056},"purl":"pkg:npm/%40depup/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@depup/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@depup/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@depup/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T08:34:47.408Z","issues_count":323,"pull_requests_count":550,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":104,"issue_authors_count":239,"avg_comments_per_issue":3.956656346749226,"avg_comments_per_pull_request":1.2581818181818183,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":82,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":286920.2727272727,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":55,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":0.5121951219512195,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fsvgo/codemeta","maintainers":[{"uuid":"chiefmikey","login":"chiefmikey","name":null,"email":"wolfemikl@gmail.com","url":null,"packages_count":2150,"html_url":"https://www.npmjs.com/~chiefmikey","role":null,"created_at":"2026-03-23T00:12:10.390Z","updated_at":"2026-03-23T00:12:10.390Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chiefmikey/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5253737,"name":"@kingyue/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"kingyue","versions_count":1,"first_release_published_at":"2022-09-18T06:43:02.351Z","latest_release_published_at":"2022-09-18T06:43:02.351Z","latest_release_number":"2.9.0","last_synced_at":"2026-09-09T22:02:48.674Z","created_at":"2022-09-18T06:52:16.183Z","updated_at":"2026-09-09T22:02:48.674Z","registry_url":"https://www.npmjs.com/package/@kingyue/svgo","install_command":"npm install @kingyue/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"2.9.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-25T14:00:46.000Z","size":7612,"stargazers_count":22654,"open_issues_count":257,"forks_count":1461,"subscribers_count":238,"default_branch":"main","last_synced_at":"2026-08-27T07:34:55.737Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-08-27T04:20:51.000Z","dependencies_parsed_at":"2026-08-20T04:20:29.055Z","dependency_job_id":null,"html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36942582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-27T02:00:07.166Z","response_time":96,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-08-22T05:37:21.215Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24843,"followers":114,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-08-22T05:37:21.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-29T11:45:13.387Z","dependent_packages_count":1,"downloads":109,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":18.434011263744647,"dependent_repos_count":25.30552159382132,"dependent_packages_count":16.219766897652278,"stargazers_count":0.8766663505428396,"forks_count":1.3196557118693968,"average":12.431124363526097},"purl":"pkg:npm/%40kingyue/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@kingyue/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@kingyue/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@kingyue/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T08:34:47.408Z","issues_count":323,"pull_requests_count":550,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":104,"issue_authors_count":239,"avg_comments_per_issue":3.956656346749226,"avg_comments_per_pull_request":1.2581818181818183,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":82,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":286920.2727272727,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":55,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":0.5121951219512195,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@kingyue%2Fsvgo/codemeta","maintainers":[{"uuid":"kingyue","login":"kingyue","name":null,"email":"yuejin13@fudan.edu.cn","url":null,"packages_count":12,"html_url":"https://www.npmjs.com/~kingyue","role":null,"created_at":"2022-11-16T07:21:35.615Z","updated_at":"2022-11-16T07:21:35.615Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kingyue/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":1026166,"name":"@lamartire/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"lamartire","versions_count":1,"first_release_published_at":"2020-05-18T13:30:33.390Z","latest_release_published_at":"2020-05-18T13:30:33.390Z","latest_release_number":"1.3.2","last_synced_at":"2026-09-09T22:09:57.072Z","created_at":"2022-04-07T19:34:50.229Z","updated_at":"2026-09-09T22:09:57.072Z","registry_url":"https://www.npmjs.com/package/@lamartire/svgo","install_command":"npm install @lamartire/svgo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.3.2"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-12T23:57:13.000Z","size":7472,"stargazers_count":22626,"open_issues_count":255,"forks_count":1458,"subscribers_count":239,"default_branch":"main","last_synced_at":"2026-08-13T00:41:40.661Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-08-12T17:50:46.000Z","dependencies_parsed_at":"2026-08-05T20:27:25.954Z","dependency_job_id":null,"html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36595462,"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-13T02:00:06.325Z","response_time":111,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-08-14T19:17:09.869Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24830,"followers":114,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-08-14T19:17:10.044Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T04:57:16.964Z","dependent_packages_count":1,"downloads":12,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":51.222151958299555,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":0.8418210287008435,"forks_count":1.2358778613362276,"average":18.97035547852864},"purl":"pkg:npm/%40lamartire/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@lamartire/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@lamartire/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@lamartire/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T04:01:45.205Z","issues_count":323,"pull_requests_count":528,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8723206.239904989,"issues_closed_count":193,"pull_requests_closed_count":421,"pull_request_authors_count":102,"issue_authors_count":239,"avg_comments_per_issue":3.956656346749226,"avg_comments_per_pull_request":1.2916666666666667,"merged_pull_requests_count":337,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":63,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":362466.6285714286,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":35,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":0.5555555555555556,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":30,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@lamartire%2Fsvgo/codemeta","maintainers":[{"uuid":"lamartire","login":"lamartire","name":null,"email":"lamartire@gmail.com","url":null,"packages_count":47,"html_url":"https://www.npmjs.com/~lamartire","role":null,"created_at":"2022-11-20T18:37:42.680Z","updated_at":"2022-11-20T18:37:42.680Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/lamartire/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14755228,"name":"org.mvnpm:svgo","ecosystem":"maven","description":"SVGO is a Node.js library and command-line application for optimizing vector images.","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":"org.mvnpm","versions_count":7,"first_release_published_at":"2025-03-19T18:43:54.000Z","latest_release_published_at":"2026-08-26T02:12:50.000Z","latest_release_number":"4.1.0","last_synced_at":"2026-09-09T22:03:27.997Z","created_at":"2026-07-13T08:51:43.070Z","updated_at":"2026-09-09T22:03:27.997Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/svgo/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/svgo/","metadata":{},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-05T19:07:15.568Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":26.982953969504837,"dependent_packages_count":38.683502333079375,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":32.833228151292104},"purl":"pkg:maven/org.mvnpm/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-04T19:31:36.044Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:svgo/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":622693,"maintainers_count":0,"namespaces_count":82667,"keywords_count":37216,"github":"maven-central","metadata":{"funded_packages_count":50888,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-10T05:01:15.859Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":7593339,"name":"@ponomarevlad/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"ponomarevlad","versions_count":1,"first_release_published_at":"2023-04-18T01:32:01.406Z","latest_release_published_at":"2023-04-18T01:32:01.406Z","latest_release_number":"3.0.2-build.1","last_synced_at":"2026-09-09T22:04:16.059Z","created_at":"2023-04-18T02:22:09.797Z","updated_at":"2026-09-09T22:04:16.059Z","registry_url":"https://www.npmjs.com/package/@ponomarevlad/svgo","install_command":"npm install @ponomarevlad/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"3.0.2-build.1"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-08T17:44:18.530Z","dependent_packages_count":0,"downloads":14,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":18.91746842990434,"dependent_packages_count":26.74892229265742,"stargazers_count":null,"forks_count":null,"average":22.83319536128088},"purl":"pkg:npm/%40ponomarevlad/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@ponomarevlad/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@ponomarevlad/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@ponomarevlad/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-07T21:01:50.520Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@ponomarevlad%2Fsvgo/codemeta","maintainers":[{"uuid":"ponomarevlad","login":"ponomarevlad","name":null,"email":"npm@ponomarevlad.ru","url":null,"packages_count":112,"html_url":"https://www.npmjs.com/~ponomarevlad","role":null,"created_at":"2023-04-18T07:52:45.600Z","updated_at":"2023-04-18T07:52:45.600Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ponomarevlad/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11697867,"name":"@hg.park/svgo","ecosystem":"npm","description":"SVGO is a Node.js library and command-line application for optimizing vector images.","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"hg.park","versions_count":1,"first_release_published_at":"2025-05-28T02:55:36.524Z","latest_release_published_at":"2025-05-28T02:55:36.524Z","latest_release_number":"1.0.0","last_synced_at":"2026-09-09T22:05:08.924Z","created_at":"2025-05-28T02:56:23.231Z","updated_at":"2026-09-09T22:05:08.924Z","registry_url":"https://www.npmjs.com/package/@hg.park/svgo","install_command":"npm install @hg.park/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"1.0.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-09T03:02:49.308Z","dependent_packages_count":0,"downloads":27,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":24.554395551567207,"dependent_packages_count":35.4398556182296,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":29.997125584898406},"purl":"pkg:npm/%40hg.park/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@hg.park/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@hg.park/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@hg.park/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-08T21:32:17.645Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.9628482972136223,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4736842105263157,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hg.park%2Fsvgo/codemeta","maintainers":[{"uuid":"hg.park","login":"hg.park","name":null,"email":"steinsroka@gmail.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~hg.park","role":null,"created_at":"2025-05-28T02:56:23.987Z","updated_at":"2025-05-28T02:56:23.987Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/hg.park/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":9162041,"name":"eggplant-svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":null,"versions_count":1,"first_release_published_at":"2024-03-03T15:21:36.972Z","latest_release_published_at":"2024-03-03T15:21:36.972Z","latest_release_number":"1.0.0","last_synced_at":"2026-09-09T22:05:35.805Z","created_at":"2024-03-03T16:13:59.391Z","updated_at":"2026-09-09T22:05:35.805Z","registry_url":"https://www.npmjs.com/package/eggplant-svgo","install_command":"npm install eggplant-svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"1.0.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-04T03:53:06.012Z","dependent_packages_count":0,"downloads":15,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":32.94388083305028,"dependent_packages_count":47.24818511548967,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.096032974269974},"purl":"pkg:npm/eggplant-svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/eggplant-svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/eggplant-svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/eggplant-svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-03T19:01:56.883Z","issues_count":323,"pull_requests_count":553,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":106,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.2567811934900541,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":83,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5180722891566265,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/eggplant-svgo/codemeta","maintainers":[{"uuid":"jeffrylim92","login":"jeffrylim92","name":null,"email":"limweiye@hotmail.com","url":null,"packages_count":5,"html_url":"https://www.npmjs.com/~jeffrylim92","role":null,"created_at":"2024-03-03T16:14:00.559Z","updated_at":"2024-03-03T16:14:00.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jeffrylim92/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2419985,"name":"svgo-lite","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/fateleak/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":null,"versions_count":1,"first_release_published_at":"2018-12-03T05:51:37.383Z","latest_release_published_at":"2018-12-03T05:51:37.383Z","latest_release_number":"1.1.1","last_synced_at":"2026-09-09T22:06:23.703Z","created_at":"2022-04-10T01:31:53.770Z","updated_at":"2026-09-09T22:06:23.704Z","registry_url":"https://www.npmjs.com/package/svgo-lite","install_command":"npm install svgo-lite","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.1.1"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-04T07:14:00.072Z","dependent_packages_count":0,"downloads":18,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":59.43614683853403,"dependent_repos_count":10.769523647389562,"dependent_packages_count":53.60654724162076,"stargazers_count":0.6813071805222511,"forks_count":1.0602584228957856,"docker_downloads_count":null,"average":25.11075666619248},"purl":"pkg:npm/svgo-lite","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/svgo-lite","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/svgo-lite","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/svgo-lite/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-03T19:01:56.883Z","issues_count":323,"pull_requests_count":553,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":106,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.2567811934900541,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":83,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5180722891566265,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-lite/codemeta","maintainers":[{"uuid":"major223","login":"major223","name":null,"email":"bingfeng.ch3n@gmail.com","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~major223","role":null,"created_at":"2022-11-14T15:24:54.748Z","updated_at":"2022-11-14T15:24:54.748Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/major223/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":8586145,"name":"@paul-browne/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"paul-browne","versions_count":2,"first_release_published_at":"2023-11-20T15:50:32.249Z","latest_release_published_at":"2023-11-20T15:55:57.189Z","latest_release_number":"3.0.5","last_synced_at":"2026-09-09T22:07:08.600Z","created_at":"2023-11-20T16:00:24.204Z","updated_at":"2026-09-09T22:07:08.600Z","registry_url":"https://www.npmjs.com/package/@paul-browne/svgo","install_command":"npm install @paul-browne/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"3.0.5"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-04T13:33:42.261Z","dependent_packages_count":0,"downloads":13,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":36.4083790722904,"dependent_packages_count":52.31975876630063,"stargazers_count":0.6615123255431534,"forks_count":1.0369324872699845,"docker_downloads_count":null,"average":22.606645662851044},"purl":"pkg:npm/%40paul-browne/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@paul-browne/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@paul-browne/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@paul-browne/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-03T19:01:56.883Z","issues_count":323,"pull_requests_count":553,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":106,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.2567811934900541,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":83,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5180722891566265,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@paul-browne%2Fsvgo/codemeta","maintainers":[{"uuid":"paul-browne","login":"paul-browne","name":null,"email":"paulmatthewbrowne@gmail.com","url":null,"packages_count":42,"html_url":"https://www.npmjs.com/~paul-browne","role":null,"created_at":"2023-11-20T16:12:17.067Z","updated_at":"2023-11-20T16:12:17.067Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/paul-browne/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":14301941,"name":"@vssuser1/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"vssuser1","versions_count":1,"first_release_published_at":"2026-04-22T07:15:18.752Z","latest_release_published_at":"2026-04-22T07:15:18.752Z","latest_release_number":"1.3.2-vss.svgo.0","last_synced_at":"2026-09-09T22:07:42.431Z","created_at":"2026-04-23T01:52:12.250Z","updated_at":"2026-09-09T22:07:42.431Z","registry_url":"https://www.npmjs.com/package/@vssuser1/svgo","install_command":"npm install @vssuser1/svgo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"vss":"1.3.2-vss.svgo.0","latest":"1.3.2-vss.svgo.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-06T04:11:45.957Z","dependent_packages_count":0,"downloads":12,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":21.964683011629862,"dependent_packages_count":31.659817305973338,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":26.8122501588016},"purl":"pkg:npm/%40vssuser1/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@vssuser1/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@vssuser1/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@vssuser1/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-05T20:05:40.167Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@vssuser1%2Fsvgo/codemeta","maintainers":[{"uuid":"vssuser1","login":"vssuser1","name":null,"email":"elebishe@163.com","url":null,"packages_count":25,"html_url":"https://www.npmjs.com/~vssuser1","role":null,"created_at":"2026-04-23T01:52:13.038Z","updated_at":"2026-04-23T01:52:13.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/vssuser1/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2419476,"name":"svg-process","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2020-06-16T10:02:20.974Z","latest_release_published_at":"2021-09-09T03:11:06.554Z","latest_release_number":"0.7.4","last_synced_at":"2026-09-09T22:08:48.225Z","created_at":"2022-04-10T01:31:29.037Z","updated_at":"2026-09-09T22:08:48.225Z","registry_url":"https://www.npmjs.com/package/svg-process","install_command":"npm install svg-process","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.7.4"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-07T23:24:04.152Z","dependent_packages_count":0,"downloads":16,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":38.55837752871324,"dependent_repos_count":25.32799796580169,"dependent_packages_count":32.89382871786066,"stargazers_count":0.8418210287008435,"forks_count":1.2358778613362276,"average":19.77158062048253},"purl":"pkg:npm/svg-process","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/svg-process","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/svg-process","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/svg-process/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-07T21:01:50.520Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svg-process/codemeta","maintainers":[{"uuid":"playl","login":"playl","name":null,"email":"playl@outlook.com","url":null,"packages_count":13,"html_url":"https://www.npmjs.com/~playl","role":null,"created_at":"2022-11-14T15:24:37.683Z","updated_at":"2022-11-14T15:24:37.683Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/playl/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12620744,"name":"@someonewithpc/svgo","ecosystem":"npm","description":"SVGO is a Node.js library and command-line application for optimizing vector images.","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"someonewithpc","versions_count":1,"first_release_published_at":"2025-12-22T14:26:05.102Z","latest_release_published_at":"2025-12-22T14:26:05.102Z","latest_release_number":"4.0.0","last_synced_at":"2026-09-09T22:12:59.438Z","created_at":"2025-12-25T00:39:49.090Z","updated_at":"2026-09-09T22:12:59.439Z","registry_url":"https://www.npmjs.com/package/@someonewithpc/svgo","install_command":"npm install @someonewithpc/svgo","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/svgo"},"dist-tags":{"latest":"4.0.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-06T11:55:14.596Z","dependent_packages_count":0,"downloads":15,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":23.197162210044002,"dependent_packages_count":33.45471531854809,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":28.325938764296048},"purl":"pkg:npm/%40someonewithpc/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@someonewithpc/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@someonewithpc/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@someonewithpc/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-05T20:05:40.167Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@someonewithpc%2Fsvgo/codemeta","maintainers":[{"uuid":"someonewithpc","login":"someonewithpc","name":null,"email":"hugo@hsal.es","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~someonewithpc","role":null,"created_at":"2025-12-25T00:41:48.032Z","updated_at":"2025-12-25T00:41:48.032Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/someonewithpc/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2419996,"name":"svgogo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":null,"versions_count":3,"first_release_published_at":"2018-06-09T03:31:10.210Z","latest_release_published_at":"2018-06-09T04:47:56.260Z","latest_release_number":"1.0.7","last_synced_at":"2026-09-09T22:13:03.056Z","created_at":"2022-04-10T01:31:54.315Z","updated_at":"2026-09-09T22:13:03.056Z","registry_url":"https://www.npmjs.com/package/svgogo","install_command":"npm install svgogo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.7"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-05T15:02:33.980Z","dependent_packages_count":0,"downloads":16,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":48.83405225895815,"dependent_repos_count":10.769523647389562,"dependent_packages_count":53.60654724162076,"stargazers_count":0.6813071805222511,"forks_count":1.0602584228957856,"docker_downloads_count":null,"average":22.990337750277302},"purl":"pkg:npm/svgogo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/svgogo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/svgogo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/svgogo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-04T19:31:36.044Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgogo/codemeta","maintainers":[{"uuid":"zoomzhao","login":"zoomzhao","name":null,"email":"zoom.zhao@gmail.com","url":null,"packages_count":5,"html_url":"https://www.npmjs.com/~zoomzhao","role":null,"created_at":"2022-11-14T15:24:52.929Z","updated_at":"2022-11-14T15:24:52.929Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zoomzhao/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12677196,"name":"svgo-v2","ecosystem":"npm","description":"将css-tree替换为css-tree-v2","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-08T12:46:27.696Z","latest_release_published_at":"2026-01-08T12:46:27.696Z","latest_release_number":"2.8.0","last_synced_at":"2026-09-09T22:14:35.670Z","created_at":"2026-01-12T12:02:20.292Z","updated_at":"2026-09-09T22:14:35.670Z","registry_url":"https://www.npmjs.com/package/svgo-v2","install_command":"npm install svgo-v2","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.8.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-09T00:41:22.348Z","dependent_packages_count":0,"downloads":11,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":1.7383681185398514,"dependent_repos_count":10.22930459823613,"dependent_packages_count":11.596876643303734,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.854849786693239},"purl":"pkg:npm/svgo-v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/svgo-v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/svgo-v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/svgo-v2/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-08T21:32:17.645Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.9628482972136223,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4736842105263157,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo-v2/codemeta","maintainers":[{"uuid":"weijian1008","login":"weijian1008","name":null,"email":"821236964@qq.com","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~weijian1008","role":null,"created_at":"2026-02-17T14:21:18.614Z","updated_at":"2026-02-17T14:21:18.614Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/weijian1008/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12949969,"name":"svgo","ecosystem":"nixpkgs","description":"Node.js tool for optimizing SVG files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-28T04:18:05.060Z","latest_release_published_at":"2026-01-28T04:18:05.060Z","latest_release_number":"4.0.0","last_synced_at":"2026-08-09T18:08:26.647Z","created_at":"2026-01-28T04:18:04.858Z","updated_at":"2026-09-05T21:24:31.791Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=svgo","install_command":"nix-env -iA nixpkgs.svgo","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/sv/svgo/package.nix#L49","metadata":{"nix_attribute":"svgo-4.0.0","position":"pkgs/by-name/sv/svgo/package.nix:49","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","aarch64-darwin","i686-freebsd","x86_64-freebsd","aarch64-freebsd","aarch64-genode","i686-genode","x86_64-genode","x86_64-solaris","javascript-ghcjs","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","mmix-mmixware","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","aarch64_be-none","aarch64-none","arm-none","armv6l-none","avr-none","i686-none","microblaze-none","microblazeel-none","mips-none","mips64-none","msp430-none","or1k-none","m68k-none","powerpc-none","powerpcle-none","riscv32-none","riscv64-none","rx-none","s390-none","s390x-none","vc4-none","x86_64-none","i686-openbsd","x86_64-openbsd","x86_64-redox","wasm64-wasi","wasm32-wasi","aarch64-windows","x86_64-windows","i686-windows","aarch64-uefi","x86_64-uefi"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-05T21:24:31.791Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.07126289019925663,"forks_count":0.19003437386468433,"docker_downloads_count":null,"average":0.06532431601598523},"purl":"pkg:nix/svgo?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-05T20:05:40.167Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/svgo/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":154540,"maintainers_count":4931,"namespaces_count":0,"keywords_count":3238,"github":"NixOS","metadata":{"funded_packages_count":6743},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-09-10T05:00:24.298Z","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":856301,"name":"@catenda/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"catenda","versions_count":1,"first_release_published_at":"2020-02-28T14:18:45.255Z","latest_release_published_at":"2020-02-28T14:18:45.255Z","latest_release_number":"1.3.2-color.2","last_synced_at":"2026-09-09T22:02:45.529Z","created_at":"2022-04-07T14:43:07.839Z","updated_at":"2026-09-09T22:02:45.529Z","registry_url":"https://www.npmjs.com/package/@catenda/svgo","install_command":"npm install @catenda/svgo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.3.2-color.2"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-08T04:37:55.628Z","dependent_packages_count":1,"downloads":25,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":43.5886015547087,"dependent_repos_count":25.32799796580169,"dependent_packages_count":16.223928578504864,"stargazers_count":0.8416609380663737,"forks_count":1.2351095911820655,"average":17.443459725652737},"purl":"pkg:npm/%40catenda/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@catenda/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@catenda/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@catenda/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-07T21:01:50.520Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@catenda%2Fsvgo/codemeta","maintainers":[{"uuid":"catenda","login":"catenda","name":null,"email":"developers@catenda.no","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~catenda","role":null,"created_at":"2022-11-15T22:52:29.134Z","updated_at":"2022-11-15T22:52:29.134Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/catenda/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12797989,"name":"nodePackages_latest.svgo","ecosystem":"nixpkgs","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T14:07:08.241Z","latest_release_published_at":"2026-01-26T14:07:08.241Z","latest_release_number":"3.0.2","last_synced_at":"2026-04-03T05:06:49.002Z","created_at":"2026-01-26T14:07:08.088Z","updated_at":"2026-08-31T11:07:22.083Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=nodePackages_latest.svgo","install_command":"nix-env -iA nixpkgs.nodePackages_latest.svgo","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/node-packages/node-packages.nix#L143225","metadata":{"nix_attribute":"svgo-3.0.2","position":"pkgs/development/node-packages/node-packages.nix:143225","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":["out"],"upstream_ecosystem":"npm","upstream_name":"svgo","upstream_purl":"pkg:npm/svgo"},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-25T14:00:46.000Z","size":7612,"stargazers_count":22654,"open_issues_count":257,"forks_count":1461,"subscribers_count":238,"default_branch":"main","last_synced_at":"2026-08-27T07:34:55.737Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-08-27T04:20:51.000Z","dependencies_parsed_at":"2026-08-20T04:20:29.055Z","dependency_job_id":null,"html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36942582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-27T02:00:07.166Z","response_time":96,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-08-22T05:37:21.215Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24843,"followers":114,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-08-22T05:37:21.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T11:07:22.083Z","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/nodePackages_latest.svgo?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages_latest.svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages_latest.svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages_latest.svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T09:31:58.300Z","issues_count":323,"pull_requests_count":550,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":104,"issue_authors_count":239,"avg_comments_per_issue":3.956656346749226,"avg_comments_per_pull_request":1.26,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":82,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":286920.2727272727,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":55,"past_year_pull_request_authors_count":24,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":0.524390243902439,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages_latest.svgo/codemeta","maintainers":[],"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":2570},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-09-10T05:04:46.940Z","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":1006121,"name":"@jongleberry/svgo","ecosystem":"npm","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":"jongleberry","versions_count":1,"first_release_published_at":"2017-04-19T17:45:28.746Z","latest_release_published_at":"2017-04-19T17:45:28.746Z","latest_release_number":"1.0.0","last_synced_at":"2026-09-09T22:16:09.571Z","created_at":"2022-04-07T19:03:49.048Z","updated_at":"2026-09-10T12:35:23.420Z","registry_url":"https://www.npmjs.com/package/@jongleberry/svgo","install_command":"npm install @jongleberry/svgo","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-09T17:07:24.801Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24866,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-09T17:07:24.840Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-10T12:35:23.420Z","dependent_packages_count":1,"downloads":22,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":46.04281377926898,"dependent_repos_count":10.769523647389562,"dependent_packages_count":21.318711782054763,"stargazers_count":0.681220924549025,"forks_count":1.0602584228957856,"docker_downloads_count":null,"average":15.974505711231624},"purl":"pkg:npm/%40jongleberry/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@jongleberry/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@jongleberry/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@jongleberry/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-09T22:02:02.802Z","issues_count":324,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":240,"avg_comments_per_issue":3.9506172839506175,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":20,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":17,"past_year_avg_comments_per_issue":1.4,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@jongleberry%2Fsvgo/codemeta","maintainers":[{"uuid":"jongleberry","login":"jongleberry","name":null,"email":"jonathanrichardong@gmail.com","url":null,"packages_count":630,"html_url":"https://www.npmjs.com/~jongleberry","role":null,"created_at":"2022-11-20T17:57:53.318Z","updated_at":"2022-11-20T17:57:53.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jongleberry/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":2419974,"name":"svgo","ecosystem":"npm","description":"SVGO is a Node.js library and command-line application for optimizing vector images.","homepage":"https://svgo.dev","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":["svgo","svg","optimize","minify"],"namespace":null,"versions_count":119,"first_release_published_at":"2012-09-27T22:04:55.047Z","latest_release_published_at":"2026-08-24T12:10:36.576Z","latest_release_number":"4.1.0","last_synced_at":"2026-09-09T23:14:34.053Z","created_at":"2022-04-10T01:31:53.150Z","updated_at":"2026-09-10T21:19:07.363Z","registry_url":"https://www.npmjs.com/package/svgo","install_command":"npm install svgo","documentation_url":null,"metadata":{"funding":{"url":"https://opencollective.com/svgo","type":"opencollective"},"dist-tags":{"rc":"4.0.0-rc.5","latest":"4.1.0","v3":"3.3.5","v2":"2.8.4"},"contentPolicy":null},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-08T09:56:12.334Z","dependent_packages_count":4475,"downloads":147708143,"downloads_period":"last-month","dependent_repos_count":2684916,"rankings":{"downloads":0.0235192715651733,"dependent_repos_count":0.007693731443322115,"dependent_packages_count":0.01963133610271159,"stargazers_count":0.6582384257256476,"forks_count":1.0244983741858609,"docker_downloads_count":0.03340338918453018,"average":0.29449742136787427},"purl":"pkg:npm/svgo","advisories":[{"uuid":"GSA_kwCzR0hTQS13Mjd2LTdxM3AtdzM4cs4ABu89","url":"https://github.com/advisories/GHSA-w27v-7q3p-w38r","title":"SVGO: removeScripts allows executable links through namespace and control-character bypasses","description":"## Summary\n\nSVGO's opt-in `removeScripts` plugin failed to remove some executable links. Namespace-prefixed SVG anchors and URL schemes containing ASCII tabs or newlines could bypass its checks. Applications that used this plugin as their only protection for untrusted SVG input could expose users to cross-site scripting (XSS).\n\nSVGO is an optimizer rather than a comprehensive sanitization library, but `removeScripts` is maintained for consumers that already rely on it to remove common script execution paths.\n\n## Details\n\nTwo related bypasses were present:\n\n1. The plugin inspected unprefixed SVG `\u003ca\u003e` elements but did not recognize namespace-prefixed SVG anchors such as `\u003csvg:a\u003e` when the prefix was bound to the SVG namespace. Their executable `href` or namespaced `*:href` values remained intact.\n2. The URL check did not account for ASCII tab, line-feed, or carriage-return characters embedded in a scheme. Browsers remove these characters before parsing the scheme, so values such as `java\u0026#9;script:` could remain executable after bypassing the plugin's `javascript:` check.\n\nAnchors in unrelated custom namespaces are not executable SVG anchors and remain untouched.\n\n## Impact\n\nIf an application optimized attacker-controlled SVGs with `removeScripts` and then served the result in an active browser context, a victim could follow a link that executes script in the SVG's origin. Depending on the embedding and origin configuration, this could expose cookies or local storage, modify content, or perform actions as the victim.\n\nThe plugin is opt-in, so consumers that do not enable it are not relying on the affected behavior. Typical local optimization of trusted SVG files is not affected.\n\n## Patches\n\nUpgrade to one of the following releases for the maintained release line in use:\n\n| Release line | Patched version | Plugin |\n| --- | --- | --- |\n| v2 | 2.8.4 | `removeScriptElement` |\n| v3 | 3.3.5 | `removeScriptElement` |\n| v4 | 4.1.0 | `removeScripts` |\n\nThe fix makes SVG anchor handling namespace-aware and strips ASCII tabs, line feeds, and carriage returns before checking executable URL schemes.\n\nSVGO v1 is no longer maintained. Users of v1 should upgrade to a supported release line.\n\n## Workarounds\n\nFor hostile input, use a dedicated SVG sanitization tool before passing the SVG to SVGO. Applications can also reject links from untrusted SVG input and avoid serving user-controlled SVGs in an active same-origin context.\n\n## References\n\n- v4 fix: https://github.com/svg/svgo/pull/2268\n- related executable URL hardening: https://github.com/svg/svgo/pull/2263\n- v3 backport: https://github.com/svg/svgo/pull/2269\n- v2 backport: https://github.com/svg/svgo/pull/2272\n- v4.1.0 release: https://github.com/svg/svgo/releases/tag/v4.1.0\n- v3.3.5 release: https://github.com/svg/svgo/releases/tag/v3.3.5\n- v2.8.4 release: https://github.com/svg/svgo/releases/tag/v2.8.4","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-09-08T21:20:28.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.2,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N","references":["https://github.com/svg/svgo/security/advisories/GHSA-w27v-7q3p-w38r","https://nvd.nist.gov/vuln/detail/CVE-2026-84370","https://github.com/svg/svgo/pull/2268","https://github.com/svg/svgo/pull/2269","https://github.com/svg/svgo/pull/2272","https://github.com/svg/svgo/commit/0557385564a5c6c11d76cd934a6cff94451e532c","https://github.com/svg/svgo/commit/3db3ef33e409a0bc0fdaf255e46c908b00e93bc2","https://github.com/svg/svgo/commit/994a9f00d79ddec68ce19a1ce9eb8ca08d747e4f","https://github.com/svg/svgo/releases/tag/v2.8.4","https://github.com/svg/svgo/releases/tag/v3.3.5","https://github.com/svg/svgo/releases/tag/v4.1.0","https://github.com/advisories/GHSA-w27v-7q3p-w38r"],"source_kind":"github","identifiers":["GHSA-w27v-7q3p-w38r","CVE-2026-84370"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-09-08T22:00:08.672Z","updated_at":"2026-09-10T21:00:15.159Z","epss_percentage":0.00336,"epss_percentile":0.26543,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13Mjd2LTdxM3AtdzM4cs4ABu89","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS13Mjd2LTdxM3AtdzM4cs4ABu89","packages":[{"ecosystem":"npm","package_name":"svgo","versions":[{"first_patched_version":"4.1.0","vulnerable_version_range":"\u003e= 4.0.0, \u003c 4.1.0"},{"first_patched_version":"3.3.5","vulnerable_version_range":"\u003e= 3.0.0, \u003c 3.3.5"},{"first_patched_version":"2.8.4","vulnerable_version_range":"\u003e= 1.0.0, \u003c 2.8.4"}],"purl":"pkg:npm/svgo"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13Mjd2LTdxM3AtdzM4cs4ABu89/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS00dnByLXg1MjMtOGo4N84ABu88","url":"https://github.com/advisories/GHSA-4vpr-x523-8j87","title":"SVGO: removeScripts incompletely sanitizes executable HTML in SVG foreignObject elements","description":"## Summary\n\nSVGO's opt-in `removeScripts` plugin did not inspect executable HTML content inside SVG `\u003cforeignObject\u003e` elements. Applications that used this plugin as their only protection for untrusted SVG input could produce SVGs containing active HTML and expose users to cross-site scripting (XSS).\n\nSVGO is an optimizer rather than a comprehensive sanitization library, but `removeScripts` is maintained for consumers that already rely on it to remove common script execution paths.\n\n## Details\n\nAlthough the plugin removed SVG and XHTML `\u003cscript\u003e` elements, it left other HTML execution paths inside `\u003cforeignObject\u003e` unchanged. These included:\n\n- event-handler attributes such as `onload` and `onbeforetoggle`;\n- `srcdoc` documents, including on `\u003ciframe\u003e` elements;\n- executable URLs in HTML attributes such as `action`, `data`, `formaction`, `href`, and `src`.\n\nAn attacker could place one of these payloads in an SVG. If an application optimized the untrusted SVG with `removeScripts` and then served the result in an active browser context, the payload could execute in the viewer's origin.\n\n## Impact\n\nSuccessful exploitation could allow script execution in the context where the optimized SVG is rendered. Depending on the embedding and origin configuration, this could expose cookies or local storage, modify content, or perform actions as the victim.\n\nThe plugin is opt-in, so consumers that do not enable `removeScripts` are not relying on the affected behavior. Typical local optimization of trusted SVG files is not affected.\n\n## Patches\n\nUpgrade to one of the following releases for the maintained release line in use:\n\n| Release line | Patched version | Plugin |\n| --- | --- | --- |\n| v2 | 2.8.4 | `removeScriptElement` |\n| v3 | 3.3.5 | `removeScriptElement` |\n| v4 | 4.1.0 | `removeScripts` |\n\nThe fix preserves visual HTML inside SVG `\u003cforeignObject\u003e` elements while removing event attributes, `srcdoc`, and executable URL values from active HTML URL attributes.\n\nSVGO v1 is no longer maintained. Users of v1 should upgrade to a supported release line.\n\n## Workarounds\n\nFor hostile input, use a dedicated SVG sanitization tool before passing the SVG to SVGO. As defense in depth, applications can reject or remove `\u003cforeignObject\u003e` content and avoid serving user-controlled SVGs in an active same-origin context.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-09-08T21:20:05.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.1,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N","references":["https://github.com/svg/svgo/security/advisories/GHSA-4vpr-x523-8j87","https://nvd.nist.gov/vuln/detail/CVE-2026-84369","https://github.com/svg/svgo/pull/2264","https://github.com/svg/svgo/pull/2269","https://github.com/svg/svgo/pull/2272","https://github.com/svg/svgo/commit/0557385564a5c6c11d76cd934a6cff94451e532c","https://github.com/svg/svgo/commit/994a9f00d79ddec68ce19a1ce9eb8ca08d747e4f","https://github.com/svg/svgo/commit/fd51e474a300417d9361d9302d596b1763146327","https://github.com/svg/svgo/releases/tag/v2.8.4","https://github.com/svg/svgo/releases/tag/v3.3.5","https://github.com/svg/svgo/releases/tag/v4.1.0","https://github.com/advisories/GHSA-4vpr-x523-8j87"],"source_kind":"github","identifiers":["GHSA-4vpr-x523-8j87","CVE-2026-84369"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-09-08T22:00:08.672Z","updated_at":"2026-09-10T21:00:15.159Z","epss_percentage":0.00279,"epss_percentile":0.19981,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00dnByLXg1MjMtOGo4N84ABu88","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS00dnByLXg1MjMtOGo4N84ABu88","packages":[{"ecosystem":"npm","package_name":"svgo","versions":[{"first_patched_version":"4.1.0","vulnerable_version_range":"\u003e= 4.0.0, \u003c 4.1.0"},{"first_patched_version":"3.3.5","vulnerable_version_range":"\u003e= 3.0.0, \u003c 3.3.5"},{"first_patched_version":"2.8.4","vulnerable_version_range":"\u003e= 1.0.0, \u003c 2.8.4"}],"purl":"pkg:npm/svgo"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00dnByLXg1MjMtOGo4N84ABu88/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0ycDQ5LWhnY20tODU0Nc4ABfJW","url":"https://github.com/advisories/GHSA-2p49-hgcm-8545","title":"SVGO removeScripts plugin leaves some executable scripts intact","description":"### Summary\n\nSVGO's removeScripts plugin (disabled by default) removes scripts from the SVG, however executable scripts were left intact in some cases. If a consumer relied on this plugin for sanitization and served them to users, these SVGs could open up doors to XSS.\n\n### Details\n\nSVGO has a plugin for removing scripts from an SVG, which removes:\n\n- `\u003cscript\u003e` elements\n- JavaScript URIs (v4 and v3 only)\n- `on…` event handlers (v4 and v3 only)\n\nWhile SVGO is not a sanitization library, SVGO continues to maintain the plugin for those already using it for this purpose.\n\nHowever, there were two problems:\n\n- SVGO did not check namespaced/prefixed `script` elements, for example if one declared an explicit prefix for the SVG namespace ( `\u003csvg:script\u003e`) instead of using the default namespace ( `\u003cscript\u003e`), the `\u003csvg:script\u003e` tag would be left intact.\n- SVGO case sensitively matched JavaScript URIs, but it should've been case-insensitive.\n\n#### Proof of Concept\n\n```js\nimport { optimize } from 'svgo';\n\n/** Presume that this string was obtained in some other way, such as network. */\nconst original = `\n  \u003csvg xmlns=\"http://www.w3.org/2000/svg\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns:uwu=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 100\" version=\"1.1\"\u003e\n    \u003ca uwu:href=\"JavaScript:(() =\u0026gt; { alert(document.cookie) })();\"\u003e\u003ctext y=\"30\"\u003euwu\u003c/text\u003e\u003c/a\u003e\n    \u003csvg:script\u003e\n      alert(document.cookie);\n    \u003c/svg:script\u003e\n  \u003c/svg\u003e\n`;\n\noptimize(original, {\n  plugins: ['removeScripts']\n});\n// Did not remove \u003csvg:script\u003e or uwu:href=\"JavaScript:…—still executed by browsers.\n```\n\n### Impact\n\nIf you run SVGO on untrusted input (e.g., user uploads to a web application) and you depended on removeScripts, then some scripts may still be present. If that SVG was then opened directly by another user on the same domain, it could invoke scripts that could read local storage or cookies.\n\nThis may affect you if you have enabled one of the following:\n\n| SVGO Version | Plugin Name |\n|---|---|\n| v4 | removeScripts |\n| v3 | removeScriptElement |\n| v2 | removeScriptElement |\n| v1 | removeScriptElement |\n\nIt's unlikely to impact users who just use SVGO locally on their own SVGs or in build pipelines.\n\n### Patches\n\n#### \u003e= 3.0.0, \u003c= 4.0.1\n\nSVGO patched v4.0.2 and v3.3.4. Just upgrade the dependency using your preferred package manager! For example:\n\n```sh\nyarn up svgo\n\n# or if SVGO is a nested dependency\nyarn up -R svgo\n```\n\nThe proposed fix is to improve our namespace-aware handling to explicitly act on the default namespace, SVG namespace, and XHTML namespace only. This handles all scripts that are executed by browsers, but will leave intact custom prefixes that happen to have an element called `\u003c*:script\u003e` which clients shouldn't treat as executable. \n\n#### \u003e= 2.0.0, \u003c= 2.8.2\n\nSVGO patched v2.8.3, however SVGO v2 explicitly only implements and documents that it will remove `\u003cscript\u003e` elements and nothing more. It has the namespace aware handling for tags like `\u003csvg:script\u003e` or `\u003cxhtml:script\u003e`, but has **_not_** been updated to remove JavaScript URIs or event handlers like \u003e= v3. If this is something you need, please upgrade to v4 or v3, or reach for one of the documented workarounds at the end.\n\n#### \u003e= 1.0.0, \u003c= 1.3.2\n\nSVGO v1 has been deprecated for a while now and won't be patched. Please upgrade to a more recent version! If something is preventing you from doing so, please reach out! We're happy to expand our migration guides or support you if you're having trouble.\n\n### Workarounds\n\nIf your motivation for enabling the plugin is SVG sanitization, consider reaching for a dedicated SVG sanitization tool and invoke it before passing the SVG to SVGO.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-07-21T19:42:04.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.2,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N","references":["https://github.com/svg/svgo/security/advisories/GHSA-2p49-hgcm-8545","https://github.com/svg/svgo/commit/628e3bc7336625a30365d0a9b60185307d852466","https://github.com/svg/svgo/commit/72a23886b4698b27624b936f3a15a80afd36d75f","https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763","https://github.com/svg/svgo/releases/tag/v2.8.3","https://github.com/svg/svgo/releases/tag/v3.3.4","https://github.com/svg/svgo/releases/tag/v4.0.2","https://github.com/advisories/GHSA-2p49-hgcm-8545"],"source_kind":"github","identifiers":["GHSA-2p49-hgcm-8545","CVE-2026-73650"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-07-21T20:00:09.145Z","updated_at":"2026-09-03T07:01:00.763Z","epss_percentage":0.00242,"epss_percentile":0.15142,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0ycDQ5LWhnY20tODU0Nc4ABfJW","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0ycDQ5LWhnY20tODU0Nc4ABfJW","packages":[{"ecosystem":"npm","package_name":"svgo","versions":[{"first_patched_version":"4.0.2","vulnerable_version_range":"\u003e= 4.0.0, \u003c 4.0.2"},{"first_patched_version":"3.3.4","vulnerable_version_range":"\u003e= 3.0.0, \u003c 3.3.4"},{"first_patched_version":"2.8.3","vulnerable_version_range":"\u003e= 1.0.0, \u003c 2.8.3"}],"purl":"pkg:npm/svgo"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0ycDQ5LWhnY20tODU0Nc4ABfJW/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS14cHF3LTZneDctdjY3M84ABTJM","url":"https://github.com/advisories/GHSA-xpqw-6gx7-v673","title":"SVGO DoS through entity expansion in DOCTYPE (Billion Laughs)","description":"### Summary\n\nSVGO accepts XML with custom entities, without guards against entity expansion or recursion. This can result in a small XML file (811 bytes) stalling the application and even crashing the Node.js process with `JavaScript heap out of memory`.\n\n### Details\n\nThe upstream XML parser ([sax](https://www.npmjs.com/package/sax)) doesn't interpret custom XML entities by default. We pattern matched custom XML entities from the `DOCTYPE`, inserting them into `parser.ENTITIES`, and enabled `unparsedEntities`. This gives us the desired behavior of supporting SVGs with entities declared in the `DOCTYPE`.\n\nHowever, entities can reference other entities, which can enable small SVGs to explode exponentially when we try to parse them.\n\n#### Proof of Concept\n\n```js\nimport { optimize } from 'svgo';\n\n/** Presume that this string was obtained in some other way, such as network. */\nconst original = `\n  \u003c?xml version=\"1.0\"?\u003e\n  \u003c!DOCTYPE lolz [\n  \u003c!ENTITY lol \"lol\"\u003e\n  \u003c!ELEMENT lolz (#PCDATA)\u003e\n  \u003c!ENTITY lol1 \"\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\"\u003e\n  \u003c!ENTITY lol2 \"\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\"\u003e\n  \u003c!ENTITY lol3 \"\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\"\u003e\n  \u003c!ENTITY lol4 \"\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\"\u003e\n  \u003c!ENTITY lol5 \"\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\"\u003e\n  \u003c!ENTITY lol6 \"\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\"\u003e\n  \u003c!ENTITY lol7 \"\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\"\u003e\n  \u003c!ENTITY lol8 \"\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\"\u003e\n  \u003c!ENTITY lol9 \"\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\"\u003e\n  ]\u003e\n  \u003clolz\u003e\u0026lol9;\u003c/lolz\u003e\n`;\n\noptimize(original);\n```\n\n### Impact\n\nIf SVGO is run on untrusted input (i.e., user uploaded to server-side application), then the untrusted SVG can effectively stall or crash the application with an SVG \u003c 1 KB in size.\n\nIt's unlikely to impact users who just use SVGO locally on their own SVGs or in build pipelines.\n\n### Patches\n\nSVGO has patched v4.0.1, v3.3.3, and v2.8.1! However, it's strongly recommended to upgrade to v4 regardless, as previous versions are not officially supported anymore.\n\n### Workarounds\n\n#### == 4.0.0\n\nFor v4, users do not specifically have to upgrade SVGO, though it is recommended to do so. A package manager can be used to upgrade sax recursively:\n\nFor example:\n\n```sh\nyarn up -R sax\n```\n\nNew options were introduced upstream which makes the way SVGO parses SVGs safe by default.\n\n#### \u003e= 2.1.0, \u003c= 3.3.2\n\nUsers of v3 and v2 will have to take manual action. If users can't upgrade, they may be able to work around this as long as the project doesn't require support for custom XML entities, though it's not a simple flag.\n\nParse the DOCTYPE directly and check for the presence of custom entities. If entities are present, throw/escape before passing them to SVGO.\n\n```diff\n+ import SAX from 'sax';\n  import { optimize } from 'svgo';\n\n- const original =`\n+ let original = `\n    \u003c?xml version=\"1.0\"?\u003e\n    \u003c!DOCTYPE lolz [\n    \u003c!ENTITY lol \"lol\"\u003e\n    \u003c!ELEMENT lolz (#PCDATA)\u003e\n    \u003c!ENTITY lol1 \"\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\u0026lol;\"\u003e\n    \u003c!ENTITY lol2 \"\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\u0026lol1;\"\u003e\n    \u003c!ENTITY lol3 \"\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\u0026lol2;\"\u003e\n    \u003c!ENTITY lol4 \"\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\u0026lol3;\"\u003e\n    \u003c!ENTITY lol5 \"\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\u0026lol4;\"\u003e\n    \u003c!ENTITY lol6 \"\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\u0026lol5;\"\u003e\n    \u003c!ENTITY lol7 \"\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\u0026lol6;\"\u003e\n    \u003c!ENTITY lol8 \"\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\u0026lol7;\"\u003e\n    \u003c!ENTITY lol9 \"\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\u0026lol8;\"\u003e\n    ]\u003e\n    \u003clolz\u003e\u0026lol9;\u003c/lolz\u003e\n  `;\n\n+ const parser = SAX.parser();\n+ /** @param {string} doctype */\n+ parser.ondoctype = (doctype) =\u003e {\n+   original = original.replace(doctype, '');\n+ }\n+ parser.write(original);\n\n  optimize(original);\n```\n\n### Resources\n\n* [Wikipedia: Billion laughs attack](https://en.wikipedia.org/wiki/Billion_laughs_attack)","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-03-04T22:59:28.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673","https://nvd.nist.gov/vuln/detail/CVE-2026-29074","https://github.com/advisories/GHSA-xpqw-6gx7-v673"],"source_kind":"github","identifiers":["GHSA-xpqw-6gx7-v673","CVE-2026-29074"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-03-04T23:00:09.823Z","updated_at":"2026-09-07T05:03:42.670Z","epss_percentage":0.00612,"epss_percentile":0.46641,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cHF3LTZneDctdjY3M84ABTJM","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14cHF3LTZneDctdjY3M84ABTJM","packages":[{"ecosystem":"npm","package_name":"svgo","versions":[{"first_patched_version":"4.0.1","vulnerable_version_range":"= 4.0.0"},{"first_patched_version":"3.3.3","vulnerable_version_range":"\u003e= 3.0.0, \u003c 3.3.3"},{"first_patched_version":"2.8.1","vulnerable_version_range":"\u003e= 2.1.0, \u003c 2.8.1"}],"purl":"pkg:npm/svgo"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cHF3LTZneDctdjY3M84ABTJM/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/svgo","docker_dependents_count":12059,"docker_downloads_count":2358544518,"usage_url":"https://repos.ecosyste.ms/usage/npm/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":true,"issue_metadata":{"last_synced_at":"2026-09-07T21:01:50.520Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/svgo/codemeta","maintainers":[{"uuid":"deepsweet","login":"deepsweet","name":null,"email":"kir@belevi.ch","url":null,"packages_count":409,"html_url":"https://www.npmjs.com/~deepsweet","role":null,"created_at":"2022-11-10T11:20:57.821Z","updated_at":"2022-11-10T11:20:57.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/deepsweet/packages"},{"uuid":"trysound","login":"trysound","name":null,"email":"trysound@yandex.ru","url":null,"packages_count":156,"html_url":"https://www.npmjs.com/~trysound","role":null,"created_at":"2022-11-10T11:20:57.828Z","updated_at":"2022-11-10T11:20:57.828Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/trysound/packages"},{"uuid":"greli","login":"greli","name":null,"email":"grelimail@gmail.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~greli","role":null,"created_at":"2022-11-10T11:20:57.824Z","updated_at":"2022-11-10T11:20:57.824Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/greli/packages"},{"uuid":"sethiii","login":"sethiii","name":null,"email":"seth@falco.fun","url":null,"packages_count":22,"html_url":"https://www.npmjs.com/~sethiii","role":null,"created_at":"2023-12-13T14:58:07.264Z","updated_at":"2023-12-13T14:58:07.264Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/sethiii/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5845132,"maintainers_count":1251369,"namespaces_count":430813,"keywords_count":896120,"github":"npm","metadata":{"funded_packages_count":194004,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-10T05:03:06.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5056330,"name":"org.webjars.npm:svgo","ecosystem":"maven","description":"WebJar for svgo","homepage":"https://www.webjars.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":"org.webjars.npm","versions_count":8,"first_release_published_at":"2016-08-08T19:37:08.000Z","latest_release_published_at":"2026-09-06T02:01:45.000Z","latest_release_number":"3.3.5","last_synced_at":"2026-09-09T22:02:21.326Z","created_at":"2022-07-27T23:44:56.109Z","updated_at":"2026-09-09T22:02:21.327Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/svgo/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/svgo/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-04T13:33:42.956Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":11.044877338218269,"stargazers_count":0.9933728328280529,"forks_count":3.4365764251017747,"average":11.863692634273871},"purl":"pkg:maven/org.webjars.npm/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-03T19:01:56.883Z","issues_count":323,"pull_requests_count":553,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":106,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.2567811934900541,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":83,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5180722891566265,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:svgo/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":622693,"maintainers_count":0,"namespaces_count":82667,"keywords_count":37216,"github":"maven-central","metadata":{"funded_packages_count":50888,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-10T05:01:15.859Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":12797368,"name":"nodePackages.svgo","ecosystem":"nixpkgs","description":"Nodejs-based tool for optimizing SVG vector graphics files","homepage":"https://github.com/svg/svgo","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T13:58:40.222Z","latest_release_published_at":"2026-01-26T13:58:40.222Z","latest_release_number":"3.0.2","last_synced_at":"2026-09-01T09:27:53.355Z","created_at":"2026-01-26T13:58:40.063Z","updated_at":"2026-09-01T09:27:53.355Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=nodePackages.svgo","install_command":"nix-env -iA nixpkgs.nodePackages.svgo","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/node-packages/node-packages.nix#L143225","metadata":{"nix_attribute":"svgo-3.0.2","position":"pkgs/development/node-packages/node-packages.nix:143225","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":["out"],"upstream_ecosystem":"npm","upstream_name":"svgo","upstream_purl":"pkg:npm/svgo"},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-19T14:24:46.000Z","size":7653,"stargazers_count":22640,"open_issues_count":257,"forks_count":1459,"subscribers_count":239,"default_branch":"main","last_synced_at":"2026-08-20T04:12:11.169Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-08-20T00:40:48.000Z","dependencies_parsed_at":"2026-08-20T04:20:29.055Z","dependency_job_id":null,"html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36785965,"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-20T02:00:06.210Z","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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-08-14T19:17:09.869Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24830,"followers":114,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-08-14T19:17:10.044Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T06:02:56.083Z","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/nodePackages.svgo?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/nodePackages.svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/nodePackages.svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/nodePackages.svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T04:01:45.205Z","issues_count":323,"pull_requests_count":528,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8723206.239904989,"issues_closed_count":193,"pull_requests_closed_count":421,"pull_request_authors_count":102,"issue_authors_count":239,"avg_comments_per_issue":3.956656346749226,"avg_comments_per_pull_request":1.2916666666666667,"merged_pull_requests_count":337,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":63,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":362466.6285714286,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":35,"past_year_pull_request_authors_count":23,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.368421052631579,"past_year_avg_comments_per_pull_request":0.5555555555555556,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":30,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/nodePackages.svgo/codemeta","maintainers":[],"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":2570},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-09-10T05:04:46.940Z","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":3662636,"name":"github.com/svg/svgo","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/svg/svgo","keywords_array":[],"namespace":"github.com/svg","versions_count":112,"first_release_published_at":"2012-09-28T00:04:52.000Z","latest_release_published_at":"2026-08-24T11:56:23.000Z","latest_release_number":"v4.1.0+incompatible","last_synced_at":"2026-09-09T22:02:50.729Z","created_at":"2022-04-11T10:06:03.784Z","updated_at":"2026-09-09T22:02:50.730Z","registry_url":"https://pkg.go.dev/github.com/svg/svgo","install_command":"go get github.com/svg/svgo","documentation_url":"https://pkg.go.dev/github.com/svg/svgo#section-documentation","metadata":{},"repo_metadata":{"id":4371498,"uuid":"5508088","full_name":"svg/svgo","owner":"svg","description":"SVG Optimizer for Node.js and CLI. ⚙️","archived":false,"fork":false,"pushed_at":"2026-08-27T14:58:51.000Z","size":7609,"stargazers_count":22665,"open_issues_count":260,"forks_count":1466,"subscribers_count":240,"default_branch":"main","last_synced_at":"2026-09-03T18:24:23.850Z","etag":null,"topics":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"latest_commit_sha":null,"homepage":"https://svgo.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"open_collective":"svgo"}},"created_at":"2012-08-22T10:41:43.000Z","updated_at":"2026-09-03T16:42:41.000Z","dependencies_parsed_at":"2026-09-03T18:21:33.311Z","dependency_job_id":"ee211060-d038-430a-8a81-ea4e86252bfc","html_url":"https://github.com/svg/svgo","commit_stats":{"total_commits":1388,"total_committers":224,"mean_commits":6.196428571428571,"dds":0.7456772334293948,"last_synced_commit":"c372b36296c94b7cee4f77eb0af1124d384e360f"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/svg/svgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","download_url":"https://codeload.github.com/svg/svgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/sbom","scorecard":{"id":861225,"data":{"date":"2025-08-11","repo":{"name":"github.com/svg/svgo","commit":"9e2029f9b101da81ef612ff7606669c71faf9085"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"9 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 4/29 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:19","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:20","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/main.yml:13","Warn: no topLevel permission defined: .github/workflows/spellcheck.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":"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":"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":"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":"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.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/spellcheck.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/svg/svgo/spellcheck.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/main.yml:58","Info:   0 out of  13 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"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":"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v4.0.0-rc.4 not signed: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 not signed: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 not signed: https://api.github.com/repos/svg/svgo/releases/173981721","Warn: release artifact v4.0.0-rc.4 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216673849","Warn: release artifact v4.0.0-rc.2 does not have provenance: https://api.github.com/repos/svg/svgo/releases/216375985","Warn: release artifact v4.0.0-rc.1 does not have provenance: https://api.github.com/repos/svg/svgo/releases/173981721"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/svg/.github/SECURITY.md:1","Info: Found linked content: github.com/svg/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/svg/.github/SECURITY.md:1","Info: Found text in security policy: github.com/svg/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) 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"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-xffm-g5w8-qvg7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T01:18:59.134Z","repository_id":4371498,"created_at":"2025-08-24T01:18:59.134Z","updated_at":"2025-08-24T01:18:59.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37020024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-04T02:00:06.169Z","response_time":115,"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":"svg","name":"svg","uuid":"2473585","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2473585?v=4","repositories_count":10,"last_synced_at":"2026-09-01T22:07:24.611Z","metadata":{"has_sponsors_listing":false,"funding":{"open_collective":"svgo"}},"html_url":"https://github.com/svg","funding_links":["https://opencollective.com/svgo"],"total_stars":24857,"followers":112,"following":0,"created_at":"2022-11-02T16:21:10.768Z","updated_at":"2026-09-01T22:07:24.662Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svg/repositories"},"tags":[{"name":"v4.1.0","sha":"5765cbe4e0a930dca648c6b81d335b1522cd7375","kind":"commit","published_at":"2026-08-24T11:56:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.1.0/manifests"},{"name":"v2.8.4","sha":"db45bb593214e615f91f4a9c0d6b24769d53d007","kind":"commit","published_at":"2026-08-24T11:29:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.4","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.4/manifests"},{"name":"v3.3.5","sha":"438059032950dde2c2d36ce45f912085947e60d0","kind":"commit","published_at":"2026-08-24T10:58:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.5/manifests"},{"name":"v4.0.1","sha":"c97e4d336c5ef89a658f6590bd22317abf097d66","kind":"tag","published_at":"2026-07-11T19:37:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.1/manifests"},{"name":"v4.0.2","sha":"b2309cf541aee11634eb653157b0ff86ab326e98","kind":"tag","published_at":"2026-07-11T19:02:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.2/manifests"},{"name":"v3.3.4","sha":"72a23886b4698b27624b936f3a15a80afd36d75f","kind":"commit","published_at":"2026-07-11T18:22:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.4/manifests"},{"name":"v2.8.3","sha":"628e3bc7336625a30365d0a9b60185307d852466","kind":"commit","published_at":"2026-07-11T18:22:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T15:07:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f706b07a77de1f60a3e2c3f7bfd303529a4eb695","kind":"tag","published_at":"2026-03-04T14:11:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.1/manifests"},{"name":"v3.3.3","sha":"bbab162534d89654ac51c30dd6e62d7163b48a5e","kind":"tag","published_at":"2026-03-04T14:10:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.3/manifests"},{"name":"v4.0.0","sha":"71e1f05a7efdb667ff61df53f621e8f3e48076fc","kind":"commit","published_at":"2025-06-21T15:59:50.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.5","sha":"4078c137836321131c223b95249914acbdc676a1","kind":"commit","published_at":"2025-06-10T23:42:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.5","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.5/manifests"},{"name":"v4.0.0-rc.4","sha":"1deb4a742a25623c5a1bb8027a885386ab6dc107","kind":"commit","published_at":"2025-05-06T07:17:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.4","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.4/manifests"},{"name":"v4.0.0-rc.2","sha":"747cc722d933cb49058eb32b494acd43b6a4ad03","kind":"commit","published_at":"2025-05-04T16:39:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.2","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.2/manifests"},{"name":"v4.0.0-rc.1","sha":"97d7d00add2643e9b4af016cd34d761a1e044b21","kind":"commit","published_at":"2024-09-07T18:26:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.1","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.1/manifests"},{"name":"v4.0.0-rc.0","sha":"1a025dac88462b65eb60b63a3f5f6eb1f81a8e67","kind":"commit","published_at":"2024-06-09T15:19:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/svg/svgo/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v4.0.0-rc.0/manifests"},{"name":"v3.3.2","sha":"c4dc2bee9756140ffc74c045fd864b4bb2525cf3","kind":"commit","published_at":"2024-05-09T08:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"73fe46b1f46a0b3d5e3772403c290ab12d4dc40f","kind":"commit","published_at":"2024-05-08T23:21:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"a3ac91af71c262660eda90fad893ba83be7fe24f","kind":"commit","published_at":"2024-05-07T23:38:11.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"252b28c4bf20f3165f08529ea32d753a251b11be","kind":"commit","published_at":"2024-01-01T23:58:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d17b001cbddf22ead8feeb4943163aa89beb323a","kind":"commit","published_at":"2023-12-11T00:43:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.1.0/manifests"},{"name":"v3.0.5","sha":"51449360f51e9c6aa87979667fd4d21f8e162d68","kind":"commit","published_at":"2023-11-30T14:38:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"ee0a0f5130b0c1f1839613269543e7af3eacbeb1","kind":"commit","published_at":"2023-11-18T18:19:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"96fedb4855969c0862ab1a9b0cb840ce9efafde3","kind":"commit","published_at":"2023-11-08T16:00:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"ae32acf5144be318872a45f49b3ece50c0a4cb18","kind":"tag","published_at":"2022-11-18T16:46:18.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"da8840c0e18534f4ecf88c358054df7f70164df4","kind":"commit","published_at":"2022-11-11T10:21:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"a40fa216b67d297e84ab8017bf4b45b4a0001223","kind":"tag","published_at":"2022-10-23T14:03:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v3.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v3.0.0/manifests"},{"name":"v2.8.0","sha":"b37d90e12a87312bba87a6c52780884e6e595e23","kind":"tag","published_at":"2021-11-02T07:54:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.8.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"acd91835f5dc554d76ce0cf16f88aca842f24a93","kind":"tag","published_at":"2021-09-23T21:18:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.7.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.7.0/manifests"},{"name":"v2.6.1","sha":"4e7b903a2323b698795eb4056aa397fe6ed006c3","kind":"tag","published_at":"2021-09-15T20:07:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"721a1e591da131affece29362cf7e7089b474904","kind":"tag","published_at":"2021-09-13T13:56:14.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"cf03c2398d2f7cc5cda4a404edb2b44cd4fae710","kind":"tag","published_at":"2021-08-28T09:15:56.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"87ad664659514a57ed865644ed931f95b036783f","kind":"tag","published_at":"2021-08-13T17:00:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.4.0/manifests"},{"name":"v2.3.1","sha":"daf2f88ef342a85ea9e0cd19d56bfb367ef8d048","kind":"tag","published_at":"2021-06-26T07:47:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"e381ccc13213a7c4c066caca6efa541726d5f999","kind":"tag","published_at":"2021-03-28T10:59:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"1be0d0dba121ddfd18011817ca1b77ce88db01bd","kind":"tag","published_at":"2021-03-09T09:51:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"aa803bc88951d833767cf730bf652280dabaf912","kind":"tag","published_at":"2021-03-06T11:35:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"a2947e33b5dd2de635a2b49980fa8b4423393e7e","kind":"tag","published_at":"2021-03-01T22:08:37.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"355fb1ff24d2b90c0376e8d82230cbad6395907b","kind":"tag","published_at":"2021-02-23T22:44:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.1.0/manifests"},{"name":"v2.0.3","sha":"4ad91f2323d3d290811fee79d86115bba2893a93","kind":"tag","published_at":"2021-02-20T16:06:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"feefdc0b8471dceb42a298df1f784d7d53ef21e4","kind":"tag","published_at":"2021-02-19T09:20:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"9fb56d14944ea75f961a661d934666b8b5f1afe6","kind":"tag","published_at":"2021-02-18T15:05:24.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"814863bcd29ea9902cf84b2148f72bf83abc796f","kind":"tag","published_at":"2021-02-17T16:57:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v2.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v2.0.0/manifests"},{"name":"v1.3.2","sha":"d17c429c4f12467fa2beee2d7396bbcb1074bf05","kind":"commit","published_at":"2019-10-30T11:00:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"58232a323adc03450211f5e6b5aed025af72224b","kind":"commit","published_at":"2019-10-29T20:06:01.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"10a302f73dd81122c8363ae164ba5a6af1de46e2","kind":"commit","published_at":"2019-07-14T16:44:48.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.3.0/manifests"},{"name":"v1.2.2","sha":"fe0ecaf31eb87a913638a62f842044e425683623","kind":"commit","published_at":"2019-04-16T19:11:15.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"5969899855e8ca2e448ec62d3868414abc97cf55","kind":"tag","published_at":"2019-04-04T19:51:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.1/manifests"},{"name":"1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/1.2.0/manifests"},{"name":"v1.2.0","sha":"0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31","kind":"commit","published_at":"2019-02-24T19:33:40.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"e68d24fb9f8ab78b2f3ccf2c95103a78108ca0af","kind":"commit","published_at":"2018-09-17T08:45:54.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"e7bdce66ed1f47bed291ddda2ce9871eb78bd327","kind":"commit","published_at":"2018-09-16T17:48:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"5daa89dc1c1f52ef412b9b41c2571b7e6400025a","kind":"commit","published_at":"2018-02-26T19:01:04.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"c47c71b923e3d2d03a9e23a71201df22b648c42c","kind":"commit","published_at":"2018-01-30T09:48:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"a6d2c88f9ca128e145d06b05bd9b87c1985b0a15","kind":"commit","published_at":"2017-11-08T19:13:53.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"3ec0767ba0ca3aff507ace3b3798de69084c4649","kind":"commit","published_at":"2017-11-03T10:33:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"00ca73bff44f67724f5254d1993bd47c1683f376","kind":"commit","published_at":"2017-10-31T10:54:16.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"80ed6842ddef601c3b0fd1aa1ceb548f7a211b8d","kind":"commit","published_at":"2017-10-30T19:30:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v1.0.0","html_url":"https://github.com/svg/svgo/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v1.0.0/manifests"},{"name":"v0.7.2","sha":"ad053787d019e3efc0e21b7478e5b1c7816b17d6","kind":"commit","published_at":"2017-01-29T18:02:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"928c2449cb4e48f044a01dd1651e5fb78e5383c4","kind":"commit","published_at":"2016-09-27T08:42:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.7.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.7.1/manifests"},{"name":"0.7.0","sha":"975a9ff223b562a440ccd919715092275024c950","kind":"commit","published_at":"2016-08-25T20:22:34.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/0.7.0","html_url":"https://github.com/svg/svgo/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/0.7.0/manifests"},{"name":"v0.6.6","sha":"fd605b694489551f4ba9ee745c7319f0c2c8bbc1","kind":"commit","published_at":"2016-04-25T11:29:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"bb1fe4ab450f6d0787712eb00a673034d436fbe3","kind":"commit","published_at":"2016-04-25T11:20:13.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"b35d828d49e2608d889df8ccebd9d499ede37583","kind":"commit","published_at":"2016-04-05T15:12:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"e69f0a27bea0b5dc258a42167d20009d0c21c209","kind":"commit","published_at":"2016-03-20T18:19:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4de61ef494df3ec32764807b73dbbef13426ad90","kind":"commit","published_at":"2016-03-08T18:03:27.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"7327974335d8ae69d576c6602411d005f4a66020","kind":"commit","published_at":"2015-11-21T11:06:05.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"93e54df4367937ad5527390aabe570770d9c5df7","kind":"commit","published_at":"2015-11-08T17:34:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.6.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.6.0/manifests"},{"name":"v0.5.6","sha":"e80121beb2a5c2e9565cf7204c23e99541d5929c","kind":"commit","published_at":"2015-08-13T16:22:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"23c2631c10063bbe86bd49ef0eef5b98b675e943","kind":"commit","published_at":"2015-08-05T14:13:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"4527f7fddc4e3f0dd35189b8e6df90840560015e","kind":"commit","published_at":"2015-08-05T14:00:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"739a296621fd710a1773d9d8cdcdf84e5914d2fa","kind":"commit","published_at":"2015-06-21T19:23:00.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"bd1b8adfc95c8e383fdfc566f0dcf1a12827818b","kind":"commit","published_at":"2015-05-24T19:03:39.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"7fb966c0d1d0d78e8fba8d9b8693b4516aa0d854","kind":"commit","published_at":"2015-03-30T11:57:12.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"28eda492d7f47fe8e93f7f26ca83807a099cca30","kind":"commit","published_at":"2014-11-04T21:42:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.5.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.5.0/manifests"},{"name":"v0.4.5","sha":"fb7ab646b55ad841ca7bdca5d0977a6070670ca1","kind":"commit","published_at":"2014-08-03T21:46:46.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"7f18b76712fbdbe0ee1493809ccfacb043d23425","kind":"tag","published_at":"2014-01-14T14:25:38.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"6f13d62796a25e97c817020de55ebe39863db52a","kind":"tag","published_at":"2014-01-02T18:28:33.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"0d82e608db4f7ecf21760dc1d40c4f4addd0762e","kind":"tag","published_at":"2013-12-19T12:10:06.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"c7968c0b506acf2bfceb491a1a22ee017c5485c8","kind":"tag","published_at":"2013-11-18T21:06:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"7e63266cb12dc566c4880255cc6768945659a628","kind":"tag","published_at":"2013-11-18T20:48:57.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.4.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"6fa07040eaa4e4de70efa2478e0c1af9bf16d165","kind":"tag","published_at":"2013-06-24T16:19:45.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"bef75f8df31421e8903ce31fd92ffc892c588e54","kind":"tag","published_at":"2013-06-06T10:07:20.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"cb0ec9508404ddd605bb9e9f3a621876000f6c56","kind":"tag","published_at":"2013-05-07T14:18:49.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"2e42deab6eb49a0c8d2edebe452d84079d425d75","kind":"tag","published_at":"2013-05-06T16:52:41.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"2810d43aeae5dff3b1e5ef3f189dcc07900256f8","kind":"tag","published_at":"2013-05-05T12:31:26.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a529e274207c1f7a469a6941c91e69241a3dc885","kind":"tag","published_at":"2013-05-03T18:04:21.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"0f620511c830a98d0fc97eaafae72f9f20ff91c8","kind":"tag","published_at":"2013-04-15T12:37:03.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"201e1eb3cc106863559cb9c8f5b9ed62fb686aba","kind":"tag","published_at":"2013-04-12T12:22:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.3.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.3.0/manifests"},{"name":"v0.2.4","sha":"9559c7e678f7d49ac5b55f149b6599e75c61e7d7","kind":"tag","published_at":"2013-04-05T15:15:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"55a5e23f345e472aec4f0be7100d48438042b645","kind":"tag","published_at":"2013-02-22T21:26:07.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"78ddb85eac362b6599c45d6d7434c74d746f3ede","kind":"tag","published_at":"2013-02-09T11:08:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"3517f8217b88b2edac2dca7efbb25cac8b5ae0b2","kind":"tag","published_at":"2013-01-18T14:01:32.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"9e1737fce7b9e4c09516a830e4001276c0a75aa8","kind":"tag","published_at":"2012-12-23T13:18:47.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.2.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.2.0/manifests"},{"name":"v0.1.9","sha":"1593edf4a14fd1c2faff28a02424d23a0225216a","kind":"tag","published_at":"2012-12-17T20:41:55.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"28ff1f31543aa9c63ee48b49b36a842b5f0ec781","kind":"tag","published_at":"2012-12-11T16:33:51.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"3fe6b872bff228aa8c80ecc2a2f99bba563848be","kind":"tag","published_at":"2012-12-08T11:22:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"81d52012675f1caa4aad0f5e7dd99cb04be6608d","kind":"tag","published_at":"2012-12-07T12:08:23.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"9555bcb13da4ab27a90cda88110a8ed95b21635f","kind":"tag","published_at":"2012-12-06T20:29:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"af60c03c46d98f36de5d3096d42d19c140db6e41","kind":"tag","published_at":"2012-12-05T22:03:30.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"c4616cae3b3b9824112888408649e0641d00a04a","kind":"tag","published_at":"2012-11-30T16:14:22.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"e2a5bfef495f302759d34e3d9c71d950232cdf73","kind":"tag","published_at":"2012-11-23T20:32:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"16ca2d50df9222b4dbeef01e694816a93af3f74d","kind":"tag","published_at":"2012-11-23T15:05:36.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"88121c77233ab93eb9337dbab382abb871a58a3a","kind":"tag","published_at":"2012-11-22T17:35:25.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.1.0","html_url":"https://github.com/svg/svgo/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.1.0/manifests"},{"name":"v0.0.9","sha":"45d53c857b3e29be37b4aa4fd6843cc9bcb573f7","kind":"tag","published_at":"2012-10-28T23:12:19.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.9","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"db4a905f6aaa6eedfe125a8a653ff9c31085ddfb","kind":"tag","published_at":"2012-10-20T18:56:42.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.8","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"ece58c9d590e3d1deb9463918e6004ef0a133b97","kind":"tag","published_at":"2012-10-14T10:44:31.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.7","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"c878ffc3bc73e7fb0445c0a7366f2f7a7dd3b014","kind":"tag","published_at":"2012-10-04T20:00:09.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.6","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"ab029d2dad947d1852b26f8df67377fc84a6039d","kind":"tag","published_at":"2012-10-03T15:25:59.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.5","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"740912198b13d56001d4f855f20a61482cced8be","kind":"tag","published_at":"2012-09-29T20:55:44.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.4","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"99e4e4ca6b67e4272e85984186a1c760041db929","kind":"tag","published_at":"2012-09-29T10:33:29.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.3","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e59e83ae6cbee10efc36dbb3ba7ef49cf2313eaf","kind":"tag","published_at":"2012-09-28T08:55:08.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.2","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"8ff11d1f19eea7613b18738a5afbc42d3dd02e94","kind":"tag","published_at":"2012-09-28T07:04:52.000Z","download_url":"https://codeload.github.com/svg/svgo/tar.gz/v0.0.1","html_url":"https://github.com/svg/svgo/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/svg/svgo@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-07T08:19:50.497Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.790207323550892,"dependent_packages_count":8.45644379523272,"stargazers_count":0.2409991036451763,"forks_count":0.6644852599428989,"docker_downloads_count":null,"average":3.538033870592922},"purl":"pkg:golang/github.com/svg/svgo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/svg/svgo","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/svg/svgo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/svg/svgo/dependencies","status":null,"funding_links":["https://opencollective.com/svgo"],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-06T20:32:17.012Z","issues_count":323,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":239,"avg_comments_per_issue":3.959752321981424,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":19,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.4210526315789473,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","maintainers":[{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"},{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}],"active_maintainers":[{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"},{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"},{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsvg%2Fsvgo/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2307483,"maintainers_count":0,"namespaces_count":840653,"keywords_count":127325,"github":"golang","metadata":{"funded_packages_count":79022,"sync_missing_packages_cursor":{"timestamp":"2026-09-10T00:02:38.001811Z","path":"github.com/tm-acode/dependabot_core","version":"v0.27.11"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-10T05:04:23.547Z","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"}}],"commits":{"id":204,"full_name":"svg/svgo","default_branch":"main","total_commits":1499,"total_committers":228,"total_bot_commits":11,"total_bot_committers":1,"mean_commits":6.574561403508772,"dds":0.7645096731154103,"past_year_total_commits":65,"past_year_total_committers":10,"past_year_total_bot_commits":10,"past_year_total_bot_committers":1,"past_year_mean_commits":6.5,"past_year_dds":0.6461538461538461,"last_synced_at":"2026-09-09T22:02:29.910Z","last_synced_commit":"e4cb29bebcc9820ac979dfc05106b512cc5de986","created_at":"2023-03-06T22:04:06.551Z","updated_at":"2026-09-09T22:02:29.172Z","committers":[{"name":"deepsweet","email":"kir@soulshine.in","login":null,"count":353},{"name":"Bogdan Chadkin","email":"trysound@yandex.ru","login":"TrySound","count":281},{"name":"GreLI","email":"grelimail@gmail.com","login":"GreLI","count":275},{"name":"Seth Falco","email":"seth@falco.fun","login":"SethFalco","count":154},{"name":"XhmikosR","email":"xhmikosr@gmail.com","login":"XhmikosR","count":47},{"name":"Kendell R","email":"KTibow","login":"KTibow","count":18},{"name":"johnkenny54","email":"45182853+johnkenny54","login":"johnkenny54","count":15},{"name":"strarsis","email":"strarsis@gmail.com","login":"strarsis","count":12},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":11},{"name":"Jon Dufresne","email":"jon.dufresne@gmail.com","login":"jdufresne","count":10},{"name":"David Yan","email":"yandavid","login":"yandavid","count":9},{"name":"caub","email":"cyril.auburtin@gmail.com","login":"caub","count":8},{"name":"davidleston","email":"david.leston@gmail.com","login":"davidleston","count":6},{"name":"Vasiliy Loginevskiy","email":"yeti-or@yandex-team.ru","login":"Yeti-or","count":6},{"name":"Roman Dvornov","email":"rdvornov@gmail.com","login":"lahmatiy","count":6},{"name":"Kalashnikov Igor","email":"igor.kalashnikov@me.com","login":"silentroach","count":6},{"name":"Alex Lockwood","email":"alexjlockwood@gmail.com","login":"alexjlockwood","count":5},{"name":"Kir Belevich","email":"kir@belevi.ch","login":"deepsweet","count":5},{"name":"Nathan Muir","email":"ndmuir@gmail.com","login":"nathan-muir","count":5},{"name":"Sebastian Kreft","email":"sk-","login":"sk-","count":5},{"name":"Jake Archibald","email":"jaffathecake@gmail.com","login":"jakearchibald","count":4},{"name":"Benny Schudel","email":"bennyschudel@gmail.com","login":"bennyschudel","count":4},{"name":"nuintun","email":"nuintun@gmail.com","login":"nuintun","count":4},{"name":"Yoshiya Hinosawa","email":"stibium121@gmail.com","login":"kt3k","count":3},{"name":"Sean Anderson","email":"Meo.DDR@gmail.com","login":"MeoMix","count":3},{"name":"Philipp Hagemeister","email":"phihag@phihag.de","login":"phihag","count":3},{"name":"Vicente Canales","email":"vicente@pageload.io","login":null,"count":3},{"name":"Lorfdail","email":"michael.niens@googlemail.com","login":"Lorfdail","count":3},{"name":"Jason","email":"jason@scurker.com","login":"scurker","count":3},{"name":"Yehonatan Daniv","email":"maggotfish@gmail.com","login":"ydaniv","count":3},{"name":"Eli Dupuis","email":"elidupuis@gmail.com","login":"elidupuis","count":3},{"name":"James Ross","email":"james@jross.me","login":"Cherry","count":2},{"name":"Eric Cornelissen","email":"ericornelissen@gmail.com","login":"ericcornelissen","count":2},{"name":"Dave Shifflett","email":"dave@corpulentcoffee.com","login":"corpulentcoffee","count":2},{"name":"john-neptune","email":"72364145+john-neptune","login":"john-neptune","count":2},{"name":"Zearin","email":"Zearin","login":"Zearin","count":2},{"name":"Xander Victory","email":"x@xandervictory.id.au","login":"thiakil","count":2},{"name":"Volker E","email":"Volker-E","login":"Volker-E","count":2},{"name":"Vitaly Harisov","email":"vitaly@yandex-team.ru","login":"vithar","count":2},{"name":"Vitali Zaidman","email":"vzaidman@gmail.com","login":"vzaidman","count":2},{"name":"Taylor Hunt","email":"tigt","login":"tigt","count":2},{"name":"Shinnosuke Watanabe","email":"snnskwtnb@gmail.com","login":"shinnn","count":2},{"name":"Rouven Weßling","email":"rouven@contentful.com","login":"realityking","count":2},{"name":"Ricardo Tomasi","email":"ricardobeat@gmail.com","login":"ricardobeat","count":2},{"name":"Marvin Hagemeister","email":"marvinhagemeister50@gmail.com","login":"marvinhagemeister","count":2},{"name":"Ludovico Fischer","email":"43557+ludofischer","login":"ludofischer","count":2},{"name":"Liza Golubenko","email":"xli3kox@gmail.com","login":"LISBON11","count":2},{"name":"Lionel T","email":"elrumordelaluz@hotmail.com","login":"elrumordelaluz","count":2},{"name":"Kiyohiko Heima","email":"piyo326@gmail.com","login":"kiyopikko","count":2},{"name":"mozzie","email":"mozzie","login":"mozzie","count":2},{"name":"ntnyq","email":"ntnyq13@gmail.com","login":"ntnyq","count":2},{"name":"Dmitry Filatov","email":"dfilatov@yandex-team.ru","login":"dfilatov","count":2},{"name":"Greg Jones","email":"Greg Jones","login":null,"count":2},{"name":"Harris P Jose","email":"harris.jose@zohocorp.com","login":null,"count":2},{"name":"Xander Victory","email":"xander.v@dreamscapenetworks.com","login":null,"count":2},{"name":"1000ch","email":"shogo.sensui@gmail.com","login":null,"count":2},{"name":"JoshyPHP","email":"JoshyPHP","login":"JoshyPHP","count":2},{"name":"Dave Houlbrooke","email":"dave@shax.com","login":"dhoulb","count":2},{"name":"Bran van der Meer","email":"branmovic@gmail.com","login":"branneman","count":2},{"name":"April Arcus","email":"april.arcus@gmail.com","login":"AprilArcus","count":2},{"name":"Adaline Valentina Simonian","email":"adalinesimonian@gmail.com","login":"adalinesimonian","count":1},{"name":"Abe Fehr","email":"abe.fehr@gmail.com","login":"abejfehr","count":1},{"name":"ADTC","email":"send2adtc@gmail.com","login":"ADTC","count":1},{"name":"Andrew","email":"1666622+Kreeg","login":"Kreeg","count":1},{"name":"Anthony Ryan","email":"anthonyryan1@gmail.com","login":"anthonyryan1","count":1},{"name":"Anton Khlynovskiy","email":"subzey@gmail.com","login":"subzey","count":1},{"name":"Antonio Salvati","email":"salvan13@gmail.com","login":"salvan13","count":1},{"name":"Artem Badrtdinov","email":"bodrych@gmail.com","login":"bodrych","count":1},{"name":"Aviral Shukla","email":"79330197+viralcodex","login":"viralcodex","count":1},{"name":"Bart Nagel","email":"bart@tremby.net","login":"tremby","count":1},{"name":"Ben Briggs","email":"therealbenbriggs@hotmail.com","login":"ben-eb","count":1},{"name":"Ben Scheiner","email":"brmscheiner@gmail.com","login":"brmscheiner","count":1},{"name":"Benedek Gagyi","email":"gagyibenedek@yahoo.com","login":"gagyibenedek","count":1},{"name":"Benjamin Gruenbaum","email":"inglor@gmail.com","login":"benjamingr","count":1},{"name":"Benoit Tremblay","email":"trembl.ben@gmail.com","login":"eXon","count":1},{"name":"Betsy Dupuis","email":"betsydupuis@gmail.com","login":"betsydupuis","count":1},{"name":"Daniel van Hoesel","email":"daniel@danielvanhoesel.nl","login":"s0meone","count":1},{"name":"Daniel Wabyick","email":"dwabyick@adobe.com","login":"dwabyick","count":1},{"name":"Daniel Mazurkiewicz","email":"daniel@latanie.info","login":"DanielMazurkiewicz","count":1},{"name":"Dan Burzo","email":"danburzo@gmail.com","login":"danburzo","count":1},{"name":"Cyrille David","email":"dcyriller","login":"dcyriller","count":1},{"name":"Craig Martin","email":"craigmichaelmartin","login":"craigmichaelmartin","count":1},{"name":"Christoph Päper","email":"bugzilla@crissov.de","login":"Crissov","count":1},{"name":"Christian Ruigrok","email":"christian@ruigrok.info","login":"ChrisRu","count":1},{"name":"Chris Wilkinson","email":"c.wilkinson@elifesciences.org","login":"thewilkybarkid","count":1},{"name":"Chris Hayes","email":"christophayes@gmail.com","login":"Christopher-Hayes","count":1},{"name":"Chris Cesare","email":"chris.cesare@gmail.com","login":"ccesare","count":1},{"name":"primeiros","email":"spicyblue_@naver.com","login":null,"count":1},{"name":"panczarny","email":"czarny1906@o2.pl","login":null,"count":1},{"name":"dale tan","email":"dale@1stdibs.com","login":null,"count":1},{"name":"Simen Brekken","email":"simen@unfold.no","login":null,"count":1},{"name":"Samar Panda","email":"samar@stepout.com","login":null,"count":1},{"name":"강석재","email":"spicyblue@urbanbase.com","login":null,"count":1},{"name":"Norman Rzepka","email":"code@normanrzepka.de","login":null,"count":1},{"name":"Nikolay S. Frantsev","email":"privatbank@frantsev.ru","login":null,"count":1},{"name":"Monson Shao","email":"monson@unitedstack.com","login":null,"count":1},{"name":"Bo Lopker","email":"blopker@23andme.com","login":null,"count":1},{"name":"Lev Solntsev","email":"levsun@yandex-team.ru","login":null,"count":1},{"name":"Kyle Aungst","email":"kyle.aungst@omadahealth.com","login":null,"count":1},{"name":"Keegan Street","email":"kestreet@deloitte.com.au","login":null,"count":1},{"name":"Greg J. Jones","email":"gjjones@corp.epnet.com","login":null,"count":1},{"name":"David Clark","email":"dclark@mapbox.com","login":null,"count":1},{"name":"Amer Alimanovic","email":"network@amer8.de","login":null,"count":1},{"name":"Andreas Deininger","email":"andreas@deininger.net","login":"deining","count":1},{"name":"Aluísio Augusto Silva Gonçalves","email":"AluisioASG","login":"AluisioASG","count":1},{"name":"AlpayY","email":"alpay.yildiray@gmail.com","login":"AlpayY","count":1},{"name":"Aliaksei Shytkin","email":"e79eas@gmail.com","login":"roadhump","count":1},{"name":"Alexey Ten","email":"alexeyten@gmail.com","login":"alexeyten","count":1},{"name":"Alex","email":"aleksandrosansan@gmail.com","login":"sashashura","count":1},{"name":"Aidan Steele","email":"aidan.steele@glassechidna.com.au","login":"aidansteele","count":1},{"name":"Aditya Patadia","email":"adityapatadia","login":"adityapatadia","count":1},{"name":"Adi Pascu","email":"mail@adipascu.ro","login":"adipascu","count":1},{"name":"Adam J. DiCarlo","email":"adam.dicarlo@gmail.com","login":"adamdicarlo","count":1},{"name":"Adam Demasi","email":"kirbylover4000@gmail.com","login":"kirb","count":1},{"name":"Tom Bigelajzen","email":"public@tombigel.com","login":"tombigel","count":1},{"name":"Thomas Coopman","email":"thomas.coopman@gmail.com","login":"tcoopman","count":1},{"name":"Tanya Bouman","email":"tanyabouman@gmail.com","login":"tanyabouman","count":1},{"name":"Sviatoslav Bulbakha","email":"mail@ssbb.me","login":"ssbb","count":1},{"name":"Stephanie Miller","email":"stephanie@shysteph.com","login":"shysteph","count":1},{"name":"Steffen","email":"sateffen@gmail.com","login":"sateffen","count":1},{"name":"Stefan Schulz-Lauterbach","email":"ssl@clickpress.de","login":"stefansl","count":1},{"name":"Sonny Piers","email":"sonny@fastmail.net","login":"sonnyp","count":1},{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","login":"sindresorhus","count":1},{"name":"Simon Arnell","email":"14029547+simonarnell","login":"simonarnell","count":1},{"name":"Sigurd Spieckermann","email":"2206639+sisp","login":"sisp","count":1},{"name":"SheetJSDev","email":"dev@sheetjs.com","login":"SheetJSDev","count":1},{"name":"Sergey Alimov","email":"sergey.alimov@gmail.com","login":"AlimovSV","count":1},{"name":"Sebastian Krah","email":"Exotelis","login":"Exotelis","count":1},{"name":"Sasha Joseph","email":"sasha.joseph@gmail.com","login":"stristr","count":1},{"name":"Samuel Vaillant","email":"samuel.vllnt@gmail.com","login":"samouss","count":1},{"name":"Sam Herbert","email":"sam@samherbert.net","login":"SamHerbert","count":1},{"name":"Ross Moody","email":"fiftyfivehis@gmail.com","login":"rossmoody","count":1},{"name":"Roman Ponomarev","email":"maksugr@gmail.com","login":"maksugr","count":1},{"name":"Roman Gusev","email":"rgusev@hwdtech.ru","login":"102","count":1},{"name":"Rogier Slag","email":"rogierslag","login":"rogierslag","count":1},{"name":"Rob OLeary","email":"robjoeol@gmail.com","login":"robole","count":1},{"name":"Rob Levin","email":"roblevintennis@gmail.com","login":"roblevintennis","count":1},{"name":"Rhys Lloyd rhys.lloyd@empired.com","email":"rhys.lloyd@empired.com","login":"justrhysism","count":1},{"name":"Rasmus Porsager","email":"rasmus@porsager.com","login":"porsager","count":1},{"name":"Raphael Boidol","email":"boidolr","login":"boidolr","count":1},{"name":"Randall Hunt","email":"randallhunt@gmail.com","login":"ranman","count":1},{"name":"Prayag Verma","email":"prayag.verma@gmail.com","login":"prayagverma","count":1},{"name":"Vincent Bernat","email":"vincent@bernat.ch","login":"vincentbernat","count":1},{"name":"刘巍峰","email":"liuweifeng","login":"liuweifeng","count":1},{"name":"一丝","email":"yisibl","login":"yisibl","count":1},{"name":"Даниил","email":"Grawl@ya.ru","login":"Grawl","count":1},{"name":"Álvaro Mondéjar","email":"mondejar1994@gmail.com","login":"mondeja","count":1},{"name":"unknown","email":"gjjones@ebsco.com","login":"gjjones","count":1},{"name":"paroblow","email":"paroblow@gmail.com","login":"devlue","count":1},{"name":"kudohamu","email":"kudohamu91086@gmail.com","login":"kudohamu","count":1},{"name":"jlherren","email":"jlh@gmx.ch","login":"jlherren","count":1},{"name":"ehmicky","email":"ehmicky","login":"ehmicky","count":1},{"name":"david.bashford","email":"dbashford@bericotechnologies.com","login":"dbashford","count":1},{"name":"dabutvin","email":"butvinik@outlook.com","login":"dabutvin","count":1},{"name":"cy6erskunk","email":"cyberskunk@gmail.com","login":"cy6erskunk","count":1},{"name":"bradbarrow","email":"bradbarrow@gmail.com","login":"bradbarrow","count":1},{"name":"bnjmn-jns","email":"32508751+bnjmn-jns","login":"bnjmn-jns","count":1},{"name":"bbqaaq","email":"bbqaaq@gmail.com","login":"bbqaaq","count":1},{"name":"alexpavlovich","email":"alex.pavlovich42@gmail.com","login":"alexpavlovich","count":1},{"name":"Ziding Zhang","email":"zidingz@gmail.com","login":"sartoshi-foot-dao","count":1},{"name":"Wojciech Maj","email":"kontakt@wojtekmaj.pl","login":"wojtekmaj","count":1},{"name":"Waldir Pimenta","email":"waldyrious@gmail.com","login":"waldyrious","count":1},{"name":"Vladimir Kuznetsov","email":"mistakster@gmail.com","login":"mistakster","count":1},{"name":"Vlad Tansky","email":"vl.tansky@gmail.com","login":"vltansky","count":1},{"name":"Vlad Shilov","email":"omgovich@ya.ru","login":"omgovich","count":1},{"name":"Vjacheslav Trushkin","email":"cyberalien@gmail.com","login":"cyberalien","count":1},{"name":"LongYinan","email":"lynweklm@gmail.com","login":"Brooooooklyn","count":1},{"name":"Ville Väänänen","email":"vjvaanan@gmail.com","login":"dennari","count":1},{"name":"Viktor Szépe","email":"viktor@szepe.net","login":"szepeviktor","count":1},{"name":"Velenir","email":"Velenir","login":"Velenir","count":1},{"name":"Pavel Djundik","email":"xPaw","login":"xPaw","count":1},{"name":"Jonathan Stoye","email":"mail@jonathanstoye.de","login":"JonathanStoye","count":1},{"name":"John Albin Wilkins","email":"virtually.johnalbin@gmail.com","login":"JohnAlbin","count":1},{"name":"Joe Lencioni","email":"joe.lencioni@gmail.com","login":"lencioni","count":1},{"name":"Jerry Martinez","email":"32611988+jmwebservices","login":"jmwebservices","count":1},{"name":"JayLeininger","email":"111921725+JayLeininger","login":"JayLeininger","count":1},{"name":"Jan Pöschko","email":"jan@poeschko.com","login":"poeschko","count":1},{"name":"James Thomson","email":"thomsj","login":"thomsj","count":1},{"name":"James Forrester","email":"github@jdforrester.org","login":"jdforrester","count":1},{"name":"Jake Scott","email":"jake.y.scott@gmail.com","login":"mako-taco","count":1},{"name":"Jacob Howcroft","email":"jacob.howcroft@gmail.com","login":"jhowcrof","count":1},{"name":"Ilya Skriblovsky","email":"IlyaSkriblovsky@gmail.com","login":"IlyaSkriblovsky","count":1},{"name":"Ilya Kolebayev","email":"kolebayev@gmail.com","login":"kolebayev","count":1},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com","login":"hughsk","count":1},{"name":"Richard Livsey","email":"richard@livsey.org","login":"rlivsey","count":1},{"name":"Gordon Franke","email":"info@nevalon.de","login":"gimler","count":1},{"name":"Gifford Nowland","email":"hi@giffordnowland.com","login":"gnowland","count":1},{"name":"Geoff Lankow","email":"geoff@darktrojan.net","login":"darktrojan","count":1},{"name":"Frank Sandqvist","email":"32358133+FrankSandqvist","login":"FrankSandqvist","count":1},{"name":"Fabien Caylus","email":"fabien.caylus@gmail.com","login":"fcaylus","count":1},{"name":"Eugene Starr","email":"euge.starr@gmail.com","login":"ekiwi111","count":1},{"name":"Eugene Chechuryn","email":"e.chechurin@gmail.com","login":"opudalo","count":1},{"name":"Eric Fung","email":"efung@acm.org","login":"efung","count":1},{"name":"Drew Noakes","email":"git@drewnoakes.com","login":"drewnoakes","count":1},{"name":"Ditesh Gathani","email":"ditesh@gathani.org","login":"ditesh","count":1},{"name":"Devon Govett","email":"devongovett@gmail.com","login":"devongovett","count":1},{"name":"David Konsumer","email":"konsumer@jetboystudio.com","login":"konsumer","count":1},{"name":"Brad Kotsopoulos","email":"brad.kotsopoulos@gmail.com","login":"bkotzz","count":1},{"name":"Bradley Ayers","email":"bradley.ayers@gmail.com","login":"bradleyayers","count":1},{"name":"Patryk Mikołajczyk","email":"mikpat92@gmail.com","login":"mikolaj92","count":1},{"name":"Patrick Klingemann","email":"patrick.klingemann@gmail.com","login":"pklingem","count":1},{"name":"Oscar Busk","email":"oscar.busk@gmail.com","login":"oBusk","count":1},{"name":"Nathan Baulch","email":"nathan.baulch@gmail.com","login":"NathanBaulch","count":1},{"name":"Morgan Wigmanich","email":"okize123@gmail.com","login":"okize","count":1},{"name":"Morgan Ney","email":"morganney@gmail.com","login":"morganney","count":1},{"name":"Mikuláš Sychra","email":"mikulas.sychra@gmail.com","login":"qool","count":1},{"name":"Mike Street","email":"mikestreety@gmail.com","login":"mikestreety","count":1},{"name":"Mike Morici","email":"himedlooff@yahoo.com","login":"himedlooff","count":1},{"name":"Michael Irigoyen","email":"goyney@gmail.com","login":"mririgoyen","count":1},{"name":"MeteorPlus","email":"meteorplus","login":"meteorplus","count":1},{"name":"Max Goodhart","email":"c@chromakode.com","login":"chromakode","count":1},{"name":"Marco Fugaro","email":"marco.fugaro@gmail.com","login":"marcofugaro","count":1},{"name":"Marc Jansen","email":"jansen@terrestris.de","login":"marcjansen","count":1},{"name":"Manu Chambon","email":"manu@ehma.nu","login":"chambo-e","count":1},{"name":"Magnus Bergman","email":"karlmagnusbergman@gmail.com","login":"kexhest","count":1},{"name":"Lucas Larson","email":"LucasLarson@riseup.net","login":"LucasLarson","count":1},{"name":"LordArugula","email":"victorpan2017@gmail.com","login":"LordArugula","count":1},{"name":"Lopez Hugo","email":"hugo.lpz@gmail.com","login":"hugolpz","count":1},{"name":"Liam Mitchell","email":"31351270+liamcmitchell-sc","login":"liamcmitchell-sc","count":1},{"name":"Lehoczky Zoltán","email":"ifjlehoczkyzoltan@gmail.com","login":"Lehoczky","count":1},{"name":"Kris Kowal","email":"kris@cixar.com","login":"kriskowal","count":1},{"name":"Kozlov Sergey","email":"dartess@mail.ru","login":"dartess","count":1},{"name":"Kevin Ebaugh","email":"kevin@ifttt.com","login":"kevinebaugh","count":1},{"name":"Keith Clark","email":"kclark@globalpersonals.co.uk","login":"keithclark","count":1},{"name":"João Palmeiro","email":"joaommpalmeiro@gmail.com","login":"joaopalmeiro","count":1},{"name":"Josep del Rio","email":"peprio@gmail.com","login":"joseprio","count":1},{"name":"Joona Viertola","email":"Scionar","login":"Scionar","count":1},{"name":"Bradley Mease","email":"bmease@gmail.com","login":"bmease","count":1}],"past_year_committers":[{"name":"Seth Falco","email":"seth@falco.fun","login":"SethFalco","count":23},{"name":"Bogdan Chadkin","email":"opensource@trysound.io","login":"TrySound","count":20},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":10},{"name":"Kendell","email":"KTibow","login":"KTibow","count":5},{"name":"johnkenny54","email":"45182853+johnkenny54","login":"johnkenny54","count":2},{"name":"mozzie","email":"mozzie","login":"mozzie","count":1},{"name":"Ludovico Fischer","email":"43557+ludofischer","login":"ludofischer","count":1},{"name":"Lorfdail","email":"michael.niens@googlemail.com","login":"Lorfdail","count":1},{"name":"James Ross","email":"james@jross.me","login":"Cherry","count":1},{"name":"Aviral Shukla","email":"79330197+viralcodex","login":"viralcodex","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-09-10T00:00:07.690Z","repositories_count":7216670,"commits_count":1078812314,"contributors_count":47554356,"owners_count":1442194,"committers_count":3491246,"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":"svg/svgo","html_url":"https://github.com/svg/svgo","last_synced_at":"2026-09-09T22:02:02.802Z","status":null,"issues_count":324,"pull_requests_count":554,"avg_time_to_close_issue":61692655.33678757,"avg_time_to_close_pull_request":8297019.180586907,"issues_closed_count":193,"pull_requests_closed_count":443,"pull_request_authors_count":107,"issue_authors_count":240,"avg_comments_per_issue":3.9506172839506175,"avg_comments_per_pull_request":1.256317689530686,"merged_pull_requests_count":355,"bot_issues_count":0,"bot_pull_requests_count":13,"past_year_issues_count":20,"past_year_pull_requests_count":84,"past_year_avg_time_to_close_issue":37068.2,"past_year_avg_time_to_close_pull_request":226732.96296296295,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":54,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":17,"past_year_avg_comments_per_issue":1.4,"past_year_avg_comments_per_pull_request":0.5238095238095238,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":6,"past_year_merged_pull_requests_count":46,"created_at":"2023-05-10T14:32:16.133Z","updated_at":"2026-09-09T22:02:02.802Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/svg%2Fsvgo/issues","issue_labels_count":{"table":{"bug":139,"enhancement":56,"cannot reproduce":7,"help wanted":5,"new plugin":4,"duplicate":3,"good first issue":3,"question":2,"solved in master":2,"docs":2,"rfc":2,"documentation":2,"performance":1,"missing repro":1,"solved in main":1,"rename plugin":1,"upstream":1}},"pull_request_labels_count":{"table":{"dependencies":13,"github_actions":10,"new plugin":4,"tests are missing":3,"merge conflicts":3,"tests missing":1,"javascript":1}},"issue_author_associations_count":{"table":{"NONE":258,"CONTRIBUTOR":52,"MEMBER":13,"COLLABORATOR":1}},"pull_request_author_associations_count":{"table":{"MEMBER":225,"CONTRIBUTOR":192,"NONE":114,"COLLABORATOR":23}},"issue_authors":{"table":{"JoKalliauer":21,"SethFalco":11,"johnkenny54":10,"KTibow":9,"cyberalien":5,"futuremotiondev":5,"nschloe":4,"caghand":4,"rnwst":3,"ghost":3,"XhmikosR":3,"victorvianna":2,"joaopalmeiro":2,"17jiangz1":2,"TrySound":2,"qubodup":2,"vltansky":2,"strarsis":2,"jguddas":2,"C0rn3j":2,"Emasoft":2,"bschlenk":2,"ofrias":2,"fregante":2,"peternowell":2,"jdufresne":2,"Volker-E":2,"KrasnayaPloshchad":2,"simonarnell":1,"Zemnmez":1,"synasapmob":1,"ColCh":1,"stein2nd":1,"Zulko":1,"Smilebags":1,"Lorfdail":1,"FDiskas":1,"vincentbernat":1,"TimonVS":1,"vanillajonathan":1,"norganna":1,"daniluk4000":1,"moraxus09":1,"roblevintennis":1,"ihaveataletotell":1,"randomascii":1,"Goodwine":1,"tasiotas":1,"ivenos":1,"waltercruz":1,"fr-olivier":1,"kv-bh":1,"Nineswiss":1,"simevidas":1,"homatyano":1,"jwilson8767":1,"ShimShamSam":1,"abejfehr":1,"toastal":1,"zefir-git":1,"virtulis":1,"Studio384":1,"tuyieze-create":1,"ECorreia45":1,"rwv":1,"kalaschnik":1,"fyodoriv":1,"jaylecn":1,"iessa-pragg-ctct":1,"MoritzLoewenstein":1,"endquote":1,"gelisil":1,"kalnode":1,"leonid-chernyavskiy":1,"arvid-norlander":1,"luisgerardomartinezlara99-lang":1,"Windowsfreak":1,"mahnunchik":1,"rianbotha":1,"kamenjan":1,"oliverfindl":1,"parpalak":1,"drschwabe":1,"iamdriz":1,"turakvlad":1,"afdev82":1,"Glandos":1,"swilliamset":1,"nuintun":1,"adixon-adobe":1,"mattstyles":1,"remcohaszing":1,"DabeDotCom":1,"devongovett":1,"maximilianMairinger":1,"guiconti":1,"vaaas":1,"twwn":1,"pasabanov":1,"jacott":1,"httpiga":1,"bramp":1,"Mister-Hope":1,"YuanLinMtp":1,"kingyue737":1,"vzaidman":1,"mozzie":1,"bes-internal":1,"adriaanmeuris":1,"mrleblanc101":1,"ainsleyclark":1,"alex-kowalczyk":1,"yoriiis":1,"konstantinschuette":1,"vimwitch":1,"ConsciousCode":1,"andersk":1,"phpcoder2022":1,"lowlighter":1,"Muskos":1,"michaeljmcd":1,"ivancuric":1,"anselmbradford":1,"xandemon":1,"ghammock":1,"goldserg":1,"salvan13":1,"VaclavC":1,"fmotion1":1,"manuel-mauky":1,"SoulSolistice":1,"rdwz":1,"bencresty":1,"ahaoboy":1,"shirotech":1,"pluma":1,"mcandre":1,"mantagen":1,"scottsandersdev":1,"brettz9":1,"719media":1,"JustinLRT":1,"benmccann":1,"maxired":1,"yisibl":1,"iamhumanipromise":1,"FluorescentHallucinogen":1,"ad-si":1,"retyui":1,"FallBackITA27":1,"timdp":1,"Milo123459":1,"nhoizey":1,"kidroca":1,"Fish2":1,"albell":1,"PechenTreski":1,"meziantou":1,"betula":1,"sengoku-f":1,"what1s1ove":1,"alexjlockwood":1,"hugolpz":1,"dejurin":1,"fr33z00":1,"beckdavies":1,"jirilebl":1,"spajak":1,"davesnx":1,"PavelFil":1,"ZetangForward":1,"JwanKhalaf":1,"theasteve":1,"jimblue":1,"earthbound19":1,"sk-":1,"john-neptune":1,"rmarx":1,"twardoch":1,"LeoDog896":1,"codermapuche":1,"tremby":1,"adityapatadia":1,"alecmev":1,"gom59":1,"liuweifeng":1,"techquestions":1,"McSodbrenner":1,"erfanmola":1,"wonlee33":1,"gaogaoinvincible":1,"louiss0":1,"yunsii":1,"deepsweet":1,"drewnoakes":1,"codebymikey":1,"pierceray":1,"samdaltonmaag":1,"ossinkine":1,"whatworksglobal":1,"zachariah-mithani":1,"jesseflorig":1,"avwie":1,"FrancoJavierGadea":1,"vrugtehagel":1,"fescobalt":1,"murkle":1,"ctrlcctrlv":1,"arkhipzharov":1,"Quentie":1,"MichaelHinrichs":1,"ViniciusFXavier":1,"tomcru":1,"atom3001":1,"cakeinpanic":1,"Crissov":1,"sriramrudraraju":1,"cbevan-figma":1,"Divesh381":1,"hrumhurum":1,"tychenjiajun":1,"hlg":1,"dy":1,"Paul-Browne":1,"noahbald":1,"denniske":1,"cyann":1,"kirilloid":1,"henriq-88":1,"MHillier98":1,"codegain":1,"davidleston":1,"erikvullings":1,"supertgo":1,"guoyunhe":1,"icai":1,"cyber-ai-dep":1,"danielghirasim":1,"runxel":1,"dnnsthnnr":1}},"pull_request_authors":{"table":{"SethFalco":206,"johnkenny54":51,"TrySound":37,"XhmikosR":31,"KTibow":27,"jdufresne":15,"dependabot[bot]":13,"strarsis":7,"nuintun":6,"Lorfdail":6,"wojtekmaj":4,"ntnyq":4,"viralcodex":4,"vltansky":3,"anselmbradford":3,"Cherry":3,"john-neptune":3,"jguddas":3,"JohnAlbin":2,"burntcustard":2,"soren121":2,"anthonyryan1":2,"Hecatron":2,"jovanmaric":2,"LordArugula":2,"jessehouchins":2,"pioso":2,"IngyuTae":2,"JayLeininger":2,"wChenonly":2,"mrleblanc101":2,"theMosaad":2,"LucasLarson":2,"IchordeDionysos":2,"codermapuche":2,"NathanBaulch":2,"kevinebaugh":2,"yisibl":2,"ludofischer":2,"bennypowers":2,"dr-js":2,"carlosjeurissen":2,"simonarnell":2,"sisp":2,"si-kui-a":2,"szepeviktor":2,"Neallin-917":2,"H3r3zy":2,"canstand":2,"baarde":2,"liuweifeng":2,"gnowland":2,"Exotelis":2,"victorvianna":2,"jdforrester":2,"marvinhagemeister":2,"kanishk-anand-oyo":2,"jeetiss":1,"tomalakgeretkal":1,"sjh9714":1,"juronja":1,"Zhang-Wei-666":1,"afonsojanu":1,"maximilliangrand":1,"JoCa96":1,"mozzie":1,"gimler":1,"mattaw":1,"joaopalmeiro":1,"someonewithpc":1,"TobiasNickel":1,"cakeinpanic":1,"MichaelHinrichs":1,"chip-cmyk":1,"abhu85":1,"Connormiha":1,"xamgore":1,"tshedor":1,"vrugtehagel":1,"spokodev":1,"abejfehr":1,"MarcelRobitaille":1,"hybes":1,"goldserg":1,"alvinometric":1,"daniil4udo":1,"Kreeg":1,"Gypsophyllite":1,"rdwz":1,"hieuthi":1,"Lehoczky":1,"Paul-Browne":1,"eltociear":1,"gucr":1,"sashashura":1,"yGuy":1,"epszaw":1,"roli-lpci":1,"yangxu52":1,"vincentbernat":1,"vanillajonathan":1,"greymoth-jp":1,"GeorgeTaveras1231":1,"yoriiis":1,"ADTC":1,"salvan13":1,"tanyabouman":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-09-10T00:00:06.218Z","repositories_count":17054743,"issues_count":45141270,"pull_requests_count":142075462,"authors_count":11698985,"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":{"new plugin":2,"help wanted":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":6,"github_actions":6}},"past_year_issue_author_associations_count":{"table":{"NONE":20}},"past_year_pull_request_author_associations_count":{"table":{"MEMBER":43,"NONE":24,"CONTRIBUTOR":14,"COLLABORATOR":3}},"past_year_issue_authors":{"table":{"caghand":3,"victorvianna":2,"zachariah-mithani":1,"wonlee33":1,"vrugtehagel":1,"tuyieze-create":1,"SoulSolistice":1,"maxired":1,"luisgerardomartinezlara99-lang":1,"JustinLRT":1,"homatyano":1,"Goodwine":1,"goldserg":1,"Glandos":1,"bschlenk":1,"benmccann":1,"adixon-adobe":1}},"past_year_pull_request_authors":{"table":{"TrySound":32,"SethFalco":11,"dependabot[bot]":6,"viralcodex":4,"Cherry":3,"KTibow":3,"si-kui-a":2,"victorvianna":2,"ludofischer":2,"Neallin-917":2,"someonewithpc":1,"spokodev":1,"tomalakgeretkal":1,"vrugtehagel":1,"xamgore":1,"yangxu52":1,"Zhang-Wei-666":1,"sjh9714":1,"roli-lpci":1,"maximilliangrand":1,"mattaw":1,"hybes":1,"greymoth-jp":1,"goldserg":1,"anselmbradford":1,"afonsojanu":1,"abhu85":1}},"maintainers":[{"table":{"login":"SethFalco","count":217,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"}},{"table":{"login":"TrySound","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"}},{"table":{"login":"KTibow","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}},{"table":{"login":"deepsweet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/deepsweet"}}],"active_maintainers":[{"table":{"login":"TrySound","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrySound"}},{"table":{"login":"SethFalco","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SethFalco"}},{"table":{"login":"KTibow","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KTibow"}}]}},"events":{"total":{"CreateEvent":16,"DeleteEvent":11,"ForkEvent":54,"IssueCommentEvent":143,"IssuesEvent":42,"PullRequestEvent":124,"PullRequestReviewCommentEvent":17,"PullRequestReviewEvent":21,"PushEvent":61,"ReleaseEvent":5,"WatchEvent":1118},"last_year":{"CreateEvent":9,"DeleteEvent":8,"ForkEvent":3,"IssueCommentEvent":25,"IssuesEvent":10,"PullRequestEvent":27,"PullRequestReviewCommentEvent":1,"PullRequestReviewEvent":2,"PushEvent":19,"ReleaseEvent":1,"WatchEvent":214}},"keywords":["cli","hacktoberfest","javascript","minification","nodejs","optimization","svg","svgo"],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2023-01-13T16:22:57.924Z","updated_at":"2023-01-13T16:22:57.924Z","repository_link":"https://github.com/svg/svgo/blob/main/package.json","dependencies":[{"id":6890304820,"package_name":"@trysound/sax","ecosystem":"npm","requirements":"0.2.0","direct":true,"kind":"runtime","optional":false},{"id":6890304822,"package_name":"commander","ecosystem":"npm","requirements":"^7.2.0","direct":true,"kind":"runtime","optional":false},{"id":6890304823,"package_name":"css-select","ecosystem":"npm","requirements":"^5.1.0","direct":true,"kind":"runtime","optional":false},{"id":6890304825,"package_name":"css-tree","ecosystem":"npm","requirements":"^2.2.1","direct":true,"kind":"runtime","optional":false},{"id":6890304827,"package_name":"csso","ecosystem":"npm","requirements":"^5.0.5","direct":true,"kind":"runtime","optional":false},{"id":6890304828,"package_name":"picocolors","ecosystem":"npm","requirements":"^1.0.0","direct":true,"kind":"runtime","optional":false},{"id":6890304830,"package_name":"@rollup/plugin-commonjs","ecosystem":"npm","requirements":"^22.0.2","direct":true,"kind":"development","optional":false},{"id":6890304832,"package_name":"@rollup/plugin-node-resolve","ecosystem":"npm","requirements":"^14.1.0","direct":true,"kind":"development","optional":false},{"id":6890304834,"package_name":"@types/css-tree","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"development","optional":false},{"id":6890304836,"package_name":"@types/csso","ecosystem":"npm","requirements":"^5.0.0","direct":true,"kind":"development","optional":false},{"id":6890304838,"package_name":"@types/jest","ecosystem":"npm","requirements":"^29.1.1","direct":true,"kind":"development","optional":false},{"id":6890304839,"package_name":"del","ecosystem":"npm","requirements":"^6.0.0","direct":true,"kind":"development","optional":false},{"id":6890304841,"package_name":"eslint","ecosystem":"npm","requirements":"^8.24.0","direct":true,"kind":"development","optional":false},{"id":6890304843,"package_name":"jest","ecosystem":"npm","requirements":"^29.1.2","direct":true,"kind":"development","optional":false},{"id":6890304845,"package_name":"node-fetch","ecosystem":"npm","requirements":"^2.6.2","direct":true,"kind":"development","optional":false},{"id":6890304846,"package_name":"pixelmatch","ecosystem":"npm","requirements":"^5.2.1","direct":true,"kind":"development","optional":false},{"id":6890304848,"package_name":"playwright","ecosystem":"npm","requirements":"^1.14.1","direct":true,"kind":"development","optional":false},{"id":6890304850,"package_name":"pngjs","ecosystem":"npm","requirements":"^6.0.0","direct":true,"kind":"development","optional":false},{"id":6890304852,"package_name":"prettier","ecosystem":"npm","requirements":"^2.7.1","direct":true,"kind":"development","optional":false},{"id":6890304854,"package_name":"rollup","ecosystem":"npm","requirements":"^2.79.1","direct":true,"kind":"development","optional":false},{"id":6890304856,"package_name":"rollup-plugin-terser","ecosystem":"npm","requirements":"^7.0.2","direct":true,"kind":"development","optional":false},{"id":6890304858,"package_name":"tar-stream","ecosystem":"npm","requirements":"^2.2.0","direct":true,"kind":"development","optional":false},{"id":6890304860,"package_name":"typescript","ecosystem":"npm","requirements":"^4.8.4","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codeql.yml","sha":null,"kind":"manifest","created_at":"2025-12-02T21:04:05.908Z","updated_at":"2025-12-02T21:04:05.908Z","repository_link":"https://github.com/svg/svgo/blob/main/.github/workflows/codeql.yml","dependencies":[{"id":25755459295,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25755459296,"package_name":"github/codeql-action/init","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25755459297,"package_name":"github/codeql-action/autobuild","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25755459298,"package_name":"github/codeql-action/analyze","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2025-12-02T21:04:06.408Z","updated_at":"2025-12-02T21:04:06.408Z","repository_link":"https://github.com/svg/svgo/blob/main/.github/workflows/publish.yml","dependencies":[{"id":25755459301,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25755459302,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2025-12-02T21:04:05.859Z","updated_at":"2025-12-02T21:04:05.859Z","repository_link":"https://github.com/svg/svgo/blob/main/.github/workflows/ci.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/regression.yml","sha":null,"kind":"manifest","created_at":"2025-12-02T21:04:06.472Z","updated_at":"2025-12-02T21:04:06.472Z","repository_link":"https://github.com/svg/svgo/blob/main/.github/workflows/regression.yml","dependencies":[{"id":25755459303,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25755459304,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25755459305,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"pnpm-lock.yaml","sha":null,"kind":"lockfile","created_at":"2026-08-20T04:20:26.343Z","updated_at":"2026-08-20T04:20:26.343Z","repository_link":"https://github.com/svg/svgo/blob/main/pnpm-lock.yaml","dependencies":[{"id":26212779512,"package_name":"@cspell/cspell-bundled-dicts","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779591,"package_name":"@eslint/plugin-kit","ecosystem":"npm","requirements":"0.7.2","direct":false,"kind":"runtime","optional":false},{"id":26212779513,"package_name":"@cspell/cspell-json-reporter","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779514,"package_name":"@cspell/cspell-performance-monitor","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779515,"package_name":"@cspell/cspell-pipe","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779516,"package_name":"@cspell/cspell-resolver","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779517,"package_name":"@cspell/cspell-service-bus","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779518,"package_name":"@cspell/cspell-types","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779519,"package_name":"@cspell/cspell-worker","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779520,"package_name":"@cspell/dict-ada","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779521,"package_name":"@cspell/dict-al","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779522,"package_name":"@cspell/dict-aws","ecosystem":"npm","requirements":"4.0.17","direct":false,"kind":"runtime","optional":false},{"id":26212779523,"package_name":"@cspell/dict-bash","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779524,"package_name":"@cspell/dict-companies","ecosystem":"npm","requirements":"3.2.12","direct":false,"kind":"runtime","optional":false},{"id":26212779525,"package_name":"@cspell/dict-cpp","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779526,"package_name":"@cspell/dict-cryptocurrencies","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779527,"package_name":"@cspell/dict-csharp","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"runtime","optional":false},{"id":26212779528,"package_name":"@cspell/dict-css","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779529,"package_name":"@cspell/dict-dart","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":26212779530,"package_name":"@cspell/dict-data-science","ecosystem":"npm","requirements":"2.0.16","direct":false,"kind":"runtime","optional":false},{"id":26212779531,"package_name":"@cspell/dict-django","ecosystem":"npm","requirements":"4.1.6","direct":false,"kind":"runtime","optional":false},{"id":26212779532,"package_name":"@cspell/dict-docker","ecosystem":"npm","requirements":"1.1.17","direct":false,"kind":"runtime","optional":false},{"id":26212779533,"package_name":"@cspell/dict-dotnet","ecosystem":"npm","requirements":"5.0.13","direct":false,"kind":"runtime","optional":false},{"id":26212779534,"package_name":"@cspell/dict-elixir","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"runtime","optional":false},{"id":26212779535,"package_name":"@cspell/dict-en-common-misspellings","ecosystem":"npm","requirements":"2.1.13","direct":false,"kind":"runtime","optional":false},{"id":26212779536,"package_name":"@cspell/dict-en-gb-mit","ecosystem":"npm","requirements":"3.1.25","direct":false,"kind":"runtime","optional":false},{"id":26212779537,"package_name":"@cspell/dict-en_us","ecosystem":"npm","requirements":"4.4.36","direct":false,"kind":"runtime","optional":false},{"id":26212779538,"package_name":"@cspell/dict-filetypes","ecosystem":"npm","requirements":"3.0.18","direct":false,"kind":"runtime","optional":false},{"id":26212779539,"package_name":"@cspell/dict-flutter","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779540,"package_name":"@cspell/dict-fonts","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779541,"package_name":"@cspell/dict-fsharp","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779542,"package_name":"@cspell/dict-fullstack","ecosystem":"npm","requirements":"3.2.9","direct":false,"kind":"runtime","optional":false},{"id":26212779543,"package_name":"@cspell/dict-gaming-terms","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779544,"package_name":"@cspell/dict-git","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779545,"package_name":"@cspell/dict-golang","ecosystem":"npm","requirements":"6.0.26","direct":false,"kind":"runtime","optional":false},{"id":26212779546,"package_name":"@cspell/dict-google","ecosystem":"npm","requirements":"1.0.9","direct":false,"kind":"runtime","optional":false},{"id":26212779547,"package_name":"@cspell/dict-haskell","ecosystem":"npm","requirements":"4.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779548,"package_name":"@cspell/dict-html-symbol-entities","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779549,"package_name":"@cspell/dict-html","ecosystem":"npm","requirements":"4.0.15","direct":false,"kind":"runtime","optional":false},{"id":26212779550,"package_name":"@cspell/dict-java","ecosystem":"npm","requirements":"5.0.12","direct":false,"kind":"runtime","optional":false},{"id":26212779551,"package_name":"@cspell/dict-julia","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779552,"package_name":"@cspell/dict-k8s","ecosystem":"npm","requirements":"1.0.13","direct":false,"kind":"runtime","optional":false},{"id":26212779553,"package_name":"@cspell/dict-kotlin","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779554,"package_name":"@cspell/dict-latex","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779555,"package_name":"@cspell/dict-lorem-ipsum","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779556,"package_name":"@cspell/dict-lua","ecosystem":"npm","requirements":"4.0.8","direct":false,"kind":"runtime","optional":false},{"id":26212779557,"package_name":"@cspell/dict-makefile","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779558,"package_name":"@cspell/dict-markdown","ecosystem":"npm","requirements":"2.0.17","direct":false,"kind":"runtime","optional":false},{"id":26212779559,"package_name":"@cspell/dict-monkeyc","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"runtime","optional":false},{"id":26212779560,"package_name":"@cspell/dict-node","ecosystem":"npm","requirements":"5.0.9","direct":false,"kind":"runtime","optional":false},{"id":26212779561,"package_name":"@cspell/dict-npm","ecosystem":"npm","requirements":"5.2.43","direct":false,"kind":"runtime","optional":false},{"id":26212779562,"package_name":"@cspell/dict-php","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779563,"package_name":"@cspell/dict-powershell","ecosystem":"npm","requirements":"5.0.15","direct":false,"kind":"runtime","optional":false},{"id":26212779564,"package_name":"@cspell/dict-public-licenses","ecosystem":"npm","requirements":"2.0.16","direct":false,"kind":"runtime","optional":false},{"id":26212779565,"package_name":"@cspell/dict-python","ecosystem":"npm","requirements":"4.2.29","direct":false,"kind":"runtime","optional":false},{"id":26212779566,"package_name":"@cspell/dict-r","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779567,"package_name":"@cspell/dict-ruby","ecosystem":"npm","requirements":"5.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779568,"package_name":"@cspell/dict-rust","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779569,"package_name":"@cspell/dict-scala","ecosystem":"npm","requirements":"5.0.9","direct":false,"kind":"runtime","optional":false},{"id":26212779570,"package_name":"@cspell/dict-shell","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":26212779571,"package_name":"@cspell/dict-software-terms","ecosystem":"npm","requirements":"5.2.4","direct":false,"kind":"runtime","optional":false},{"id":26212779572,"package_name":"@cspell/dict-sql","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779573,"package_name":"@cspell/dict-svelte","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":26212779574,"package_name":"@cspell/dict-swift","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779575,"package_name":"@cspell/dict-terraform","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":26212779576,"package_name":"@cspell/dict-typescript","ecosystem":"npm","requirements":"3.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779577,"package_name":"@cspell/dict-vue","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779578,"package_name":"@cspell/dict-zig","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779579,"package_name":"@cspell/dynamic-import","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779580,"package_name":"@cspell/filetypes","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779581,"package_name":"@cspell/rpc","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779582,"package_name":"@cspell/strong-weak-map","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779583,"package_name":"@cspell/url","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779584,"package_name":"@eslint-community/eslint-utils","ecosystem":"npm","requirements":"4.10.1","direct":false,"kind":"runtime","optional":false},{"id":26212779585,"package_name":"@eslint-community/regexpp","ecosystem":"npm","requirements":"4.12.2","direct":false,"kind":"runtime","optional":false},{"id":26212779586,"package_name":"@eslint/config-array","ecosystem":"npm","requirements":"0.23.5","direct":false,"kind":"runtime","optional":false},{"id":26212779587,"package_name":"@eslint/config-helpers","ecosystem":"npm","requirements":"0.7.0","direct":false,"kind":"runtime","optional":false},{"id":26212779588,"package_name":"@eslint/core","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779589,"package_name":"@eslint/js","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779590,"package_name":"@eslint/object-schema","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779592,"package_name":"@humanfs/core","ecosystem":"npm","requirements":"0.19.2","direct":false,"kind":"runtime","optional":false},{"id":26212779593,"package_name":"@humanfs/node","ecosystem":"npm","requirements":"0.16.8","direct":false,"kind":"runtime","optional":false},{"id":26212779594,"package_name":"@humanfs/types","ecosystem":"npm","requirements":"0.15.0","direct":false,"kind":"runtime","optional":false},{"id":26212779595,"package_name":"@humanwhocodes/module-importer","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779596,"package_name":"@humanwhocodes/retry","ecosystem":"npm","requirements":"0.4.3","direct":false,"kind":"runtime","optional":false},{"id":26212779597,"package_name":"@jridgewell/gen-mapping","ecosystem":"npm","requirements":"0.3.13","direct":false,"kind":"runtime","optional":false},{"id":26212779598,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779599,"package_name":"@jridgewell/source-map","ecosystem":"npm","requirements":"0.3.11","direct":false,"kind":"runtime","optional":false},{"id":26212779600,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.5.5","direct":false,"kind":"runtime","optional":false},{"id":26212779601,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.31","direct":false,"kind":"runtime","optional":false},{"id":26212779602,"package_name":"@napi-rs/lzma-linux-x64-gnu","ecosystem":"npm","requirements":"1.5.1","direct":false,"kind":"runtime","optional":false},{"id":26212779603,"package_name":"@oxc-project/types","ecosystem":"npm","requirements":"0.143.0","direct":false,"kind":"runtime","optional":false},{"id":26212779604,"package_name":"@rolldown/binding-android-arm64","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779605,"package_name":"@rolldown/binding-darwin-arm64","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779606,"package_name":"@rolldown/binding-darwin-x64","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779607,"package_name":"@rolldown/binding-freebsd-x64","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779608,"package_name":"@rolldown/binding-linux-arm-gnueabihf","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779609,"package_name":"@rolldown/binding-linux-arm64-gnu","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779610,"package_name":"@rolldown/binding-linux-arm64-musl","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779611,"package_name":"@rolldown/binding-linux-ppc64-gnu","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779612,"package_name":"@rolldown/binding-linux-s390x-gnu","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779613,"package_name":"@rolldown/binding-linux-x64-gnu","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779614,"package_name":"@rolldown/binding-linux-x64-musl","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779615,"package_name":"@rolldown/binding-openharmony-arm64","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779616,"package_name":"@rolldown/binding-win32-arm64-msvc","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779617,"package_name":"@rolldown/binding-win32-x64-msvc","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779618,"package_name":"@rolldown/pluginutils","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779619,"package_name":"@rollup/plugin-commonjs","ecosystem":"npm","requirements":"29.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779620,"package_name":"@rollup/plugin-node-resolve","ecosystem":"npm","requirements":"16.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779621,"package_name":"@rollup/plugin-terser","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779622,"package_name":"@rollup/pluginutils","ecosystem":"npm","requirements":"5.4.0","direct":false,"kind":"runtime","optional":false},{"id":26212779623,"package_name":"@rollup/rollup-android-arm-eabi","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779624,"package_name":"@rollup/rollup-android-arm64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779625,"package_name":"@rollup/rollup-darwin-arm64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779626,"package_name":"@rollup/rollup-darwin-x64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779627,"package_name":"@rollup/rollup-freebsd-arm64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779628,"package_name":"@rollup/rollup-freebsd-x64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779629,"package_name":"@rollup/rollup-linux-arm-gnueabihf","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779630,"package_name":"@rollup/rollup-linux-arm-musleabihf","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779631,"package_name":"@rollup/rollup-linux-arm64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779632,"package_name":"@rollup/rollup-linux-arm64-musl","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779633,"package_name":"@rollup/rollup-linux-loong64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779634,"package_name":"@rollup/rollup-linux-loong64-musl","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779635,"package_name":"@rollup/rollup-linux-ppc64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779636,"package_name":"@rollup/rollup-linux-ppc64-musl","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779637,"package_name":"@rollup/rollup-linux-riscv64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779638,"package_name":"@rollup/rollup-linux-riscv64-musl","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779639,"package_name":"@rollup/rollup-linux-s390x-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779640,"package_name":"@rollup/rollup-linux-x64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779641,"package_name":"@rollup/rollup-linux-x64-musl","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779642,"package_name":"@rollup/rollup-openbsd-x64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779643,"package_name":"@rollup/rollup-openharmony-arm64","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779644,"package_name":"@rollup/rollup-win32-arm64-msvc","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779645,"package_name":"@rollup/rollup-win32-ia32-msvc","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779646,"package_name":"@rollup/rollup-win32-x64-gnu","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779647,"package_name":"@rollup/rollup-win32-x64-msvc","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"runtime","optional":false},{"id":26212779648,"package_name":"@standard-schema/spec","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779649,"package_name":"@types/chai","ecosystem":"npm","requirements":"5.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779650,"package_name":"@types/css-tree","ecosystem":"npm","requirements":"2.3.11","direct":false,"kind":"development","optional":false},{"id":26212779651,"package_name":"@types/csso","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"development","optional":false},{"id":26212779652,"package_name":"@types/deep-eql","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779653,"package_name":"@types/esrecurse","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"runtime","optional":false},{"id":26212779654,"package_name":"@types/estree","ecosystem":"npm","requirements":"1.0.9","direct":false,"kind":"runtime","optional":false},{"id":26212779655,"package_name":"@types/json-schema","ecosystem":"npm","requirements":"7.0.15","direct":false,"kind":"runtime","optional":false},{"id":26212779656,"package_name":"@types/node","ecosystem":"npm","requirements":"26.2.0","direct":false,"kind":"development","optional":false},{"id":26212779657,"package_name":"@types/pngjs","ecosystem":"npm","requirements":"6.0.5","direct":false,"kind":"development","optional":false},{"id":26212779658,"package_name":"@types/resolve","ecosystem":"npm","requirements":"1.20.2","direct":false,"kind":"runtime","optional":false},{"id":26212779659,"package_name":"@types/sax","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"development","optional":false},{"id":26212779660,"package_name":"@types/tar-stream","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":26212779661,"package_name":"@typescript/typescript-aix-ppc64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779662,"package_name":"@typescript/typescript-darwin-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779663,"package_name":"@typescript/typescript-darwin-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779664,"package_name":"@typescript/typescript-freebsd-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779665,"package_name":"@typescript/typescript-freebsd-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779666,"package_name":"@typescript/typescript-linux-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779667,"package_name":"@typescript/typescript-linux-arm","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779668,"package_name":"@typescript/typescript-linux-loong64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779669,"package_name":"@typescript/typescript-linux-mips64el","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779670,"package_name":"@typescript/typescript-linux-ppc64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779671,"package_name":"@typescript/typescript-linux-riscv64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779672,"package_name":"@typescript/typescript-linux-s390x","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779673,"package_name":"@typescript/typescript-linux-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779674,"package_name":"@typescript/typescript-netbsd-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779675,"package_name":"@typescript/typescript-netbsd-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779676,"package_name":"@typescript/typescript-openbsd-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779677,"package_name":"@typescript/typescript-openbsd-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779678,"package_name":"@typescript/typescript-sunos-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779679,"package_name":"@typescript/typescript-win32-arm64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779680,"package_name":"@typescript/typescript-win32-x64","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779681,"package_name":"@vitest/expect","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779682,"package_name":"@vitest/mocker","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779683,"package_name":"@vitest/pretty-format","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779684,"package_name":"@vitest/runner","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779685,"package_name":"@vitest/snapshot","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779686,"package_name":"@vitest/spy","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779687,"package_name":"@vitest/utils","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779688,"package_name":"acorn-jsx","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"runtime","optional":false},{"id":26212779689,"package_name":"acorn","ecosystem":"npm","requirements":"8.18.0","direct":false,"kind":"runtime","optional":false},{"id":26212779690,"package_name":"ajv","ecosystem":"npm","requirements":"6.15.0","direct":false,"kind":"runtime","optional":false},{"id":26212779691,"package_name":"ansi-regex","ecosystem":"npm","requirements":"6.2.2","direct":false,"kind":"runtime","optional":false},{"id":26212779692,"package_name":"array-timsort","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779693,"package_name":"assertion-error","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779694,"package_name":"b4a","ecosystem":"npm","requirements":"1.8.1","direct":false,"kind":"runtime","optional":false},{"id":26212779695,"package_name":"balanced-match","ecosystem":"npm","requirements":"4.0.4","direct":false,"kind":"runtime","optional":false},{"id":26212779696,"package_name":"bare-events","ecosystem":"npm","requirements":"2.9.1","direct":false,"kind":"runtime","optional":false},{"id":26212779697,"package_name":"bare-fs","ecosystem":"npm","requirements":"4.8.0","direct":false,"kind":"runtime","optional":false},{"id":26212779698,"package_name":"bare-path","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779699,"package_name":"bare-stream","ecosystem":"npm","requirements":"2.13.3","direct":false,"kind":"runtime","optional":false},{"id":26212779700,"package_name":"bare-url","ecosystem":"npm","requirements":"2.4.7","direct":false,"kind":"runtime","optional":false},{"id":26212779701,"package_name":"boolbase","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779702,"package_name":"brace-expansion","ecosystem":"npm","requirements":"5.0.9","direct":false,"kind":"runtime","optional":false},{"id":26212779703,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779704,"package_name":"chai","ecosystem":"npm","requirements":"6.2.2","direct":false,"kind":"runtime","optional":false},{"id":26212779705,"package_name":"chalk-template","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779706,"package_name":"chalk","ecosystem":"npm","requirements":"5.6.2","direct":false,"kind":"runtime","optional":false},{"id":26212779707,"package_name":"commander","ecosystem":"npm","requirements":"11.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779708,"package_name":"commander","ecosystem":"npm","requirements":"14.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779709,"package_name":"commander","ecosystem":"npm","requirements":"2.20.3","direct":false,"kind":"runtime","optional":false},{"id":26212779710,"package_name":"comment-json","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779711,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779712,"package_name":"convert-source-map","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779713,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779714,"package_name":"cspell-config-lib","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779715,"package_name":"cspell-dictionary","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779716,"package_name":"cspell-gitignore","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779717,"package_name":"cspell-glob","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779718,"package_name":"cspell-grammar","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779719,"package_name":"cspell-io","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779720,"package_name":"cspell-lib","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779721,"package_name":"cspell-trie-lib","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779722,"package_name":"cspell","ecosystem":"npm","requirements":"10.0.1","direct":false,"kind":"development","optional":false},{"id":26212779723,"package_name":"css-select","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779724,"package_name":"css-tree","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779725,"package_name":"css-tree","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779726,"package_name":"css-what","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779727,"package_name":"csso","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779728,"package_name":"debug","ecosystem":"npm","requirements":"4.4.3","direct":false,"kind":"runtime","optional":false},{"id":26212779729,"package_name":"deep-is","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":26212779730,"package_name":"deepmerge","ecosystem":"npm","requirements":"4.3.1","direct":false,"kind":"runtime","optional":false},{"id":26212779731,"package_name":"detect-libc","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779732,"package_name":"dom-serializer","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779733,"package_name":"domelementtype","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779734,"package_name":"domhandler","ecosystem":"npm","requirements":"5.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779735,"package_name":"domutils","ecosystem":"npm","requirements":"3.2.2","direct":false,"kind":"runtime","optional":false},{"id":26212779736,"package_name":"entities","ecosystem":"npm","requirements":"4.5.0","direct":false,"kind":"runtime","optional":false},{"id":26212779737,"package_name":"env-paths","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779738,"package_name":"es-errors","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779739,"package_name":"es-module-lexer","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":26212779740,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779741,"package_name":"eslint-scope","ecosystem":"npm","requirements":"9.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779742,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"3.4.3","direct":false,"kind":"runtime","optional":false},{"id":26212779743,"package_name":"eslint-visitor-keys","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779744,"package_name":"eslint","ecosystem":"npm","requirements":"10.8.1","direct":false,"kind":"development","optional":false},{"id":26212779745,"package_name":"espree","ecosystem":"npm","requirements":"11.2.0","direct":false,"kind":"runtime","optional":false},{"id":26212779746,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779747,"package_name":"esquery","ecosystem":"npm","requirements":"1.7.0","direct":false,"kind":"runtime","optional":false},{"id":26212779748,"package_name":"esrecurse","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779749,"package_name":"estraverse","ecosystem":"npm","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779750,"package_name":"estree-walker","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779751,"package_name":"estree-walker","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779752,"package_name":"esutils","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779753,"package_name":"events-universal","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779754,"package_name":"expect-type","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":26212779755,"package_name":"fast-deep-equal","ecosystem":"npm","requirements":"3.1.3","direct":false,"kind":"runtime","optional":false},{"id":26212779756,"package_name":"fast-equals","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779757,"package_name":"fast-fifo","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"runtime","optional":false},{"id":26212779758,"package_name":"fast-json-stable-stringify","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779759,"package_name":"fast-levenshtein","ecosystem":"npm","requirements":"2.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779760,"package_name":"fdir","ecosystem":"npm","requirements":"6.5.0","direct":false,"kind":"runtime","optional":false},{"id":26212779761,"package_name":"file-entry-cache","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779762,"package_name":"find-up","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779763,"package_name":"flat-cache","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779764,"package_name":"flatted","ecosystem":"npm","requirements":"3.4.4","direct":false,"kind":"runtime","optional":false},{"id":26212779765,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"runtime","optional":false},{"id":26212779766,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.3","direct":false,"kind":"runtime","optional":false},{"id":26212779767,"package_name":"function-bind","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":26212779768,"package_name":"gensequence","ecosystem":"npm","requirements":"8.0.8","direct":false,"kind":"runtime","optional":false},{"id":26212779769,"package_name":"glob-parent","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779770,"package_name":"glob","ecosystem":"npm","requirements":"13.0.6","direct":false,"kind":"runtime","optional":false},{"id":26212779771,"package_name":"global-directory","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779772,"package_name":"globals","ecosystem":"npm","requirements":"17.9.0","direct":false,"kind":"development","optional":false},{"id":26212779773,"package_name":"hasown","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":26212779774,"package_name":"ignore","ecosystem":"npm","requirements":"5.3.2","direct":false,"kind":"runtime","optional":false},{"id":26212779775,"package_name":"import-fresh","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779776,"package_name":"import-meta-resolve","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":26212779777,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"runtime","optional":false},{"id":26212779778,"package_name":"ini","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779779,"package_name":"is-core-module","ecosystem":"npm","requirements":"2.16.2","direct":false,"kind":"runtime","optional":false},{"id":26212779780,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779781,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779782,"package_name":"is-module","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779783,"package_name":"is-reference","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779784,"package_name":"is-safe-filename","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779785,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779786,"package_name":"json-buffer","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779787,"package_name":"json-schema-traverse","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":26212779788,"package_name":"json-stable-stringify-without-jsonify","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779789,"package_name":"keyv","ecosystem":"npm","requirements":"4.5.4","direct":false,"kind":"runtime","optional":false},{"id":26212779790,"package_name":"levn","ecosystem":"npm","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":26212779791,"package_name":"lightningcss-android-arm64","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779792,"package_name":"lightningcss-darwin-arm64","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779793,"package_name":"lightningcss-darwin-x64","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779794,"package_name":"lightningcss-freebsd-x64","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779795,"package_name":"lightningcss-linux-arm-gnueabihf","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779796,"package_name":"lightningcss-linux-arm64-gnu","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779797,"package_name":"lightningcss-linux-arm64-musl","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779798,"package_name":"lightningcss-linux-x64-gnu","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779799,"package_name":"lightningcss-linux-x64-musl","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779800,"package_name":"lightningcss-win32-arm64-msvc","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779801,"package_name":"lightningcss-win32-x64-msvc","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779802,"package_name":"lightningcss","ecosystem":"npm","requirements":"1.33.0","direct":false,"kind":"runtime","optional":false},{"id":26212779803,"package_name":"locate-path","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779804,"package_name":"lru-cache","ecosystem":"npm","requirements":"11.5.2","direct":false,"kind":"runtime","optional":false},{"id":26212779805,"package_name":"magic-string","ecosystem":"npm","requirements":"0.30.21","direct":false,"kind":"runtime","optional":false},{"id":26212779806,"package_name":"mdn-data","ecosystem":"npm","requirements":"2.0.28","direct":false,"kind":"runtime","optional":false},{"id":26212779807,"package_name":"mdn-data","ecosystem":"npm","requirements":"2.27.1","direct":false,"kind":"runtime","optional":false},{"id":26212779808,"package_name":"minimatch","ecosystem":"npm","requirements":"10.2.6","direct":false,"kind":"runtime","optional":false},{"id":26212779809,"package_name":"minipass","ecosystem":"npm","requirements":"7.1.3","direct":false,"kind":"runtime","optional":false},{"id":26212779810,"package_name":"ms","ecosystem":"npm","requirements":"2.1.3","direct":false,"kind":"runtime","optional":false},{"id":26212779811,"package_name":"nanoid","ecosystem":"npm","requirements":"3.3.17","direct":false,"kind":"runtime","optional":false},{"id":26212779812,"package_name":"natural-compare","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"runtime","optional":false},{"id":26212779813,"package_name":"nth-check","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779814,"package_name":"obug","ecosystem":"npm","requirements":"2.1.4","direct":false,"kind":"runtime","optional":false},{"id":26212779815,"package_name":"optionator","ecosystem":"npm","requirements":"0.9.4","direct":false,"kind":"runtime","optional":false},{"id":26212779816,"package_name":"p-limit","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779817,"package_name":"p-locate","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779818,"package_name":"package-json-from-dist","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779819,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779820,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779821,"package_name":"path-parse","ecosystem":"npm","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":26212779822,"package_name":"path-scurry","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779823,"package_name":"pathe","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":26212779824,"package_name":"picocolors","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779825,"package_name":"picomatch","ecosystem":"npm","requirements":"4.0.5","direct":false,"kind":"runtime","optional":false},{"id":26212779826,"package_name":"pixelmatch","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":26212779827,"package_name":"playwright-core","ecosystem":"npm","requirements":"1.62.1","direct":false,"kind":"runtime","optional":false},{"id":26212779828,"package_name":"playwright","ecosystem":"npm","requirements":"1.62.1","direct":false,"kind":"development","optional":false},{"id":26212779829,"package_name":"pngjs","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":26212779830,"package_name":"postcss","ecosystem":"npm","requirements":"8.5.25","direct":false,"kind":"runtime","optional":false},{"id":26212779831,"package_name":"prelude-ls","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779832,"package_name":"prettier","ecosystem":"npm","requirements":"3.9.6","direct":false,"kind":"development","optional":false},{"id":26212779833,"package_name":"punycode","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"runtime","optional":false},{"id":26212779834,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779835,"package_name":"resolve","ecosystem":"npm","requirements":"1.22.12","direct":false,"kind":"runtime","optional":false},{"id":26212779836,"package_name":"rimraf","ecosystem":"npm","requirements":"6.1.3","direct":false,"kind":"development","optional":false},{"id":26212779837,"package_name":"rolldown","ecosystem":"npm","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":26212779838,"package_name":"rollup","ecosystem":"npm","requirements":"4.62.4","direct":false,"kind":"development","optional":false},{"id":26212779839,"package_name":"sax","ecosystem":"npm","requirements":"1.6.1","direct":false,"kind":"runtime","optional":false},{"id":26212779840,"package_name":"semver","ecosystem":"npm","requirements":"7.8.5","direct":false,"kind":"runtime","optional":false},{"id":26212779841,"package_name":"serialize-javascript","ecosystem":"npm","requirements":"7.0.7","direct":false,"kind":"runtime","optional":false},{"id":26212779842,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779843,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779844,"package_name":"siginfo","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779845,"package_name":"smob","ecosystem":"npm","requirements":"1.6.2","direct":false,"kind":"runtime","optional":false},{"id":26212779846,"package_name":"smol-toml","ecosystem":"npm","requirements":"1.7.1","direct":false,"kind":"runtime","optional":false},{"id":26212779847,"package_name":"source-map-js","ecosystem":"npm","requirements":"1.2.1","direct":false,"kind":"runtime","optional":false},{"id":26212779848,"package_name":"source-map-support","ecosystem":"npm","requirements":"0.5.21","direct":false,"kind":"runtime","optional":false},{"id":26212779849,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"runtime","optional":false},{"id":26212779850,"package_name":"stackback","ecosystem":"npm","requirements":"0.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779851,"package_name":"std-env","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":26212779852,"package_name":"streamx","ecosystem":"npm","requirements":"2.28.0","direct":false,"kind":"runtime","optional":false},{"id":26212779853,"package_name":"supports-preserve-symlinks-flag","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":26212779854,"package_name":"tar-stream","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":26212779855,"package_name":"teex","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":26212779856,"package_name":"terser","ecosystem":"npm","requirements":"5.49.0","direct":false,"kind":"runtime","optional":false},{"id":26212779857,"package_name":"text-decoder","ecosystem":"npm","requirements":"1.2.7","direct":false,"kind":"runtime","optional":false},{"id":26212779858,"package_name":"tinybench","ecosystem":"npm","requirements":"2.9.0","direct":false,"kind":"runtime","optional":false},{"id":26212779859,"package_name":"tinyexec","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779860,"package_name":"tinyglobby","ecosystem":"npm","requirements":"0.2.17","direct":false,"kind":"runtime","optional":false},{"id":26212779861,"package_name":"tinyrainbow","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"runtime","optional":false},{"id":26212779862,"package_name":"type-check","ecosystem":"npm","requirements":"0.4.0","direct":false,"kind":"runtime","optional":false},{"id":26212779863,"package_name":"typescript","ecosystem":"npm","requirements":"7.0.2","direct":false,"kind":"development","optional":false},{"id":26212779864,"package_name":"undici-types","ecosystem":"npm","requirements":"8.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779865,"package_name":"uri-js","ecosystem":"npm","requirements":"4.4.1","direct":false,"kind":"runtime","optional":false},{"id":26212779866,"package_name":"vite","ecosystem":"npm","requirements":"8.2.0","direct":false,"kind":"runtime","optional":false},{"id":26212779867,"package_name":"vitest","ecosystem":"npm","requirements":"4.1.10","direct":false,"kind":"runtime","optional":false},{"id":26212779868,"package_name":"vscode-languageserver-textdocument","ecosystem":"npm","requirements":"1.0.12","direct":false,"kind":"runtime","optional":false},{"id":26212779869,"package_name":"vscode-uri","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779870,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"runtime","optional":false},{"id":26212779871,"package_name":"why-is-node-running","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":26212779872,"package_name":"word-wrap","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"runtime","optional":false},{"id":26212779873,"package_name":"xdg-basedir","ecosystem":"npm","requirements":"5.1.0","direct":false,"kind":"runtime","optional":false},{"id":26212779874,"package_name":"yaml","ecosystem":"npm","requirements":"2.9.0","direct":false,"kind":"runtime","optional":false},{"id":26212779875,"package_name":"yocto-queue","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"pnpm-workspace.yaml","sha":null,"kind":"manifest","created_at":"2026-08-20T04:20:27.066Z","updated_at":"2026-08-20T04:20:27.066Z","repository_link":"https://github.com/svg/svgo/blob/main/pnpm-workspace.yaml","dependencies":[]}],"score":37.112460891544615,"created_at":"2026-07-08T06:24:13.953Z","updated_at":"2026-09-10T22:32:05.675Z","avatar_url":"https://github.com/svg.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/377966","html_url":"https://summary.ecosyste.ms/projects/377966"}