Skip to content

Commit 429226a

Browse files
committed
1 parent 3cbd577 commit 429226a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2741
-1211
lines changed

lib/fetch-package-metadata.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ function andLogAndFinish (spec, tracker, done) {
2626
}
2727
}
2828

29-
const CACHE = require('lru-cache')({
29+
const LRUCache = require('lru-cache')
30+
const CACHE = new LRUCache({
3031
max: 300 * 1024 * 1024,
3132
length: (p) => p._contentLength
3233
})

node_modules/cacache/node_modules/lru-cache/index.js

-334
This file was deleted.

node_modules/cacache/node_modules/yallist/iterator.js

-8
This file was deleted.

node_modules/cacache/package.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)