@keyv/sqlite
Advanced tools
Comparing version 3.5.2 to 3.5.3
{ | ||
"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 |
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
7473
41
Updatedsqlite3@^5.0.9