Socket
Socket
Sign inDemoInstall

file-entry-cache

Package Overview
Dependencies
19
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.3

2

cache.js

@@ -14,3 +14,3 @@ var path = require( 'path' );

var cache = flatCache.load( cacheId, _path );
var assign = require( 'lodash.assign' );
var assign = require( 'object-assign' );
var normalizedEntries = { };

@@ -17,0 +17,0 @@

# file-entry-cache - Changelog
## v1.2.3
- **Build Scripts Changes**
- update flat-cache dep - [cc7b9ce]( https://github.com/royriojas/file-entry-cache/commit/cc7b9ce ), [royriojas](https://github.com/royriojas), 11/09/2015 18:04:44
## v1.2.2
- **Build Scripts Changes**
- Add changelogx section to package.json - [a3916ff]( https://github.com/royriojas/file-entry-cache/commit/a3916ff ), [royriojas](https://github.com/royriojas), 11/09/2015 18:00:26
## v1.2.1
- **Build Scripts Changes**
- update flat-cache dep - [e49b0d4]( https://github.com/royriojas/file-entry-cache/commit/e49b0d4 ), [royriojas](https://github.com/royriojas), 11/09/2015 17:55:25
- **Other changes**
- Update dependencies Replaced lodash.assign with smaller object-assign Fixed tests for windows - [0ad3000]( https://github.com/royriojas/file-entry-cache/commit/0ad3000 ), [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 17:44:18
## v1.2.0
- **Features**
- analyzeFiles now returns also the files that were removed - [6ac2431]( https://github.com/[object Object]/file-entry-cache/commit/6ac2431 ), [royriojas](https://github.com/royriojas), 04/09/2015 12:40:53
- analyzeFiles now returns also the files that were removed - [6ac2431]( https://github.com/royriojas/file-entry-cache/commit/6ac2431 ), [royriojas](https://github.com/royriojas), 04/09/2015 14:40:53

@@ -10,3 +29,3 @@

- **Features**
- Add method to check if a file hasChanged - [3640e2b]( https://github.com/[object Object]/file-entry-cache/commit/3640e2b ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 05:33:32
- Add method to check if a file hasChanged - [3640e2b]( https://github.com/royriojas/file-entry-cache/commit/3640e2b ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 07:33:32

@@ -16,22 +35,22 @@

- **Features**
- Create the cache directly from a file path - [a23de61]( https://github.com/[object Object]/file-entry-cache/commit/a23de61 ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 04:41:33
- Create the cache directly from a file path - [a23de61]( https://github.com/royriojas/file-entry-cache/commit/a23de61 ), [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 06:41:33
- Add a method to remove an entry from the filecache - [7af29fc]( https://github.com/[object Object]/file-entry-cache/commit/7af29fc ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 23:25:32
- Add a method to remove an entry from the filecache - [7af29fc]( https://github.com/royriojas/file-entry-cache/commit/7af29fc ), [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 02:25:32
- cache module finished - [1f95544]( https://github.com/[object Object]/file-entry-cache/commit/1f95544 ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 01:08:08
- cache module finished - [1f95544]( https://github.com/royriojas/file-entry-cache/commit/1f95544 ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:08:08
- **Build Scripts Changes**
- set the version for the first release - [7472eaa]( https://github.com/[object Object]/file-entry-cache/commit/7472eaa ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 01:29:54
- set the version for the first release - [7472eaa]( https://github.com/royriojas/file-entry-cache/commit/7472eaa ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:29:54
- **Documentation**
- Updated documentation - [557358f]( https://github.com/[object Object]/file-entry-cache/commit/557358f ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 01:29:29
- Updated documentation - [557358f]( https://github.com/royriojas/file-entry-cache/commit/557358f ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:29:29
- **Other changes**
- Initial commit - [3d5f42b]( https://github.com/[object Object]/file-entry-cache/commit/3d5f42b ), [Roy Riojas](https://github.com/Roy Riojas), 01/03/2015 21:58:29
- Initial commit - [3d5f42b]( https://github.com/royriojas/file-entry-cache/commit/3d5f42b ), [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 00:58:29
{
"name": "file-entry-cache",
"version": "1.2.0",
"version": "1.2.3",
"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",

@@ -50,10 +50,22 @@ "repository": "royriojas/file-entry-cache",

],
"changelogx": {
"ignoreRegExp": [
"BLD: Release",
"DOC: Generate Changelog",
"Generated Changelog"
],
"issueIDRegExp": "#(\\d+)",
"commitURL": "https://github.com/royriojas/file-entry-cache/commit/{0}",
"authorURL": "https://github.com/{0}",
"issueIDURL": "https://github.com/royriojas/file-entry-cache/issues/{0}",
"projectName": "file-entry-cache"
},
"devDependencies": {
"chai": "^2.1.0",
"chai": "^3.2.0",
"changelogx": "^1.0.18",
"commander": "^2.6.0",
"del": "^1.1.1",
"del": "^2.0.2",
"esbeautifier": "^4.2.11",
"eslinter": "^2.3.3",
"glob-expand": "0.0.2",
"glob-expand": "^0.1.0",
"istanbul": "^0.3.6",

@@ -64,12 +76,12 @@ "mocha": "^2.1.0",

"proxyquire": "^1.3.1",
"read-file": "^0.1.2",
"read-file": "^0.2.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"watch-run": "^1.2.1",
"write": "^0.1.1"
"write": "^0.2.1"
},
"dependencies": {
"flat-cache": "^1.0.4",
"lodash.assign": "^3.0.0"
"flat-cache": "^1.0.9",
"object-assign": "^4.0.1"
}
}
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