🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

file-entry-cache

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-entry-cache - npm Package Compare versions

Comparing version
11.1.2
to
11.1.3
+4
-10
package.json
{
"name": "file-entry-cache",
"version": "11.1.2",
"version": "11.1.3",
"description": "A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run",

@@ -38,13 +38,8 @@ "type": "module",

"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@types/node": "^25.0.8",
"@vitest/coverage-v8": "^4.0.17",
"pino": "^10.1.1",
"rimraf": "^6.1.2",
"pino": "^10.3.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
"typescript": "^5.9.3"
},
"dependencies": {
"flat-cache": "^6.1.20"
"flat-cache": "^6.1.22"
},

@@ -57,3 +52,2 @@ "files": [

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

@@ -60,0 +54,0 @@ "test": "pnpm lint && vitest run --coverage",

@@ -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/file-entry-cache.svg)](https://www.npmjs.com/package/file-entry-cache)