memoize-cache
Advanced tools
Comparing version 6.0.1 to 6.0.2
var CacheRAM = require('./cache-ram') | ||
var NoCache = require('./no-cache') | ||
var BaseCache = require('./base-cache') | ||
var keyGetter = require('memoize-cache-utils/key-getter') | ||
var keysGetter = require('memoize-cache-utils/keys-getter') | ||
@@ -10,5 +8,3 @@ module.exports = { | ||
NoCache: NoCache, | ||
BaseCache: BaseCache, | ||
keyGetter: keyGetter, | ||
keysGetter: keysGetter | ||
BaseCache: BaseCache | ||
} |
{ | ||
"name": "memoize-cache", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A cache support for memoized functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32313
794