Sign In

flat-cache

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flat-cache - npm Package Compare versions

Comparing version
6.1.20
to
6.1.21
+4
-10
package.json
{
"name": "flat-cache",
"version": "6.1.20",
"version": "6.1.21",
"description": "A simple key/value storage using files to persist the data",

@@ -61,15 +61,9 @@ "type": "module",

"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@faker-js/faker": "^10.2.0",
"@types/node": "^25.0.8",
"@vitest/coverage-v8": "^4.0.17",
"rimraf": "^6.1.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
"typescript": "^5.9.3"
},
"dependencies": {
"flatted": "^3.3.3",
"flatted": "^3.4.1",
"hookified": "^1.15.0",
"cacheable": "^2.3.2"
"cacheable": "^2.3.3"
},

@@ -76,0 +70,0 @@ "files": [

@@ -6,3 +6,3 @@ [<img align="center" src="https://cacheable.org/symbol.svg" alt="Cacheable" />](https://github.com/jaredwray/cacheable)

[![codecov](https://codecov.io/gh/jaredwray/cacheable/graph/badge.svg?token=lWZ9OBQ7GM)](https://codecov.io/gh/jaredwray/cacheable)
[![codecov](https://codecov.io/gh/jaredwray/cacheable/branch/main/graph/badge.svg?token=lWZ9OBQ7GM)](https://codecov.io/gh/jaredwray/cacheable)
[![tests](https://github.com/jaredwray/cacheable/actions/workflows/tests.yml/badge.svg)](https://github.com/jaredwray/cacheable/actions/workflows/tests.yml)

@@ -9,0 +9,0 @@ [![npm](https://img.shields.io/npm/dm/flat-cache.svg)](https://www.npmjs.com/package/flat-cache)