Comparing version 5.2.0 to 5.2.1
@@ -50,2 +50,4 @@ type EventListener = (...arguments_: any[]) => void; | ||
decompress(value: any, options?: any): Promise<any>; | ||
serialize<Value>(data: DeserializedData<Value>): Promise<string> | string; | ||
deserialize<Value>(data: string): Promise<DeserializedData<Value> | undefined> | DeserializedData<Value> | undefined; | ||
} | ||
@@ -52,0 +54,0 @@ type Serialize = <Value>(data: DeserializedData<Value>) => Promise<string> | string; |
{ | ||
"name": "keyv", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Simple key-value storage with support for multiple backends", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,6 +0,2 @@ | ||
<h1 align="center"> | ||
<img width="250" src="https://jaredwray.com/images/keyv.svg" alt="keyv"> | ||
<br> | ||
<br> | ||
</h1> | ||
<h1 align="center"><img width="250" src="https://jaredwray.com/images/keyv.svg" alt="keyv"></h1> | ||
@@ -7,0 +3,0 @@ > Simple key-value storage with support for multiple backends |
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
83014
1582
594