Comparing version 0.5.0 to 0.5.1
@@ -11,2 +11,6 @@ "use strict"; | ||
// Exported so that custom makeCacheKey functions can easily reuse the | ||
// default implementation (with different arguments). | ||
exports.defaultMakeCacheKey = defaultMakeCacheKey; | ||
function normalizeOptions(options) { | ||
@@ -13,0 +17,0 @@ options = options || Object.create(null); |
{ | ||
"name": "optimism", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -5,0 +5,0 @@ "description": "Composable reactive caching with efficient invalidation.", |
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
12444
310