{"id":9171316,"name":"dockview-react","ecosystem":"npm","description":"React docking layout manager — tabs, groups, grids, splitviews, drag and drop, floating panels","homepage":"https://github.com/mathuo/dockview","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/mathuo/dockview","keywords_array":["splitview","split-view","gridview","grid-view","dockview","dock-view","grid","tabs","layout","layout manager","dock layout","dock","docking","splitter","drag-and-drop","drag","drop","touch","mobile","typescript","zero-dependency","ide-layout","panel","resizable","floating","serialization","workbench","react","react-component"],"namespace":null,"versions_count":86,"first_release_published_at":"2024-03-05T20:56:20.988Z","latest_release_published_at":"2026-05-26T20:05:10.852Z","latest_release_number":"6.6.1","last_synced_at":"2026-05-26T20:05:26.895Z","created_at":"2024-03-06T06:08:30.239Z","updated_at":"2026-05-26T20:07:20.016Z","registry_url":"https://www.npmjs.com/package/dockview-react","install_command":"npm install dockview-react","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"experimental":"0.0.0-experimental-d648cb431-20260512","latest":"6.6.1"}},"repo_metadata":{"id":36997974,"uuid":"274765273","full_name":"mathuo/dockview","owner":"mathuo","description":"Zero dependency docking layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue, Angular, and vanilla TypeScript.","archived":false,"fork":false,"pushed_at":"2026-05-19T22:23:46.000Z","size":336747,"stargazers_count":3199,"open_issues_count":107,"forks_count":159,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-05-19T22:57:48.328Z","etag":null,"topics":["angular","dock","docking","docking-layout","docking-library","drag-and-drop","floating-panels","grid","layout","layout-manager","panel","popout-windows","react","splitview","tabs","typescript","ui-components","vue","vuejs","zero-dependency"],"latest_commit_sha":null,"homepage":"https://dockview.dev","language":"TypeScript","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/mathuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2020-06-24T20:40:51.000Z","updated_at":"2026-05-19T19:58:33.000Z","dependencies_parsed_at":"2026-04-27T23:03:16.466Z","dependency_job_id":null,"html_url":"https://github.com/mathuo/dockview","commit_stats":{"total_commits":1136,"total_committers":22,"mean_commits":51.63636363636363,"dds":"0.42165492957746475","last_synced_commit":"a202a491829b9bfd1b09451ac87592df54e9b2ae"},"previous_names":[],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/mathuo/dockview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathuo","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/sbom","scorecard":{"id":624695,"data":{"date":"2025-08-11","repo":{"name":"github.com/mathuo/dockview","commit":"65b68a66cc50967f2a584192aa9828570f6359b3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/17 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 15 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-docs.yml:1","Warn: no topLevel permission defined: .github/workflows/main.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.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":"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-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-docs.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/deploy-docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-docs.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/deploy-docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/deploy-docs.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-docs.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/deploy-docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/main.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/mathuo/dockview/publish.yml/master?enable=pin","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: branch 'master' does not require approvers","Warn: codeowners review is required - but no codeowners file found in repo","Warn: no status checks found to merge onto branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:10"],"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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (20) 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":0,"reason":"52 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-328p-362g-r48j","Warn: Project is vulnerable to: GHSA-876p-c77m-x2hc","Warn: Project is vulnerable to: GHSA-8hc4-vh64-cxmj","Warn: Project is vulnerable to: GHSA-jr5f-v2jv-69x6","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-ghr5-ch3p-vcr6","Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-f7f6-9jq7-3rqj","Warn: Project is vulnerable to: GHSA-rv95-896h-c2vc","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc","Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27","Warn: Project is vulnerable to: GHSA-4www-5p9h-95mh","Warn: Project is vulnerable to: GHSA-9gqv-wp59-fq42","Warn: Project is vulnerable to: GHSA-m5qc-5hw7-8vg7","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-8jhw-289h-jh2g","Warn: Project is vulnerable to: GHSA-64vr-g452-qvp3","Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx","Warn: Project is vulnerable to: GHSA-vg6x-rcgg-rjx6","Warn: Project is vulnerable to: GHSA-x574-m823-4x7w","Warn: Project is vulnerable to: GHSA-4r4m-qw57-chr8","Warn: Project is vulnerable to: GHSA-xcj6-pq6g-qj4x","Warn: Project is vulnerable to: GHSA-356w-63v5-8wf4","Warn: Project is vulnerable to: GHSA-859w-5945-r5v3","Warn: Project is vulnerable to: GHSA-g3ch-rx76-35fx","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986","Warn: Project is vulnerable to: GHSA-wr3j-pwj9-hqq6","Warn: Project is vulnerable to: GHSA-4v9v-hfq4-rm2v","Warn: Project is vulnerable to: GHSA-9jgg-88mc-972h","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"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-21T06:05:00.532Z","repository_id":36997974,"created_at":"2025-08-21T06:05:00.532Z","updated_at":"2025-08-21T06:05:00.532Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"mathuo","name":null,"uuid":"6710312","kind":"user","description":"Software Developer\r\n\r\ngithub.mathuo@gmail.com","email":"","website":"dockview.dev","location":"London, UK","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6710312?u=40304d805b221458641d68f4b6e7dce7e0e76fb1\u0026v=4","repositories_count":5,"last_synced_at":"2025-06-23T05:02:44.864Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mathuo","funding_links":[],"total_stars":2615,"followers":44,"following":6,"created_at":"2022-11-14T06:38:46.686Z","updated_at":"2025-06-23T05:02:44.864Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathuo","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathuo/repositories"},"tags":[{"name":"v6.3.0","sha":"d4aa0aedd8fcf90aaa60f9c919d66d0e8bf1fe88","kind":"tag","published_at":"2026-05-16T21:31:56.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.3.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.3.0/manifests"},{"name":"v6.2.2","sha":"208abc7773f5cc711df6bf290d3e439edfb3f769","kind":"tag","published_at":"2026-05-12T22:09:53.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.2.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.2/manifests"},{"name":"v6.2.1","sha":"4ca430464ff70e0752f0d7817bb386fa32de5e6c","kind":"tag","published_at":"2026-05-12T20:41:55.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.2.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.1/manifests"},{"name":"v6.2.0","sha":"7fc9236299c0b9d1db330a2389781b6dd783b453","kind":"tag","published_at":"2026-05-12T20:13:30.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.2.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.2.0/manifests"},{"name":"v6.1.1","sha":"f6620090395962cccf2989b8134135d6f79d03d4","kind":"tag","published_at":"2026-05-11T19:30:27.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.1.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.1.1/manifests"},{"name":"v6.0.7","sha":"4157ddf4b086aba3dbbe080e85060269d23ae45e","kind":"tag","published_at":"2026-05-10T19:59:48.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.7","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.7/manifests"},{"name":"v6.0.6","sha":"d7107db9d42454b02f83e47cc290f38aa89beb8d","kind":"tag","published_at":"2026-05-08T21:31:11.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.6","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.6/manifests"},{"name":"v6.0.5","sha":"ff33ff6babc73dfbf1139ee39ad638e29e5a3c04","kind":"tag","published_at":"2026-05-06T21:42:43.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.5","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.5/manifests"},{"name":"v6.0.4","sha":"8a3234c40a3377660941e05132179e31b0b1dc5b","kind":"tag","published_at":"2026-05-06T21:40:16.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.4/manifests"},{"name":"v6.0.3","sha":"f05386d153d16c08e73122d76e5b1f9e274d65df","kind":"tag","published_at":"2026-05-05T21:40:28.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.3/manifests"},{"name":"v6.0.2","sha":"40913d25493ea875df18343351d037ee7b64c23d","kind":"commit","published_at":"2026-05-05T21:20:14.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"3ad99f48e64221080c4381d7ec7f32361af63c4e","kind":"tag","published_at":"2026-05-04T21:22:08.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"b220c67751b40587ed43b50b231d04b61b6a1bbf","kind":"tag","published_at":"2026-05-02T20:59:32.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v6.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v6.0.0/manifests"},{"name":"v5.2.0","sha":"e1659a4c68efc7105c2430375444acaeba56c6c0","kind":"tag","published_at":"2026-03-26T21:08:32.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v5.2.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"ef6a232f5667e2954c6cf5766d3a27e57140d390","kind":"tag","published_at":"2026-03-02T22:11:53.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v5.1.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"220f92f1ba14c2e3e9b80514edb14fd363b5a6c2","kind":"tag","published_at":"2026-02-16T22:16:02.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v5.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v5.0.0/manifests"},{"name":"v4.13.1","sha":"2b3575df4803c26406bb56d5409fe7877ba83ad8","kind":"tag","published_at":"2025-12-29T12:05:07.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.13.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.13.1/manifests"},{"name":"v4.13.0","sha":"59dd3a3a767dfe5f924386bbe9f243f64d8ed591","kind":"tag","published_at":"2025-12-28T13:23:21.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.13.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.13.0/manifests"},{"name":"v4.12.0","sha":"dbf74c3cbf1e78263e00ea03e3fb5e425c8f47ea","kind":"tag","published_at":"2025-12-19T21:12:36.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.12.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.12.0/manifests"},{"name":"v4.11.0","sha":"84ddfdcedc9120234b5c8a16a6714d05b5c7a37e","kind":"tag","published_at":"2025-11-04T21:56:45.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.11.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.11.0/manifests"},{"name":"v4.10.0","sha":"5d35ba2c23327caf6d1545c889249ed85f486941","kind":"tag","published_at":"2025-10-30T22:19:05.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.10.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.10.0/manifests"},{"name":"v4.9.0","sha":"9328b78cc396c4e71aa8432bcfd20fc02c7f6fd9","kind":"tag","published_at":"2025-09-22T21:21:08.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.9.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.9.0/manifests"},{"name":"v4.8.0","sha":"22a8a99a90c5ca03fca34a9334b9deaa4296aee2","kind":"tag","published_at":"2025-09-22T21:17:36.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.8.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"96fc7bc834172930f0e6d519621a63d6677d04f0","kind":"tag","published_at":"2025-08-29T18:44:48.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.7.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"6c3ba3322669cdc11421421a448d2289ee0d102e","kind":"tag","published_at":"2025-08-22T21:23:42.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.7.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.7.0/manifests"},{"name":"v4.6.2","sha":"a7a13b85c1ab888d9700881c7e4adb2b257553a4","kind":"tag","published_at":"2025-08-02T13:55:50.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.6.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.2/manifests"},{"name":"v4.6.1","sha":"5c7d5b9ae7cf373cf8b0a80781b327dcfde4f470","kind":"tag","published_at":"2025-08-02T13:51:27.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.6.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.1/manifests"},{"name":"v4.6.0","sha":"9e3f036f46889ae88f14d05ec61547bed31da5f2","kind":"tag","published_at":"2025-08-02T13:38:26.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.6.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.6.0/manifests"},{"name":"v4.5.0","sha":"04ae805774dff9d4125a9f008f6387cc38894876","kind":"tag","published_at":"2025-07-20T16:05:23.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.5.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.5.0/manifests"},{"name":"v4.4.1","sha":"23a5d84020f1a53d2c17026aa996416fa922187b","kind":"tag","published_at":"2025-07-17T19:42:31.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.4.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.4.1/manifests"},{"name":"v4.4.0","sha":"9de0a6185a1fd50d824ab9800966ab4c84f05220","kind":"tag","published_at":"2025-06-19T20:38:28.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.4.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.4.0/manifests"},{"name":"v4.3.1","sha":"bf7d492e16c7e140842c63952da2693e317a0ec9","kind":"tag","published_at":"2025-06-05T17:42:04.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.3.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.3.1/manifests"},{"name":"v4.3.0","sha":"fc5484a955b5b154f4c23cba7329d0ac0bb71101","kind":"tag","published_at":"2025-06-03T20:57:53.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.3.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.3.0/manifests"},{"name":"v4.2.5","sha":"1e63da807b561ec016f0d306b6163fbdb5d93229","kind":"tag","published_at":"2025-05-01T16:59:16.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.5","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.5/manifests"},{"name":"v4.2.4","sha":"3ddea558341bf43ceab4d2422b8d4f9bfe5e797b","kind":"tag","published_at":"2025-04-29T20:01:28.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.4/manifests"},{"name":"v4.2.3","sha":"87f257df1e04ed4a87367fce0c4bf5cd6a181501","kind":"tag","published_at":"2025-04-08T17:23:57.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.3/manifests"},{"name":"v4.2.2","sha":"8a3a7e5063109cefda308bd870f2b1854dad7513","kind":"tag","published_at":"2025-03-26T22:15:46.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"aad168da845216517853d260da9b79a34b5c5808","kind":"tag","published_at":"2025-03-18T19:52:39.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"8188fd94292b90427d96e7db0f43f1dc2676d6a8","kind":"tag","published_at":"2025-03-17T19:49:00.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.2.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.2.0/manifests"},{"name":"v4.1.0","sha":"f79bbe0a6a910cfd9ac669b64b6a4ec6e0c7451f","kind":"tag","published_at":"2025-03-16T21:08:09.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.1.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.1.0/manifests"},{"name":"v4.0.1","sha":"54ae457ccda4f460313e78049de251193f181831","kind":"tag","published_at":"2025-03-14T22:01:57.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.0.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"bffd2dea89fa216bb077a3c333308d0fc2482c4e","kind":"tag","published_at":"2025-03-12T20:25:13.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v4.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v4.0.0/manifests"},{"name":"v3.2.0","sha":"ab965ca7260596ecc72b2272f51b37f2765aeb0e","kind":"tag","published_at":"2025-02-12T21:29:31.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.2.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.2.0/manifests"},{"name":"v3.1.1","sha":"16373429a83ddd575da54d33fa3adefa361652af","kind":"tag","published_at":"2025-02-09T14:40:58.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.1.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"e71d8b1d093881fbe04a8c63497741771a502f57","kind":"tag","published_at":"2025-02-02T22:30:39.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.1.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.1.0/manifests"},{"name":"v3.0.2","sha":"c0cbe8983592bc76b6549edd8409b6e3f3b54049","kind":"tag","published_at":"2025-01-11T15:13:01.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.0.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"872ec7cba9fa8c99f9dd932b5d1f384fca7d6778","kind":"tag","published_at":"2025-01-09T20:17:19.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.0.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"148a05a201c22c44c0f0a6d1ab54cbad17cec525","kind":"tag","published_at":"2024-12-29T14:17:33.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v3.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v3.0.0/manifests"},{"name":"v2.1.4","sha":"32fa1511d8c64a812cdbe5f7c07aaa1dc01815e3","kind":"tag","published_at":"2024-12-22T19:20:36.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.1.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"8650de90aaafdc2357c234d57655f1f74d6abb6b","kind":"tag","published_at":"2024-12-22T10:17:37.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.1.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"7fe2e43d430d2715499c0978d432c6cb88f124f5","kind":"tag","published_at":"2024-12-21T19:25:31.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.1.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"53cdf42d84ddb51a6a93e95f8aac9feeba6caa45","kind":"tag","published_at":"2024-12-20T20:07:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.1.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"13c4a65e1886453d58bae31d345c190c9e3d28f1","kind":"tag","published_at":"2024-12-17T22:17:55.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.1.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"8a05aede4cb16b0bdde8c64f5ec57c219d49a0d4","kind":"tag","published_at":"2024-11-03T19:21:57.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v2.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v2.0.0/manifests"},{"name":"v1.17.2","sha":"0097da7fde615da1e98a8274b16dfc7204fb1a9b","kind":"tag","published_at":"2024-10-12T14:18:12.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.17.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"d1d8c8083e774e2e9d3fe18d8806de7e6d0ecf5a","kind":"tag","published_at":"2024-09-05T19:18:53.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.17.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"62fee4e7ec3ad58ebc10029a7ce70efb4bce7f7a","kind":"tag","published_at":"2024-09-05T18:49:22.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.17.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.17.0/manifests"},{"name":"v1.16.1","sha":"a6a2d048c7fc11fb6a7c071857861aaa7c14bd33","kind":"tag","published_at":"2024-08-13T18:45:23.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.16.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"56182aa60f6305a58987d75366024667e6a1ea53","kind":"tag","published_at":"2024-08-11T20:48:36.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.16.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"e5e9603221a53286e469e0cd1cec6c5aa9b7ef4c","kind":"tag","published_at":"2024-08-01T19:07:13.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.15.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"5b9dbdf57e6a1beb3ab9c600f0dd88651e8843a8","kind":"tag","published_at":"2024-07-17T21:34:33.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.15.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"374bd2adff0faed40784b33dd4a691f3c9988ae0","kind":"tag","published_at":"2024-07-16T19:25:01.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.15.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"b326291f94e21b100e09fdca981d0b90b4366d06","kind":"tag","published_at":"2024-07-10T20:41:12.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.15.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"e3fb689d27f13a2423164b8a7c8c653e57bbcac3","kind":"tag","published_at":"2024-06-08T19:01:34.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.14.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"b81afd45e8263439c2b278ba52f1ec753e51c3d6","kind":"tag","published_at":"2024-05-28T20:47:50.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.14.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"9c6dae30ca520bf790927f8dd4b38ac96c31e487","kind":"tag","published_at":"2024-05-23T21:01:14.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.14.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.14.0/manifests"},{"name":"v1.13.1","sha":"688abef81d0024bbf1733215abe7880a08bf0a87","kind":"tag","published_at":"2024-05-05T18:59:28.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.13.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"9c091f5126ecfe1f0a897580c4cc5567df01b540","kind":"tag","published_at":"2024-04-27T12:19:52.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.13.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.13.0/manifests"},{"name":"v1.12.0","sha":"5a1e41775f9e4a1145b53fb2c7b6555a53be2124","kind":"tag","published_at":"2024-04-15T20:06:18.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.12.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.12.0/manifests"},{"name":"v1.11.0","sha":"deb59eb94a5809c3bb1f356e73955ed3d3068b3f","kind":"tag","published_at":"2024-03-17T14:23:08.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.11.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.11.0/manifests"},{"name":"v1.10.2","sha":"4e54915a9330d5e3c2a650ce742e3ff755c053f9","kind":"tag","published_at":"2024-03-15T20:26:51.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.10.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"45919ff397b1def2bb4a877eaade288bf395623d","kind":"tag","published_at":"2024-03-02T22:31:11.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.10.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"566fc0a7c8ec0921fd45c57b15969e474978b1cc","kind":"tag","published_at":"2024-02-25T15:44:15.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.10.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"c11d65bef7541a30330de25fa38400cb27d76adc","kind":"tag","published_at":"2024-01-23T17:37:02.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.9.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"502a984d2bac43698ff72b43d0c02abe651399fc","kind":"tag","published_at":"2024-01-20T15:05:43.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.9.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"8a67f60747d4e38db278eb4fda918db1b121ae8e","kind":"tag","published_at":"2024-01-15T20:24:40.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.9.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.9.0/manifests"},{"name":"v1.8.5","sha":"a1b3a94c4293040db9c7fc241c4fc3150820d50c","kind":"tag","published_at":"2023-10-29T13:09:21.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.5","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"47f78ad649ef2c7b31b72fc3255eb99855c67f58","kind":"tag","published_at":"2023-10-06T19:14:57.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"4ad5b0ffe46d7d7f17a6ed97eb5715c5e603962b","kind":"tag","published_at":"2023-09-17T13:16:52.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"bae45867fa363ba583ea89afc3bd8bf7da78ae90","kind":"tag","published_at":"2023-07-24T20:04:39.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"175e8caa67bb320adf739da0aa48f78a9dd3a9f8","kind":"tag","published_at":"2023-07-24T19:30:50.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"2202a89c15d628c7245417c796625db3fc742c85","kind":"tag","published_at":"2023-07-23T13:33:51.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.8.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.8.0/manifests"},{"name":"v1.7.6","sha":"5d1b6c336f066cfc43eb07ad6d27e1e30d1fe16f","kind":"tag","published_at":"2023-06-21T18:57:38.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.6","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.6/manifests"},{"name":"v1.7.5","sha":"54bc30c1aa7bd523a5fea025cf438ef221cc3a9b","kind":"tag","published_at":"2023-06-11T19:25:44.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.5","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"7dde18c6369bb154425ca36e2e8cec3b8fdbfe35","kind":"tag","published_at":"2023-06-11T08:45:32.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"3d47c8e2c550624bec76ed8f055577c93bd2c35e","kind":"tag","published_at":"2023-06-04T09:22:22.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"fda40a9fcb7a67f2219d6d301cd546e2d2212cbc","kind":"tag","published_at":"2023-05-07T19:53:15.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"302c26984937a7943e2a5b29a058834350a8fd33","kind":"tag","published_at":"2023-04-11T20:06:55.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"5e15af4ad508f1096a9d8c37812f3b0a7dc62fc7","kind":"tag","published_at":"2023-03-25T15:01:21.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.7.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"c7565f7c24c15dd52aa6b3ffbdd7c1e0cb01f616","kind":"tag","published_at":"2023-02-26T12:40:25.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.6.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.6.0/manifests"},{"name":"v1.5.2","sha":"834d763445f819636fad349ca590af55e7b4389e","kind":"tag","published_at":"2022-10-04T20:38:30.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.5.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f8137b7eb7305b0aa6c2cb3d549b46b73a1716f4","kind":"tag","published_at":"2022-07-23T14:49:39.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.5.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"653fead20b8082daea902d949912d75680b5a2dc","kind":"tag","published_at":"2022-06-19T19:22:05.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.5.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"95c7b1a624f19b37fc8ec13531d7d6f4f54a3164","kind":"tag","published_at":"2022-05-26T21:01:13.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.4.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5fba8814a8a510ca1bdc26d9744bf3cf4e29cf41","kind":"tag","published_at":"2022-05-16T20:29:20.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.4.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"ba2976dd74eeb664dea846690c89ccf8961cdd75","kind":"tag","published_at":"2022-05-11T20:55:11.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.4.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"63a9ba81ccc854880c9d526831d5a120e76edd86","kind":"tag","published_at":"2022-05-08T20:02:18.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.4.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"432ab10e7f1059918b736b27d5c3ef86c44c4bf3","kind":"tag","published_at":"2022-05-01T19:27:19.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.3.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"bbf59bd31179a6a386a18433cb5dfb32e6b837d3","kind":"tag","published_at":"2022-04-24T14:12:01.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.3.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"2dc0c4ab219a5b2188b9d98e032d9b987561bf4d","kind":"tag","published_at":"2022-04-23T15:44:39.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.2.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"1816476fbbd7c1ec674f20d0df4f443f36124660","kind":"tag","published_at":"2022-03-17T20:32:07.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.1.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.1.0/manifests"},{"name":"v1.0.3","sha":"0b051157332ff2611a95f53a39e4643cac70f020","kind":"tag","published_at":"2022-02-22T21:13:05.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.0.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"6ba801550244fdf4d1b6f6de1e3197bfcd0a773b","kind":"tag","published_at":"2022-02-22T20:14:56.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.0.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"8f49d29bdb3010ca0e8d5d84ccc50402565fd374","kind":"tag","published_at":"2022-02-16T20:36:38.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.0.1","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"5c2a0cf93d135d90c15bb9cc70c9e37594c6b569","kind":"tag","published_at":"2021-12-18T16:11:53.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v1.0.0","html_url":"https://github.com/mathuo/dockview/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v1.0.0/manifests"},{"name":"v0.0.28","sha":"d4079cdf4c00bd19456d622e19cb2f2b9831091d","kind":"tag","published_at":"2021-11-19T22:00:03.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.28","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.28/manifests"},{"name":"v0.0.27","sha":"fb593231d9d64cb5959ea64e4836efb39bd62064","kind":"tag","published_at":"2021-10-25T20:29:49.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.27","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.27/manifests"},{"name":"v0.0.26","sha":"c087dc1418d50959b86e0d9ab47cbc2fb7a92643","kind":"tag","published_at":"2021-10-24T16:08:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.26","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.26/manifests"},{"name":"v0.0.25","sha":"005d802a993b7bbbb00824fe9872ee2fbbccf207","kind":"tag","published_at":"2021-10-17T20:58:56.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.25","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"80856c43649dd6316e230dcb6c0f36ff9a89ecf0","kind":"tag","published_at":"2021-10-14T16:55:58.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.24","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"7ec824ea0108b87732d931993855337c5e56ceb3","kind":"tag","published_at":"2021-07-14T19:33:38.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.23","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"529bbed42fa38129e8c40f67a04355046e69c050","kind":"tag","published_at":"2021-07-02T20:04:20.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.22","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"c7090b53013cd6877a73faafc5dbbd4573931f2f","kind":"tag","published_at":"2021-06-16T21:32:51.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.21","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"374d59f2cb465aef11458d588c43df486d1adf67","kind":"tag","published_at":"2021-06-07T17:33:01.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.20","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"53b9b9368b759269e036458064a079247f31ec9e","kind":"tag","published_at":"2021-06-06T13:42:10.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.19","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"68572e4f242ce9f1a492cdbf8c896c2af4b28bd7","kind":"tag","published_at":"2021-06-03T20:32:01.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.18","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"59e2f258026b4afd10e3ba14520a9df1ec464092","kind":"tag","published_at":"2021-04-11T19:22:56.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.17","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"2faa8512e63d14401701dca8675b8a3e20fa68b2","kind":"tag","published_at":"2021-03-28T21:49:29.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.16","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"7aaec28ebdabefaf2f252aeba20055b0e53c4f5f","kind":"tag","published_at":"2021-03-24T21:08:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.15","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"de5faec9ec503552bd4a9406c44b5a0677c1c958","kind":"tag","published_at":"2021-03-24T20:30:03.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.14","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"43de915410a87fe72742390c6b1e331e2e7b908d","kind":"tag","published_at":"2021-03-23T21:38:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.13","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"b7d1dad0da005d251d0dd2225b10933f4d3f9e2a","kind":"tag","published_at":"2021-03-18T08:12:18.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.12","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"05334f1b5e47c6d8a6c1b974922bae10f69a1970","kind":"tag","published_at":"2021-03-14T16:18:40.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.11","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"6d3ef658e132d29336d8febcba58268d02b91519","kind":"tag","published_at":"2021-03-07T21:53:57.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.10","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"87fb3497b45dffc9116627408ff94dfa274d87d4","kind":"tag","published_at":"2021-02-10T21:59:59.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.9","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"549e64422e8253f0c558b8b0f0b3db03ed96f8f5","kind":"tag","published_at":"2021-02-09T17:29:15.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.8","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"fb2c4cbea96c7cb06b68012eeaca857a16b4c816","kind":"tag","published_at":"2020-12-20T21:10:41.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.7","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"fc7ef9226ba39ea4181b4d6f93d5b22cf6352af3","kind":"tag","published_at":"2020-12-20T20:34:22.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.6","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"cc5401de86e19ecfe965b1de30ed8b47f29e14e4","kind":"tag","published_at":"2020-12-15T22:38:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.5","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"a4996707743fc27164f6c7de96a276cb9935982a","kind":"tag","published_at":"2020-12-14T21:28:29.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"2a0187868ae13cf8e8e78cafd5824507ae218193","kind":"tag","published_at":"2020-12-13T20:32:38.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"cc0568d5ad260abeb19e0ae83754746191866eb1","kind":"tag","published_at":"2020-12-10T22:11:17.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.2","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.2/manifests"},{"name":"v0.0.0-beta.4","sha":"cf7959cbf2115f729f9775992af1c346514f812b","kind":"tag","published_at":"2020-10-20T06:33:47.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.0-beta.4","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.0-beta.4/manifests"},{"name":"v0.0.0-beta.3","sha":"33e2052f4f031e3e53ee1081c201583f71a5e49e","kind":"tag","published_at":"2020-10-19T21:00:13.000Z","download_url":"https://codeload.github.com/mathuo/dockview/tar.gz/v0.0.0-beta.3","html_url":"https://github.com/mathuo/dockview/releases/tag/v0.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mathuo/dockview@v0.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/tags/v0.0.0-beta.3/manifests"}]},"repo_metadata_updated_at":"2026-05-26T20:07:20.016Z","dependent_packages_count":0,"downloads":126802,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":20.359474567117122,"dependent_repos_count":32.815612971583455,"dependent_packages_count":47.08378764740157,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":33.41962506203405},"purl":"pkg:npm/dockview-react","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/dockview-react","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/dockview-react","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/dockview-react/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-26T20:06:21.712Z","issues_count":360,"pull_requests_count":654,"avg_time_to_close_issue":2305580.35443038,"avg_time_to_close_pull_request":697375.3236797274,"issues_closed_count":236,"pull_requests_closed_count":587,"pull_request_authors_count":43,"issue_authors_count":145,"avg_comments_per_issue":1.0583333333333333,"avg_comments_per_pull_request":1.1192660550458715,"merged_pull_requests_count":461,"bot_issues_count":0,"bot_pull_requests_count":96,"past_year_issues_count":43,"past_year_pull_requests_count":70,"past_year_avg_time_to_close_issue":1184412.7857142857,"past_year_avg_time_to_close_pull_request":384729.5909090909,"past_year_issues_closed_count":14,"past_year_pull_requests_closed_count":44,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":32,"past_year_avg_comments_per_issue":0.5813953488372093,"past_year_avg_comments_per_pull_request":1.1714285714285715,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":31,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathuo%2Fdockview/issues","maintainers":[{"login":"mathuo","count":606,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mathuo"}],"active_maintainers":[{"login":"mathuo","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mathuo"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/dockview-react/codemeta","maintainers":[{"uuid":"mathuo","login":"mathuo","name":null,"email":"mathuo.npm@gmail.com","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~mathuo","role":null,"created_at":"2024-03-06T06:08:30.861Z","updated_at":"2024-03-06T06:08:30.861Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mathuo/packages"}]}