{"id":1017474,"name":"@keyv/sqlite","ecosystem":"npm","description":"SQLite storage adapter for Keyv","homepage":"https://github.com/jaredwray/keyv","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/jaredwray/keyv","keywords_array":["sqlite","sql","keyv","storage","adapter","key","value","store","cache","ttl"],"namespace":"keyv","versions_count":39,"first_release_published_at":"2017-08-11T14:17:55.067Z","latest_release_published_at":"2026-01-21T00:45:07.358Z","latest_release_number":"4.0.8","last_synced_at":"2026-05-17T08:31:13.754Z","created_at":"2022-04-07T19:20:11.725Z","updated_at":"2026-05-17T08:32:31.534Z","registry_url":"https://www.npmjs.com/package/@keyv/sqlite","install_command":"npm install @keyv/sqlite","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"4.0.8","alpha":"6.0.0-alpha.3"}},"repo_metadata":{"id":36973120,"uuid":"96540810","full_name":"jaredwray/keyv","owner":"jaredwray","description":"Simple key-value storage with support for multiple backends","archived":false,"fork":false,"pushed_at":"2026-04-03T18:54:33.000Z","size":5566,"stargazers_count":3117,"open_issues_count":1,"forks_count":195,"subscribers_count":19,"default_branch":"main","last_synced_at":"2026-04-13T12:02:04.813Z","etag":null,"topics":["cache","etcd","key-value","keyv","memcache","mongo","mysql","postgres","redis","sqlite","storage"],"latest_commit_sha":null,"homepage":"https://keyv.org","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/jaredwray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2017-07-07T13:24:15.000Z","updated_at":"2026-04-12T17:10:26.000Z","dependencies_parsed_at":"2026-01-12T00:02:02.973Z","dependency_job_id":null,"html_url":"https://github.com/jaredwray/keyv","commit_stats":{"total_commits":1368,"total_committers":60,"mean_commits":22.8,"dds":0.3223684210526315,"last_synced_commit":"0a18d37d5ce48dd732ed0b3cb1b265a6a2a0489e"},"previous_names":["lukechilds/keyv","keyvjs/keyv"],"tags_count":138,"template":false,"template_full_name":null,"purl":"pkg:github/jaredwray/keyv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredwray","download_url":"https://codeload.github.com/jaredwray/keyv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv/sbom","scorecard":{"id":506488,"data":{"date":"2025-08-11","repo":{"name":"github.com/jaredwray/keyv","commit":"06a151ed780826c80e98764a57a5a8ba6854078b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":1,"reason":"Found 4/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Warn: topLevel 'contents' permission set to 'write': .github/workflows/codecov.yaml:10","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/deploy-website.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yaml:10","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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":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":"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":"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/codecov.yaml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codecov.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codecov.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codecov.yaml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codecov.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-website.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/deploy-website.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-website.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/deploy-website.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-website.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/deploy-website.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/tests.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/jaredwray/keyv/tests.yaml/main?enable=pin","Warn: containerImage not pinned by hash: packages/postgres/Dockerfile.ssl:1: pin your Docker image by updating postgres:latest to postgres:latest@sha256:19ad070ea172efd48d7cae52297caaf845a3625728674bbc1a6efb679ab7befe","Warn: npmCommand not pinned by hash: .github/workflows/codecov.yaml:25","Warn: npmCommand not pinned by hash: .github/workflows/deploy-website.yml:27","Warn: npmCommand not pinned by hash: .github/workflows/tests.yaml:28","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   3 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":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (17) 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-19T23:20:46.249Z","repository_id":36973120,"created_at":"2025-08-19T23:20:46.249Z","updated_at":"2025-08-19T23:20:46.249Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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"},"tags":[]},"repo_metadata_updated_at":"2026-05-17T08:32:31.507Z","dependent_packages_count":69,"downloads":319941,"downloads_period":"last-month","dependent_repos_count":16832,"rankings":{"downloads":1.9715414724319695,"dependent_repos_count":0.2171403765242303,"dependent_packages_count":0.48754480106459114,"stargazers_count":1.9479057943039766,"forks_count":2.6758438137192084,"docker_downloads_count":0.8794860848178543,"average":1.363243723810305},"purl":"pkg:npm/%40keyv/sqlite","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@keyv/sqlite","docker_dependents_count":8,"docker_downloads_count":1505,"usage_url":"https://repos.ecosyste.ms/usage/npm/@keyv/sqlite","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@keyv/sqlite/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-10T04:02:18.956Z","issues_count":171,"pull_requests_count":1121,"avg_time_to_close_issue":2504151.167832168,"avg_time_to_close_pull_request":69382.1553030303,"issues_closed_count":143,"pull_requests_closed_count":1056,"pull_request_authors_count":45,"issue_authors_count":144,"avg_comments_per_issue":2.9239766081871346,"avg_comments_per_pull_request":0.8537020517395183,"merged_pull_requests_count":1023,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":52,"past_year_pull_requests_count":344,"past_year_avg_time_to_close_issue":175283.0,"past_year_avg_time_to_close_pull_request":33994.58223684211,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":304,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":52,"past_year_avg_comments_per_issue":1.8076923076923077,"past_year_avg_comments_per_pull_request":0.6075581395348837,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":298,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredwray%2Fkeyv/issues","maintainers":[{"login":"jaredwray","count":1003,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jaredwray"},{"login":"lukechilds","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lukechilds"},{"login":"cmkobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cmkobel"}],"active_maintainers":[{"login":"jaredwray","count":322,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jaredwray"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@keyv%2Fsqlite/codemeta","maintainers":[{"uuid":"jaredwray","login":"jaredwray","name":null,"email":"me@jaredwray.com","url":null,"packages_count":68,"html_url":"https://www.npmjs.com/~jaredwray","role":null,"created_at":"2022-11-20T21:41:01.630Z","updated_at":"2022-11-20T21:41:01.630Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jaredwray/packages"}]}