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.21
to
6.1.22
+3
-4
package.json
{
"name": "flat-cache",
"version": "6.1.21",
"version": "6.1.22",
"description": "A simple key/value storage using files to persist the data",

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

"dependencies": {
"flatted": "^3.4.1",
"flatted": "^3.4.2",
"hookified": "^1.15.0",
"cacheable": "^2.3.3"
"cacheable": "^2.3.4"
},

@@ -76,3 +76,2 @@ "files": [

"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepublish": "pnpm build",
"lint": "biome check --write --error-on-warnings",

@@ -79,0 +78,0 @@ "test": "pnpm lint && vitest run --coverage",