Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keyv/sqlite

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyv/sqlite - npm Package Compare versions

Comparing version 3.5.2 to 3.5.3

12

package.json
{
"name": "@keyv/sqlite",
"version": "3.5.2",
"version": "3.5.3",
"description": "SQLite storage adapter for Keyv",

@@ -45,3 +45,3 @@ "main": "src/index.js",

"dependencies": {
"sqlite3": "^5.0.8",
"sqlite3": "^5.0.9",
"pify": "^5.0.0"

@@ -51,3 +51,3 @@ },

"@keyv/test-suite": "*",
"ava": "^4.2.0",
"ava": "^4.3.1",
"keyv": "*",

@@ -57,5 +57,5 @@ "nyc": "^15.1.0",

"this": "^1.1.0",
"tsd": "^0.20.0",
"typescript": "^4.6.4",
"xo": "^0.49.0"
"tsd": "^0.22.0",
"typescript": "^4.7.4",
"xo": "^0.50.0"
},

@@ -62,0 +62,0 @@ "tsd": {

@@ -6,4 +6,5 @@ # @keyv/sqlite [<img width="100" align="right" src="https://rawgit.com/lukechilds/keyv/master/media/logo.svg" alt="keyv">](https://github.com/lukechilds/keyv)

[![build](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jaredwray/keyv/branch/master/graph/badge.svg?token=bRzR3RyOXZ)](https://codecov.io/gh/jaredwray/keyv)
[![codecov](https://codecov.io/gh/jaredwray/keyv/branch/main/graph/badge.svg?token=bRzR3RyOXZ)](https://codecov.io/gh/jaredwray/keyv)
[![npm](https://img.shields.io/npm/v/@keyv/sqlite.svg)](https://www.npmjs.com/package/@keyv/sqlite)
[![npm](https://img.shields.io/npm/dm/@keyv/sqlite)](https://npmjs.com/package/@keyv/sqlite)

@@ -40,2 +41,2 @@ SQLite storage adapter for [Keyv](https://github.com/lukechilds/keyv).

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc