Socket
Socket
Sign inDemoInstall

optimism

Package Overview
Dependencies
Maintainers
1
Versions
71
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.16.1 to 0.16.2

2

lib/bundle.cjs.js

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

dispose: true,
forget: true,
forget: true, // Fully remove parent Entry from LRU cache and computation graph
};

@@ -408,0 +408,0 @@ function dep(options) {

@@ -403,3 +403,3 @@ import { Trie } from '@wry/trie';

dispose: true,
forget: true,
forget: true, // Fully remove parent Entry from LRU cache and computation graph
};

@@ -406,0 +406,0 @@ function dep(options) {

@@ -1,2 +0,2 @@

export declare const hasOwnProperty: (v: string | number | symbol) => boolean;
export declare const hasOwnProperty: (v: PropertyKey) => boolean;
export declare const toArray: (collection: Set<any>) => any[];

@@ -3,0 +3,0 @@ export declare type Unsubscribable = {

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

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

"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^15.0.2",
"fibers": "^5.0.0",
"mocha": "^8.1.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.1",
"mocha": "^9.1.1",
"reify": "^0.20.12",

@@ -51,5 +50,5 @@ "rimraf": "^3.0.2",

"dependencies": {
"@wry/context": "^0.6.0",
"@wry/context": "^0.7.0",
"@wry/trie": "^0.3.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