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.12.0 to 0.12.1

2

lib/bundle.cjs.js

@@ -497,3 +497,3 @@ 'use strict';

function lookup() {
var key = makeCacheKey.apply(null, keyArgs.apply(null, arguments));
var key = makeCacheKey.apply(null, arguments);
if (key !== void 0) {

@@ -500,0 +500,0 @@ return cache.get(key);

@@ -494,3 +494,3 @@ import { Slot } from '@wry/context';

function lookup() {
var key = makeCacheKey.apply(null, keyArgs.apply(null, arguments));
var key = makeCacheKey.apply(null, arguments);
if (key !== void 0) {

@@ -497,0 +497,0 @@ return cache.get(key);

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

@@ -5,0 +5,0 @@ "description": "Composable reactive caching with efficient invalidation.",

@@ -1,3 +0,3 @@

# optimism &nbsp; [![Build Status](https://travis-ci.org/benjamn/optimism.svg?branch=master)](https://travis-ci.org/benjamn/optimism)
# optimism [![Build Status](https://github.com/benjamn/optimism/workflows/CI/badge.svg)](https://github.com/benjamn/optimism/actions)
Composable reactive caching with efficient invalidation.

Sorry, the diff of this file is not supported yet

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