Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
lru-cache@2.5.2
Browse files Browse the repository at this point in the history
More accurate updating of last access time when `maxAge` is set.
  • Loading branch information
othiym23 committed Apr 13, 2015
1 parent ed7e249 commit 16427c1
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 8 deletions.
1 change: 1 addition & 0 deletions node_modules/lru-cache/lib/lru-cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 25 additions & 6 deletions node_modules/lru-cache/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions node_modules/lru-cache/t.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/lru-cache/test/basic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/lru-cache/test/timeout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ini": "~1.3.3",
"init-package-json": "~1.4.0",
"lockfile": "~1.0.0",
"lru-cache": "~2.5.0",
"lru-cache": "~2.5.2",
"minimatch": "~2.0.4",
"mkdirp": "~0.5.0",
"node-gyp": "~1.0.3",
Expand Down

0 comments on commit 16427c1

Please sign in to comment.