Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keyv

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyv - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

dist/index.d.ts

@@ -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;

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc