Socket
Socket
Sign inDemoInstall

file-entry-cache

Package Overview
Dependencies
16
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

3

cache.js

@@ -237,2 +237,4 @@ var path = require('path');

var meta = Object.assign(cacheEntry.meta, { hash: hash });
delete meta.size;
delete meta.mtime;
return meta;

@@ -247,2 +249,3 @@ },

});
delete meta.hash;
return meta;

@@ -249,0 +252,0 @@ },

# file-entry-cache - Changelog
## v6.0.1
- **Other changes**
- Delete previous mtime when checksum is used and vice versa - [abcf0f9]( https://github.com/royriojas/file-entry-cache/commit/abcf0f9 ), [Milos Djermanovic](https://github.com/Milos Djermanovic), 19/02/2021 18:19:43
- Adds travis jobs on ppc64le - [92e4d4a]( https://github.com/royriojas/file-entry-cache/commit/92e4d4a ), [dineshks1](https://github.com/dineshks1), 25/11/2020 04:52:11
## v6.0.0

@@ -4,0 +12,0 @@ - **Refactoring**

2

package.json
{
"name": "file-entry-cache",
"version": "6.0.0",
"version": "6.0.1",
"description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",

@@ -5,0 +5,0 @@ "repository": "royriojas/file-entry-cache",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc