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

keyv-file

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyv-file - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

4

lib/index.d.ts

@@ -30,4 +30,4 @@ export interface Data<V> {

*/
set(key: string, value: V, ttl?: number): void;
delete(key: string): boolean;
set<T = V>(key: string, value: T, ttl?: number): void;
delete<T = V>(key: string): T;
clear(): void;

@@ -34,0 +34,0 @@ clearExpire(): void;

{
"name": "keyv-file",
"version": "0.1.12",
"version": "0.1.13",
"description": "File storage adapter for Keyv, using msgpack to serialize data fast and small.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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