{"id":12083819,"name":"@hema-to/regl-scatterplot","ecosystem":"npm","description":"A WebGL-Powered Scalable Interactive Scatter Plot Library","homepage":"https://github.com/flekschas/regl-scatterplot","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/flekschas/regl-scatterplot","keywords_array":["scatterplot","2d scatter","interactive data visualization","regl","WebGL","embedding plot"],"namespace":"hema-to","versions_count":4,"first_release_published_at":"2025-09-08T10:26:21.610Z","latest_release_published_at":"2025-09-08T10:10:17.544Z","latest_release_number":"1.14.1","last_synced_at":"2026-04-01T14:47:03.828Z","created_at":"2025-09-08T10:10:49.530Z","updated_at":"2026-04-01T14:48:59.778Z","registry_url":"https://www.npmjs.com/package/@hema-to/regl-scatterplot","install_command":"npm install @hema-to/regl-scatterplot","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.14.1-hemato.2"}},"repo_metadata":{"id":32963470,"uuid":"147241834","full_name":"flekschas/regl-scatterplot","owner":"flekschas","description":"Scalable WebGL-based scatter plot library build with Regl","archived":false,"fork":false,"pushed_at":"2026-01-22T00:34:26.000Z","size":8293,"stargazers_count":231,"open_issues_count":11,"forks_count":29,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-02-22T12:33:21.099Z","etag":null,"topics":["2d","regl","scatter-plot","scatterplot","visualization","webgl"],"latest_commit_sha":null,"homepage":"https://flekschas.github.io/regl-scatterplot/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flekschas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-03T18:48:39.000Z","updated_at":"2026-02-19T12:54:39.000Z","dependencies_parsed_at":"2026-01-16T11:09:22.543Z","dependency_job_id":null,"html_url":"https://github.com/flekschas/regl-scatterplot","commit_stats":{"total_commits":696,"total_committers":10,"mean_commits":69.6,"dds":0.0818965517241379,"last_synced_commit":"bfc7b4b0e1d56f2dd015d1ede1d7399b590af40b"},"previous_names":["flekschas/webgl-scatterplot"],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/flekschas/regl-scatterplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flekschas","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/sbom","scorecard":{"id":403029,"data":{"date":"2025-08-11","repo":{"name":"github.com/flekschas/regl-scatterplot","commit":"17a650c352fad313d1574472b2fdc5f58b9e1eca"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":0,"reason":"Found 0/25 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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":2,"reason":"dependency not pinned by hash detected -- score normalized to 2","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/flekschas/regl-scatterplot/release.yml/main?enable=pin","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 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":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3"],"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-18T20:31:30.581Z","repository_id":32963470,"created_at":"2025-08-18T20:31:30.581Z","updated_at":"2025-08-18T20:31:30.581Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"flekschas","name":"Fritz Lekschas","uuid":"932103","kind":"user","description":"Computer scientist researching visualization systems for large-scale exploration of biomedical data. Harvard CS PhD '21.","email":"","website":"https://lekschas.de","location":"Somerville, MA","twitter":"flekschas","company":null,"icon_url":"https://avatars.githubusercontent.com/u/932103?u=79d413b33b52554426b4ae5191c63f30ce39baff\u0026v=4","repositories_count":117,"last_synced_at":"2024-03-19T00:42:25.031Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/flekschas","funding_links":[],"total_stars":1400,"followers":null,"following":null,"created_at":"2022-11-09T01:41:51.993Z","updated_at":"2024-03-19T00:42:38.980Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flekschas","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flekschas/repositories"},"tags":[{"name":"v1.15.0","sha":"081a500976a05d15d41cb595a9509b54090a1c21","kind":"tag","published_at":"2026-01-13T21:39:41.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.15.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.15.0/manifests"},{"name":"v1.14.1","sha":"17a650c352fad313d1574472b2fdc5f58b9e1eca","kind":"tag","published_at":"2025-05-03T02:33:26.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.14.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"b175ef5fb68b74867fd722efa6167b9f383d4873","kind":"tag","published_at":"2025-03-04T21:47:16.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.14.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"4a264709e4695d7ba7fe31872463be8b29973509","kind":"tag","published_at":"2025-02-13T14:15:54.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.13.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"30f46e6c849195ed784aaee87c5f74659167df8f","kind":"tag","published_at":"2025-02-10T21:10:17.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.13.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"6601aac71b1ae9a46c21cc8f8b023e7d1ec16719","kind":"tag","published_at":"2025-01-19T18:54:00.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.13.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.13.0/manifests"},{"name":"v1.12.1","sha":"1420cf5121c5fb1c423cbe9a103f2460ccc78aff","kind":"tag","published_at":"2025-01-13T01:49:34.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.12.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"27ce203168043e10aa5e256ac6dc5898074ea48b","kind":"tag","published_at":"2024-12-28T11:21:31.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.12.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.12.0/manifests"},{"name":"v1.11.4","sha":"d425e8f468fbe248c60654752089296dbc879edd","kind":"tag","published_at":"2024-12-13T23:04:40.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.11.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"0b1a61d715263ea7554768a8a171e47c82fa1366","kind":"tag","published_at":"2024-12-11T15:23:38.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.11.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"01624229a10e6a6dd6f7f4b70487b018e1744c0b","kind":"tag","published_at":"2024-12-11T15:00:13.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.11.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"86355cd2762feed1049376a9b3ee248560d72355","kind":"tag","published_at":"2024-11-23T16:10:26.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.11.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"4e66e08ef51f457cab9eebb7d381c9637483263f","kind":"tag","published_at":"2024-09-28T16:07:07.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.11.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.11.0/manifests"},{"name":"v1.10.4","sha":"665d245e0ce23a4438afcee0c967192c6f1c3c37","kind":"tag","published_at":"2024-08-16T20:14:46.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.10.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.4/manifests"},{"name":"v1.10.3","sha":"e2931b7029bc80eb9e2958d37d3471b9140d3ce5","kind":"tag","published_at":"2024-08-14T18:43:57.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.10.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"109c20e6f5cc9b41cbf610ec9ecfdc0aefa44af0","kind":"tag","published_at":"2024-07-18T18:34:27.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.10.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"104969a1603a59631f8d0d6e3e0396a020758c01","kind":"tag","published_at":"2024-07-17T20:36:38.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.10.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"dddcd67206eb84b9f74d82cc85367bb54cb013d8","kind":"tag","published_at":"2024-06-26T01:53:46.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.10.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.10.0/manifests"},{"name":"v1.9.6","sha":"9a831c5236952dd6190b64449eb3ef2242d24d37","kind":"tag","published_at":"2024-06-23T17:08:06.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.6","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.6/manifests"},{"name":"v1.9.5","sha":"674c526243f67204adf4f0b1eef2d7ca021c5da1","kind":"tag","published_at":"2024-06-21T19:39:46.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.5","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.5/manifests"},{"name":"v1.9.4","sha":"4da1015b8f5bba92054ccb034e2aa6f6c36869ce","kind":"tag","published_at":"2024-06-11T13:34:06.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.4/manifests"},{"name":"v1.9.3","sha":"1130eb417c87c1b92917bfe4344fc83496dacb13","kind":"tag","published_at":"2024-06-05T03:12:18.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.3/manifests"},{"name":"v1.9.2","sha":"b06780e76020de8d4921ec4c45ad0ae3de6ed37f","kind":"tag","published_at":"2024-06-05T01:17:17.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"15854cd2c18b2a96b8fa6d7844c1b0064da51fde","kind":"tag","published_at":"2024-06-03T12:01:52.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"6f0a3448b1d3630ce781b1fd26eea702299180e6","kind":"tag","published_at":"2024-06-01T16:08:03.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.9.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.9.0/manifests"},{"name":"v1.8.5","sha":"3612936780b9186e15661a37bd8fa91d6cacc836","kind":"tag","published_at":"2023-11-03T15:23:38.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.5","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"b58d49cd1f4156a49cdad9915cbb4bf93cd8124c","kind":"tag","published_at":"2023-08-28T15:16:22.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"1567a7816660376a2cc417a0380ebac33b470c79","kind":"tag","published_at":"2023-08-14T14:28:19.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"b4e903e6ee7b7f4a8eef6f801d9d22a39795466e","kind":"tag","published_at":"2023-08-10T14:46:27.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"b319723188ee23d0981e205b338290ca4c547fbc","kind":"tag","published_at":"2023-08-09T13:07:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"cc23a7c3064570b05d410567770bc27ad0707fcc","kind":"tag","published_at":"2023-07-29T16:29:19.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.8.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"f189152df185eca7e0f8c93aa8142ec2fe6f5ad0","kind":"tag","published_at":"2023-07-04T01:12:51.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.7.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed87856e1f8502dffbe64ae14528eebddefdb348","kind":"tag","published_at":"2023-06-27T00:31:39.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.7.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.7.0/manifests"},{"name":"v1.6.10","sha":"b68fc0554638b9d3e2818da71139825266f0eae0","kind":"tag","published_at":"2023-06-14T17:08:16.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.10","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.10/manifests"},{"name":"v1.6.9","sha":"874e0910eff9c6eba63c5a1661b8efdd0b2e0617","kind":"tag","published_at":"2023-05-04T18:57:36.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.9","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.9/manifests"},{"name":"v1.6.8","sha":"87e002cae949ee55f36dc80e7348f035194d9794","kind":"tag","published_at":"2023-05-02T03:04:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.8","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.8/manifests"},{"name":"v1.6.7","sha":"b7581a4c8b8c6f58b7e7c1945e2b76e1cd9bd5f0","kind":"tag","published_at":"2023-05-01T04:01:19.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.7","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"c0b075a1910f0cdee237db6202c5d34b641dd7bc","kind":"tag","published_at":"2023-04-18T13:45:10.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.6","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"41185aaf92982ee3881fdd6e3bd8601a0e94a543","kind":"tag","published_at":"2023-04-13T15:31:58.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.5","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"4458bbf294380aa569c28e527455a8ba454764e4","kind":"tag","published_at":"2023-04-10T13:34:16.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"22902f761707e3d68415511145db8735b36c89d1","kind":"tag","published_at":"2023-03-04T20:08:53.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"b02a08c7c21f6bc862c196d2d28e6cfed79ea438","kind":"tag","published_at":"2023-03-04T19:10:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"308b1b70f779de58f727e514f5eac582da064f30","kind":"tag","published_at":"2023-03-04T18:34:56.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"9e641ab1e32d41dcf710155357aa43d73d40871e","kind":"tag","published_at":"2023-03-03T20:21:36.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.6.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.6.0/manifests"},{"name":"v1.5.1","sha":"dfb56fec5e2d221f16ddb747d96fe5b12dd20397","kind":"tag","published_at":"2023-01-13T19:38:39.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.5.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"40f510257417a2c7b5b3bedf3d2f6a29e96a4083","kind":"tag","published_at":"2023-01-13T01:23:57.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.5.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.5.0/manifests"},{"name":"v1.4.2","sha":"5c9111609380fb6c806d263bb43574c4fd46f0ba","kind":"tag","published_at":"2022-12-15T18:07:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.4.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"c0bb367548ea3d1d22bb8e4dae88a45b89e13821","kind":"tag","published_at":"2022-12-05T14:48:30.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.4.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"6d1a8df580c493f39c5782fd36308213ba67120c","kind":"tag","published_at":"2022-11-22T17:31:49.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.4.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.4.0/manifests"},{"name":"v1.3.2","sha":"4bfb42ab927622fe96d555d9b37ef634ff909d18","kind":"tag","published_at":"2022-11-11T21:30:04.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.3.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b9ec903fa0801e2ac34e2925379a173f6fa850d6","kind":"tag","published_at":"2022-08-22T10:06:52.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.3.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"18d2571db23959347233b2581934eaddd087eb91","kind":"tag","published_at":"2022-06-19T18:56:47.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.3.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.3.0/manifests"},{"name":"v1.2.3","sha":"b327fee962c46ee82a0d3f61b82fb6881988e184","kind":"tag","published_at":"2022-04-18T02:40:44.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.2.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"86b779e42ab16679ea44334d8ecfa601c7cd0a1d","kind":"tag","published_at":"2022-03-24T00:26:19.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.2.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"63b5905f5d7ef6f6933e1fd0ff1d006462e86948","kind":"tag","published_at":"2022-03-21T14:01:44.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.2.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"64365b19233001b0ca60ecd942d190eb67b7ada4","kind":"tag","published_at":"2022-03-21T13:51:04.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.2.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"74ca2cd59c9457e2ed2bc4d0b4df626d41a752e2","kind":"tag","published_at":"2022-02-25T14:39:49.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.1.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"338f06646fef47d10deb563ce0733fa1477700c9","kind":"tag","published_at":"2021-11-18T04:19:51.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.1.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5e3b03ef9e9618f88555d6a178c69671b51cd430","kind":"tag","published_at":"2021-07-13T03:39:43.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v1.0.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v1.0.0/manifests"},{"name":"v0.19.2","sha":"98a4775f943663d9f1e21ace4e4d365f060faf5f","kind":"tag","published_at":"2021-06-21T13:54:45.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.19.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.2/manifests"},{"name":"v0.19.1","sha":"fdde54461cd78840921aae62a05cfba977f53c59","kind":"tag","published_at":"2021-06-11T19:29:46.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.19.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"8085756e93221e1dcec67b57ef7976ce513cedd8","kind":"tag","published_at":"2021-05-24T18:20:04.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.19.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.19.0/manifests"},{"name":"v0.18.6","sha":"a4f5061885747617c1ae74e8e039d2e22455b62b","kind":"tag","published_at":"2021-04-27T18:51:43.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.6","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.6/manifests"},{"name":"v0.18.5","sha":"bb62e820c5ea9fca48a1f506eceb55765766575f","kind":"tag","published_at":"2021-04-15T21:38:41.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.5","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.5/manifests"},{"name":"v0.18.4","sha":"5229c0520a7b83cd9e7e4974f81d419e61c61d42","kind":"tag","published_at":"2021-04-14T14:56:23.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.4/manifests"},{"name":"v0.18.3","sha":"8bfefd3419f8436e26befb341969212bbb6c1ca4","kind":"tag","published_at":"2021-04-14T13:30:15.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.3/manifests"},{"name":"v0.18.2","sha":"75b0715dc9703e4e59ca30054e2317ede9b866e1","kind":"tag","published_at":"2021-04-13T13:46:54.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.2/manifests"},{"name":"v0.18.1","sha":"602f750ccf4c573ed5f1c3c99fca80c6d561fc18","kind":"tag","published_at":"2021-04-09T19:40:44.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"cc0a9f67547c5e39960f90259ad381b5ed9f3bdf","kind":"tag","published_at":"2021-04-02T17:09:11.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.18.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.18.0/manifests"},{"name":"v0.17.1","sha":"1d1f0dbbec018a545e143d72f01e8e3cd14d41a4","kind":"tag","published_at":"2021-04-02T01:14:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.17.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"30cc3b4a25f2f50fd99aece5081d55160301cc4b","kind":"tag","published_at":"2021-03-11T19:07:53.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.17.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.17.0/manifests"},{"name":"v0.16.2","sha":"96ff0cc19d8c820c954c04f2597d742bc232b41b","kind":"tag","published_at":"2021-03-05T02:12:25.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.16.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.2/manifests"},{"name":"v0.16.1","sha":"48fa056b4da147654ebbc8cdb9e0f7af196b8ae0","kind":"tag","published_at":"2021-03-03T03:30:52.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.16.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"051bf5ce9f4cc64860f192b890fe3934a9aea317","kind":"tag","published_at":"2021-02-26T03:34:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.16.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.16.0/manifests"},{"name":"v0.15.1","sha":"3630bd499f80f65cf497cda1c78622b04cd5ac7f","kind":"tag","published_at":"2021-02-01T23:01:46.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.15.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.15.1/manifests"},{"name":"v0.15.0","sha":"3b8408d8bdf76fbee24e97e5c6f95af28b05c7f3","kind":"tag","published_at":"2021-02-01T17:10:12.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.15.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"4710ec4f6d7f2a1de8343832207c5136218c1c63","kind":"tag","published_at":"2020-11-19T00:15:23.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.14.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"1626c98883780b34059186c115bb07e889fb2b6c","kind":"tag","published_at":"2020-11-17T03:09:35.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.13.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"06971ae5548fb55879325ba1d7da15be00b6f814","kind":"tag","published_at":"2020-11-14T23:10:18.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.12.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"11dd8c30ee53ae8612f21cdc2eb07c69a766d7e1","kind":"tag","published_at":"2020-10-08T08:52:33.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.11.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.11.0/manifests"},{"name":"v0.10.1","sha":"3c4617ef30fda799a8d10ca1e0b728da5cb75190","kind":"tag","published_at":"2020-06-11T15:21:30.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.10.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"bc5a00eab08f7a4c2f407b89ec471da5335f7926","kind":"tag","published_at":"2020-06-07T20:45:12.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.10.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"5693a0918dfe45c631121154eb6fb464fcaa9ca9","kind":"tag","published_at":"2020-06-03T18:17:42.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.9.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"d905fe61e2fe76c643986bdef13d109ede19a815","kind":"tag","published_at":"2020-05-31T14:59:38.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.9.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"7c649b2a520d516ed4fb9c18feee93583f7fd8b2","kind":"tag","published_at":"2020-05-16T21:04:25.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.8.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.8.0/manifests"},{"name":"v0.7.6","sha":"a63357352ae132e858bdd7cf5a786f130cf68d4d","kind":"tag","published_at":"2020-02-24T00:16:28.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.6","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.6/manifests"},{"name":"v0.7.5","sha":"41f96ecca9a5e4b63d41a4fc055d6504f414968b","kind":"tag","published_at":"2020-02-06T15:52:22.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.5","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"99fe3bb1aea460ed216daa0acf1eba376962a36f","kind":"tag","published_at":"2020-02-03T15:49:33.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.4","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"780f7f3d9da331e567a0ac92f8b12bbb526a4e00","kind":"tag","published_at":"2019-11-29T21:33:13.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"d59a4db499cee13a01b53b2a7be06ea1f3b16e51","kind":"tag","published_at":"2019-11-29T20:57:17.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"cc7a70e8cfb113da06229a52e750b985a66c1c75","kind":"tag","published_at":"2019-11-28T21:12:05.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"18e0cf942a52bcf9a17938c0fc5dd3325165aea7","kind":"tag","published_at":"2019-11-28T18:42:41.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.7.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"378dec43dc93653a36be83deee7c6390f10c7b13","kind":"tag","published_at":"2018-12-12T00:34:40.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.6.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.6.0/manifests"},{"name":"v0.5.1","sha":"cef0e67571bf1cbcf991cabaf3539109a2e5f313","kind":"tag","published_at":"2018-12-10T19:18:24.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.5.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"390784f79d318941856bab007b85af7ce40b98a3","kind":"tag","published_at":"2018-12-05T16:46:00.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.5.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.5.0/manifests"},{"name":"v0.3.3","sha":"0a86076481f1b4e2b101e6ffcc492c4e5b6d6631","kind":"tag","published_at":"2018-11-20T22:52:56.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.3.3","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"222e50a28346a3c89ce2efd01e36b828ad061c32","kind":"tag","published_at":"2018-11-19T04:27:36.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.3.2","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"32571126b63b9cdcc3470d41664e9b02bcfc05d8","kind":"tag","published_at":"2018-11-02T22:13:58.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.3.1","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6c5cd71ab94cb2e231162b3d42a86a882b91dd40","kind":"tag","published_at":"2018-11-02T02:09:36.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.3.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"cbe50d0ca0fabf4d1f9254179c2bc1d77040847d","kind":"tag","published_at":"2018-11-02T01:25:24.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.2.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"cc12e8b5a26f02cc3ced25b59e7cdafc605cdb5e","kind":"tag","published_at":"2018-09-09T00:51:29.000Z","download_url":"https://codeload.github.com/flekschas/regl-scatterplot/tar.gz/v0.1.0","html_url":"https://github.com/flekschas/regl-scatterplot/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/flekschas/regl-scatterplot@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-04-01T14:48:59.757Z","dependent_packages_count":0,"downloads":975,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":23.88860800319093,"dependent_packages_count":34.46000741642114,"stargazers_count":3.3779513239167205,"forks_count":3.983491395407795,"docker_downloads_count":null,"average":16.427514534734147},"purl":"pkg:npm/%40hema-to/regl-scatterplot","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@hema-to/regl-scatterplot","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@hema-to/regl-scatterplot","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@hema-to/regl-scatterplot/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-28T18:01:22.350Z","issues_count":85,"pull_requests_count":143,"avg_time_to_close_issue":5300814.94117647,"avg_time_to_close_pull_request":2196252.5488721803,"issues_closed_count":68,"pull_requests_closed_count":133,"pull_request_authors_count":15,"issue_authors_count":36,"avg_comments_per_issue":3.411764705882353,"avg_comments_per_pull_request":0.4195804195804196,"merged_pull_requests_count":113,"bot_issues_count":1,"bot_pull_requests_count":70,"past_year_issues_count":3,"past_year_pull_requests_count":20,"past_year_avg_time_to_close_issue":53864.0,"past_year_avg_time_to_close_pull_request":471254.26666666666,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.1,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":18,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/flekschas%2Fregl-scatterplot/issues","maintainers":[{"login":"flekschas","count":56,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/flekschas"},{"login":"manzt","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/manzt"},{"login":"fspoettel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fspoettel"}],"active_maintainers":[{"login":"flekschas","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/flekschas"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hema-to%2Fregl-scatterplot/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hema-to%2Fregl-scatterplot/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hema-to%2Fregl-scatterplot/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hema-to%2Fregl-scatterplot/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@hema-to%2Fregl-scatterplot/codemeta","maintainers":[{"uuid":"fspoettel","login":"fspoettel","name":null,"email":"felix@spoet.tel","url":null,"packages_count":6,"html_url":"https://www.npmjs.com/~fspoettel","role":null,"created_at":"2025-09-09T11:30:09.010Z","updated_at":"2025-09-09T11:30:09.010Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fspoettel/packages"},{"uuid":"felixthebeard","login":"felixthebeard","name":null,"email":"felix@hema.to","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~felixthebeard","role":null,"created_at":"2025-09-09T11:30:09.598Z","updated_at":"2025-09-09T11:30:09.598Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/felixthebeard/packages"}]}