Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "keyv", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Simple key/value store with support for multiple backends", | ||
@@ -32,3 +32,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"json-buffer": "^3.0.0" | ||
"json-buffer": "3.0.0" | ||
}, | ||
@@ -40,7 +40,8 @@ "devDependencies": { | ||
"eslint-config-xo-lukechilds": "^1.0.0", | ||
"keyv-mongo": "*", | ||
"keyv-postgres": "^0.1.0", | ||
"keyv-redis": "*", | ||
"keyv-sqlite": "*", | ||
"keyv-test-suite": "*", | ||
"keyv-mongo": "1.0.0", | ||
"keyv-mysql": "0.2.0", | ||
"keyv-postgres": "1.0.1", | ||
"keyv-redis": "1.3.1", | ||
"keyv-sqlite": "1.2.0", | ||
"keyv-test-suite": "1.4.2", | ||
"nyc": "^11.0.3", | ||
@@ -47,0 +48,0 @@ "this": "^1.0.2", |
Sorry, the diff of this file is not supported yet
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
10446
12
175
13
+ Addedjson-buffer@3.0.0(transitive)
- Removedjson-buffer@3.0.1(transitive)
Updatedjson-buffer@3.0.0