@keyv/sqlite
Advanced tools
Comparing version 3.6.4 to 3.6.5
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7832
9
Updatedsqlite3@^5.1.6