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.7.0 to 0.7.1

6

lib/index.d.ts

@@ -7,5 +7,5 @@ declare type AnyFn = (...args: any[]) => any;

export declare type OptimisticWrapOptions = {
max: number;
disposable: boolean;
makeCacheKey: AnyFn;
max?: number;
disposable?: boolean;
makeCacheKey?: AnyFn;
subscribe?: (...args: any[]) => (() => any) | undefined;

@@ -12,0 +12,0 @@ };

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

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

"mocha": "mocha --reporter spec --full-trace test/tests.js",
"prepublish": "npm run build",
"test": "npm run build && npm run mocha"

@@ -33,0 +34,0 @@ },

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