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

keyv

Package Overview
Dependencies
Maintainers
0
Versions
61
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.0.2 to 5.0.3

2

dist/index.d.ts

@@ -66,3 +66,3 @@ type EventListener = (...arguments_: any[]) => void;

interface IEventEmitter {
on(event: string, listener: (...arguments_: any[]) => void): void;
on(event: string, listener: (...arguments_: any[]) => void): this;
}

@@ -69,0 +69,0 @@ interface KeyvStoreAdapter extends IEventEmitter {

{
"name": "keyv",
"version": "5.0.2",
"version": "5.0.3",
"description": "Simple key-value storage with support for multiple backends",

@@ -5,0 +5,0 @@ "type": "module",

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