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

keyv-file

Package Overview
Dependencies
Maintainers
0
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 5.0.0 to 5.0.1

2

lib/index.d.ts

@@ -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",

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