Comparing version 0.5.3 to 0.6.0
"use strict"; | ||
var LRU = require("lru-cache"); | ||
var Cache = require("./cache.js").Cache; | ||
var tuple = require("immutable-tuple").tuple; | ||
@@ -32,3 +32,3 @@ var Entry = require("./entry.js").Entry; | ||
var cache = new LRU({ | ||
var cache = new Cache({ | ||
max: options.max, | ||
@@ -35,0 +35,0 @@ dispose: function (key, entry) { |
{ | ||
"name": "optimism", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -31,4 +31,3 @@ "description": "Composable reactive caching with efficient invalidation.", | ||
"dependencies": { | ||
"immutable-tuple": "^0.4.4", | ||
"lru-cache": "^4.1.1" | ||
"immutable-tuple": "^0.4.4" | ||
}, | ||
@@ -35,0 +34,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15732
1
8
436
- Removedlru-cache@^4.1.1
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)