Comparing version 5.0.0 to 5.0.1
@@ -18,3 +18,3 @@ import EventEmitter from 'events'; | ||
private _lastExpire; | ||
constructor(options?: Options); | ||
constructor(options?: Partial<Options>); | ||
private _getKeyName; | ||
@@ -21,0 +21,0 @@ private _removeNamespaceFromKey; |
@@ -12,3 +12,3 @@ 'use strict'; | ||
expiredCheckDelay: 24 * 3600 * 1000, // ms | ||
filename: `${os.tmpdir()}/keyv-file/default-rnd-${Math.random().toString(36).slice(2)}.json`, | ||
filename: `${os.tmpdir()}/keyv-file/default.json`, | ||
serialize: JSON.stringify, | ||
@@ -15,0 +15,0 @@ writeDelay: 100, // ms |
{ | ||
"name": "keyv-file", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "File storage adapter for Keyv, using msgpack to serialize data fast and small.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11722