{"id":1325661,"name":"@tsdotnet/array-compare","ecosystem":"npm","description":"A utility for comparing arrays.","homepage":"https://github.com/tsdotnet/array-compare#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/tsdotnet/array-compare","keywords_array":["array","array compare","array comparison","arrays equal","arrays equivalent","array contents equal"],"namespace":"tsdotnet","versions_count":31,"first_release_published_at":"2020-05-01T23:37:45.351Z","latest_release_published_at":"2026-03-16T18:40:47.629Z","latest_release_number":"1.1.12","last_synced_at":"2026-04-21T21:03:02.262Z","created_at":"2022-04-08T21:06:03.489Z","updated_at":"2026-04-21T21:03:02.262Z","registry_url":"https://www.npmjs.com/package/@tsdotnet/array-compare","install_command":"npm install @tsdotnet/array-compare","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.1.12"}},"repo_metadata":{"id":57168020,"uuid":"260573523","full_name":"tsdotnet/array-compare","owner":"tsdotnet","description":"Utility for comparing arrays.","archived":false,"fork":false,"pushed_at":"2025-08-23T18:20:14.000Z","size":633,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T21:33:55.229Z","etag":null,"topics":["array","array-comparison","array-equal","arrays","arrays-are-equivalent","arrays-equal","arrays-equivalent"],"latest_commit_sha":null,"homepage":null,"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/tsdotnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-01T22:51:58.000Z","updated_at":"2025-08-23T18:20:17.000Z","dependencies_parsed_at":"2023-01-29T19:35:11.559Z","dependency_job_id":"6883e390-145d-41b3-99c6-4d4d10376878","html_url":"https://github.com/tsdotnet/array-compare","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/tsdotnet/array-compare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsdotnet","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/sbom","scorecard":{"id":114412,"data":{"date":"2025-08-04","repo":{"name":"github.com/tsdotnet/array-compare","commit":"d976a30013fd004b34415cb4583d393e1da20789"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":3.2,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/28 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"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/publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/tsdotnet/array-compare/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/tsdotnet/array-compare/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/tsdotnet/array-compare/publish.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/publish.yml:34","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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 2 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":3,"reason":"7 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-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T00:36:15.481Z","repository_id":57168020,"created_at":"2025-08-16T00:36:15.481Z","updated_at":"2025-08-16T00:36:15.481Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272144643,"owners_count":24881141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"tsdotnet","name":"tsdotnet","uuid":"64487547","kind":"organization","description":"A collection of .NET inspired interfaces, classes and utilities for use with TypeScript and JavaScript.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/64487547?v=4","repositories_count":39,"last_synced_at":"2023-03-10T16:50:25.311Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/tsdotnet","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-14T19:38:32.675Z","updated_at":"2023-03-10T16:50:25.332Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsdotnet","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsdotnet/repositories"},"tags":[{"name":"v1.0.20","sha":"d28b303a7c60237cc60b43e15b65daf83fd452a8","kind":"tag","published_at":"2022-12-18T18:11:06.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.20","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.20/manifests"},{"name":"v1.0.19","sha":"9992011044536e46cce88cac183703638b14ee5a","kind":"tag","published_at":"2022-02-13T16:47:26.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.19","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.19/manifests"},{"name":"v1.0.18","sha":"60185d1b47101240ff33faec8a53f0a9786688e3","kind":"tag","published_at":"2022-02-12T18:01:27.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.18","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.18/manifests"},{"name":"v1.0.17","sha":"69c99c526969e74ae3c36add0a3e45cb7d5d38e8","kind":"tag","published_at":"2021-04-22T06:59:51.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.17","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.17/manifests"},{"name":"v1.0.16","sha":"7b0de36499e0a6401e27fdacc076c5305526c159","kind":"tag","published_at":"2021-04-21T22:35:40.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.16","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.16/manifests"},{"name":"v1.0.15","sha":"6bb0c8222f62f65012ea7f0c6cb2866efa7b30d0","kind":"tag","published_at":"2021-04-21T21:09:39.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.15","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.15/manifests"},{"name":"v1.0.14","sha":"51c6c10119e1ff2b79de6b21ef0034e679ef0266","kind":"tag","published_at":"2020-05-21T06:09:30.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.14","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.14/manifests"},{"name":"v1.0.13","sha":"86782dd51213c986bc1e7006ed25214d9ca42390","kind":"tag","published_at":"2020-05-19T21:33:02.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.13","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.13/manifests"},{"name":"v1.0.12","sha":"cc124c0d90271498dd8a8ab047915a0c234f19fd","kind":"tag","published_at":"2020-05-16T22:15:04.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.12","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.12/manifests"},{"name":"v1.0.11","sha":"b0805b55135f4438e190b57ab7a0b288478b2f24","kind":"tag","published_at":"2020-05-16T21:53:02.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.11","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.11/manifests"},{"name":"v1.0.10","sha":"3fc90eb38ae6281c1840241e94a9aab762ab86ae","kind":"tag","published_at":"2020-05-13T05:48:20.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.10","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.10/manifests"},{"name":"v1.0.9","sha":"e14cfe6df593dbd31217a573a0461b76f80671fa","kind":"tag","published_at":"2020-05-13T03:24:59.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.9","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.9/manifests"},{"name":"v1.0.8","sha":"1529831d61fcae3ba9fb923ac26de29acad0f078","kind":"tag","published_at":"2020-05-13T02:41:24.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.8","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"b17a08b658f1fe2c963910747c628ecf92674fc6","kind":"tag","published_at":"2020-05-13T02:23:33.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.7","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"cea842bac3e6eec8e6ade0968fc2af9ed30616c5","kind":"tag","published_at":"2020-05-12T05:46:40.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.6","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"efb229eb4b685907c8a1153135bbfd0d092ed8c5","kind":"tag","published_at":"2020-05-12T02:24:11.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.5","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"faf2f994c7db3e3ef27b2906b9b8112bf37088f0","kind":"tag","published_at":"2020-05-04T23:25:47.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.4","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"7f1a4ac540ae0888ee2df59d87d53fd1c31d0146","kind":"tag","published_at":"2020-05-04T21:55:13.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.3","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"4c00b7f962e38ad76ccad33cd63710b8ac1870e3","kind":"tag","published_at":"2020-05-01T23:38:17.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.2","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"a833ff53160e54f81ec0d1890f7398bdaee2c936","kind":"tag","published_at":"2020-05-01T23:36:58.000Z","download_url":"https://codeload.github.com/tsdotnet/array-compare/tar.gz/v1.0.1","html_url":"https://github.com/tsdotnet/array-compare/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/tsdotnet/array-compare@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdotnet%2Farray-compare/tags/v1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-03-18T12:41:14.386Z","dependent_packages_count":2,"downloads":892,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":18.739248464302115,"dependent_repos_count":25.32799796580169,"dependent_packages_count":9.4821380216761,"stargazers_count":null,"forks_count":null,"average":17.849794817259966},"purl":"pkg:npm/%40tsdotnet/array-compare","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@tsdotnet/array-compare","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@tsdotnet/array-compare","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@tsdotnet/array-compare/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tsdotnet%2Farray-compare/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tsdotnet%2Farray-compare/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tsdotnet%2Farray-compare/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tsdotnet%2Farray-compare/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@tsdotnet%2Farray-compare/codemeta","maintainers":[{"uuid":"electricessence","login":"electricessence","name":null,"email":"npm@electrified.net","url":null,"packages_count":65,"html_url":"https://www.npmjs.com/~electricessence","role":null,"created_at":"2022-11-11T03:20:04.554Z","updated_at":"2022-11-11T03:20:04.554Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/electricessence/packages"}]}