read-package-json
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "read-package-json", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
@@ -16,3 +16,3 @@ "description": "The thing npm uses to read package.json files with semantics and defaults and validation", | ||
"glob": "~3.1.9", | ||
"lru-cache": "~1.1.0", | ||
"lru-cache": "~2.0.0", | ||
"semver": "~1.0.14", | ||
@@ -19,0 +19,0 @@ "slide": "~1.1.3" |
@@ -24,3 +24,3 @@ // vim: set softtabstop=16 shiftwidth=16: | ||
var LRU = require("lru-cache") | ||
readJson.cache = new LRU(1000) | ||
readJson.cache = new LRU({max: 1000}) | ||
var path = require("path") | ||
@@ -27,0 +27,0 @@ var glob = require("glob") |
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
30564
0
+ Addedlru-cache@2.0.4(transitive)
- Removedlru-cache@1.1.12.7.3(transitive)
Updatedlru-cache@~2.0.0