Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

optimism

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimism - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

8

lib/index.js

@@ -8,9 +8,5 @@ "use strict";

function defaultMakeCacheKey() {
return tuple.apply(null, arguments);
}
// Exported so that custom makeCacheKey functions can easily reuse the
// default implementation (with different arguments).
exports.defaultMakeCacheKey = defaultMakeCacheKey;
exports.defaultMakeCacheKey = tuple;

@@ -21,3 +17,3 @@ function normalizeOptions(options) {

if (typeof options.makeCacheKey !== "function") {
options.makeCacheKey = defaultMakeCacheKey;
options.makeCacheKey = tuple;
}

@@ -24,0 +20,0 @@

{
"name": "optimism",
"version": "0.6.6",
"version": "0.6.7",
"author": "Ben Newman <ben@benjamn.com>",

@@ -31,8 +31,8 @@ "description": "Composable reactive caching with efficient invalidation.",

"dependencies": {
"immutable-tuple": "^0.4.4"
"immutable-tuple": "^0.4.9"
},
"devDependencies": {
"fibers": "^2.0.0",
"fibers": "^3.0.0",
"mocha": "^5.0.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc