New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

file-entry-cache

Package Overview
Dependencies
Maintainers
0
Versions
27
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 10.0.4 to 10.0.5

13

package.json
{
"name": "file-entry-cache",
"version": "10.0.4",
"version": "10.0.5",
"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",

@@ -32,12 +32,12 @@ "type": "module",

"devDependencies": {
"@types/node": "^22.9.3",
"@vitest/coverage-v8": "^2.1.5",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.5",
"xo": "^0.59.3"
"vitest": "^2.1.8",
"xo": "^0.60.0"
},
"dependencies": {
"flat-cache": "^6.1.2"
"flat-cache": "^6.1.5"
},

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

"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",

@@ -52,0 +53,0 @@ "test:ci": "xo && vitest run",

Sorry, the diff of this file is not supported yet

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