{"id":4049401,"name":"github.com/hapijs/catbox-memory","ecosystem":"go","description":"","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/hapijs/catbox-memory","keywords_array":[],"namespace":"github.com/hapijs","versions_count":34,"first_release_published_at":"2014-03-02T19:09:05.000Z","latest_release_published_at":"2024-06-12T07:46:14.000Z","latest_release_number":"v6.0.2+incompatible","last_synced_at":"2026-07-22T04:17:31.479Z","created_at":"2022-04-12T10:07:38.495Z","updated_at":"2026-07-22T04:17:31.480Z","registry_url":"https://pkg.go.dev/github.com/hapijs/catbox-memory","install_command":"go get github.com/hapijs/catbox-memory","documentation_url":"https://pkg.go.dev/github.com/hapijs/catbox-memory#section-documentation","metadata":{},"repo_metadata":{"id":14626409,"uuid":"17343848","full_name":"hapijs/catbox-memory","owner":"hapijs","description":"Memory adapter for catbox","archived":false,"fork":false,"pushed_at":"2024-10-23T15:27:21.000Z","size":133,"stargazers_count":33,"open_issues_count":2,"forks_count":30,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-11T02:28:45.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hapijs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-03-02T18:31:34.000Z","updated_at":"2024-10-23T15:27:13.000Z","dependencies_parsed_at":"2024-01-08T10:04:17.559Z","dependency_job_id":"a68e4027-c788-4560-b4b2-927baf5b8a48","html_url":"https://github.com/hapijs/catbox-memory","commit_stats":{"total_commits":116,"total_committers":19,"mean_commits":6.105263157894737,"dds":0.6724137931034483,"last_synced_commit":"b4e5728218c55f63806334cadd6490471bc5cdc1"},"previous_names":["spumko/catbox-memory"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/hapijs/catbox-memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapijs","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/sbom","scorecard":{"id":455140,"data":{"date":"2025-08-11","repo":{"name":"github.com/hapijs/catbox-memory","commit":"f0cfed66813246832d5015c56f14f22b5cc2d078"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":5,"reason":"Found 12/21 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-module.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/hapijs/catbox-memory/ci-module.yml/master?enable=pin","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci-module.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"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":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"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 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/hapijs/.github/SECURITY.md:1","Info: Found linked content: github.com/hapijs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/hapijs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/hapijs/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T09:22:19.706Z","repository_id":14626409,"created_at":"2025-08-19T09:22:19.706Z","updated_at":"2025-08-19T09:22:19.706Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278868382,"owners_count":26059954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":"hapijs","name":"hapi.js","uuid":"3774533","kind":"organization","description":"The Simple, Secure Framework Developers Trust","email":null,"website":"https://hapi.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3774533?v=4","repositories_count":75,"last_synced_at":"2025-10-05T18:41:37.042Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/hapijs","funding_links":[],"total_stars":47097,"followers":178,"following":0,"created_at":"2022-11-02T16:20:46.028Z","updated_at":"2025-10-05T18:41:37.043Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapijs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapijs/repositories"},"tags":[{"name":"v6.0.2","sha":"fccf1149e93358e49e2fe21968b0848671ddbc6f","kind":"tag","published_at":"2024-06-12T07:46:14.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v6.0.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.2/manifests"},{"name":"v2.1.1","sha":"051ca8e56e8fdba83d7162b8a71d3bdd19bd0b26","kind":"tag","published_at":"2024-01-03T11:47:19.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.1.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.1.1/manifests"},{"name":"v6.0.1","sha":"b4e5728218c55f63806334cadd6490471bc5cdc1","kind":"tag","published_at":"2023-02-11T20:52:50.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v6.0.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"691f9302821627246e847675ede3f17e50911ed0","kind":"tag","published_at":"2022-05-16T19:56:56.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v6.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"c06cc0d4378596a5aca3c2e20d708855b155502f","kind":"tag","published_at":"2021-04-09T14:31:22.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v5.0.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v5.0.1/manifests"},{"name":"v3.2.2","sha":"b0720f59fc07f507b5181610fd275146d8a01e0c","kind":"tag","published_at":"2020-07-04T19:48:15.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.2.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.2/manifests"},{"name":"v5.0.0","sha":"90d7ed1631613b16e7e83b6930ca1f6053647133","kind":"tag","published_at":"2020-01-04T23:51:12.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v5.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v5.0.0/manifests"},{"name":"v4.1.1","sha":"55f48fe32983209b56a3c44490bd672cc712a3cd","kind":"tag","published_at":"2019-08-14T05:16:24.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v4.1.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.1.1/manifests"},{"name":"v3.2.1","sha":"d80a9aaa7a7f07d1d1473ffab80de1e4bd28ad06","kind":"tag","published_at":"2019-08-13T20:07:29.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.2.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"103484bc2441b94040b03c87baee99999f49557f","kind":"tag","published_at":"2019-04-10T19:59:38.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.2.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.2.0/manifests"},{"name":"v4.1.0","sha":"062be2ef700a59696c96b0d75dce09ea0e2764cb","kind":"tag","published_at":"2019-04-02T04:14:35.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v4.1.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.1.0/manifests"},{"name":"v2.1.0","sha":"687cf3cecf43e5fe4ea4153fac87226e1c6dc3d0","kind":"tag","published_at":"2019-03-24T23:36:56.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.1.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.1.0/manifests"},{"name":"v3.1.4","sha":"e9808cb034bc84ac2f993106d786bb28db8e2941","kind":"tag","published_at":"2018-11-03T00:21:38.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.1.4","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.4/manifests"},{"name":"v4.0.1","sha":"12ab313eb5ab7dde43fb0272e43371c5e47116ca","kind":"tag","published_at":"2018-11-03T00:20:32.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v4.0.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.0.1/manifests"},{"name":"v3.1.3","sha":"0450499d4e073f7b0480cfa063ac54aaf05d87ac","kind":"tag","published_at":"2018-11-01T19:48:16.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.1.3","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.3/manifests"},{"name":"v4.0.0","sha":"b23b81be9617ff4171c2c9970685b8a40a80bb57","kind":"tag","published_at":"2018-11-01T07:54:41.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v4.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v4.0.0/manifests"},{"name":"v3.1.2","sha":"93dc61c9e9116c072b54b567da927ea29cc7effe","kind":"tag","published_at":"2018-03-31T00:21:31.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.1.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"6f0c3b6d5b147a351984535ab431ce0213f1e6fc","kind":"tag","published_at":"2017-11-03T18:20:44.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.1.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"6ba789790c91cf6e801dcb409554c0821589188a","kind":"tag","published_at":"2017-11-03T06:29:24.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.1.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"b89f356972116cd18f149e90e0a6cc08e036da22","kind":"tag","published_at":"2017-09-26T08:32:41.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v3.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v3.0.0/manifests"},{"name":"v2.0.4","sha":"91dc637a35fa79f6afb2d5baccd34c44898b37e9","kind":"tag","published_at":"2016-10-26T00:30:45.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.0.4","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"242c6fb756c36c8ecf70c62485818dfee0a44503","kind":"commit","published_at":"2016-06-07T13:54:26.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.0.3","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"9d69afa7df0c7ddd6506837a677c9960585578c1","kind":"commit","published_at":"2016-05-19T13:21:11.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.0.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"70d8b3c7092e3b0090a56b482b4152c76345ccb6","kind":"commit","published_at":"2015-11-02T14:01:16.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.0.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"0dbbd16753cf609d85bdda867de059b0f3403870","kind":"commit","published_at":"2015-10-31T02:57:05.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v2.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v2.0.0/manifests"},{"name":"v1.1.2","sha":"a593ee5fa6b731578622e0c370964fb112b7ba0a","kind":"commit","published_at":"2015-08-18T19:30:36.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.1.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"f5fb786c0fabf7a02649e0b585c0f2a7007688c5","kind":"commit","published_at":"2014-10-27T20:40:18.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.1.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"8d463cbf5c5ad02e04f452cce36538a92dcdda95","kind":"commit","published_at":"2014-09-11T17:30:29.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.1.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.1.0/manifests"},{"name":"v1.0.5","sha":"80be21bec42d7c0befc69eb46380b9a09768a0fd","kind":"tag","published_at":"2014-08-15T17:29:49.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.5","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"33c0dffd5cb7414e6454442b281e0f50b06aeae5","kind":"tag","published_at":"2014-08-03T05:31:26.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.4","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"52806bb14e37d980eb8b11044e968d08b688fac8","kind":"tag","published_at":"2014-06-09T20:34:52.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.3","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"c038f13bcd5984fd3d7ce086da975a95826be1db","kind":"tag","published_at":"2014-05-20T21:31:27.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.2","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"dd29c4c2853698430afc1c958427041bf5f406cc","kind":"tag","published_at":"2014-03-02T19:26:15.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.1","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"730e333a1af02434f66276a99dea31dd37a1f46d","kind":"tag","published_at":"2014-03-02T19:09:25.000Z","download_url":"https://codeload.github.com/hapijs/catbox-memory/tar.gz/v1.0.0","html_url":"https://github.com/hapijs/catbox-memory/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/hapijs/catbox-memory@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-09T03:40:28.244Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/hapijs/catbox-memory","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/hapijs/catbox-memory","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/hapijs/catbox-memory","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/hapijs/catbox-memory/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-24T03:20:02.751Z","issues_count":44,"pull_requests_count":46,"avg_time_to_close_issue":4620359.720930233,"avg_time_to_close_pull_request":691459.4565217391,"issues_closed_count":43,"pull_requests_closed_count":46,"pull_request_authors_count":22,"issue_authors_count":20,"avg_comments_per_issue":1.9318181818181819,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":37,"bot_issues_count":1,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapijs%2Fcatbox-memory/issues","maintainers":[{"login":"geek","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/geek"},{"login":"Nargonath","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nargonath"},{"login":"devinivy","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devinivy"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fhapijs%2Fcatbox-memory/codemeta","maintainers":[]}