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.6.4 to 3.6.5

15

package.json
{
"name": "@keyv/sqlite",
"version": "3.6.4",
"version": "3.6.5",
"description": "SQLite storage adapter for Keyv",
"main": "src/index.js",
"scripts": {
"build": "echo 'No build step required.'",
"prepare": "yarn build",
"test": "xo && c8 ava --serial",

@@ -60,14 +62,13 @@ "test:ci": "xo && ava --serial",

"pify": "^5.0.0",
"sqlite3": "^5.1.4"
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@keyv/test-suite": "*",
"@types/keyv": "^3.1.4",
"ava": "^5.1.0",
"c8": "^7.12.0",
"ava": "^5.2.0",
"c8": "^7.13.0",
"keyv": "*",
"requirable": "^1.0.5",
"ts-node": "^10.9.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"tsd": "^0.28.0",
"typescript": "^5.0.2",
"xo": "^0.53.1"

@@ -74,0 +75,0 @@ },

@@ -1,2 +0,2 @@

# @keyv/sqlite [<img width="100" align="right" src="https://rawgit.com/lukechilds/keyv/master/media/logo.svg" alt="keyv">](https://github.com/lukechilds/keyv)
# @keyv/sqlite [<img width="100" align="right" src="https://jaredwray.com/images/keyv.svg" alt="keyv">](https://github.com/jaredwra/keyv)

@@ -3,0 +3,0 @@ > SQLite storage adapter for Keyv

/* eslint-disable @typescript-eslint/consistent-type-definitions */
import {EventEmitter} from 'events';
import type Database from 'better-sqlite3';
import type {Database} from 'sqlite3';
import type {Store, StoredData} from 'keyv';

@@ -5,0 +5,0 @@

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