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.9.4 to 0.9.5

8

lib/context.d.ts

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

import { Slot } from "@wry/context";
export declare const parentEntrySlot: Slot<import("./entry").Entry<any, any>>;
export declare const parentEntrySlot: {
readonly id: string;
hasValue(): boolean;
getValue(): import("./entry").Entry<any, any> | undefined;
withValue<TResult, TArgs extends any[], TThis = any>(value: import("./entry").Entry<any, any>, callback: (this: TThis, ...args: TArgs) => TResult, args?: TArgs | undefined, thisArg?: TThis | undefined): TResult;
};
export { bind as bindContext, noContext, setTimeout, asyncFromGen, } from "@wry/context";
{
"name": "optimism",
"version": "0.9.4",
"version": "0.9.5",
"author": "Ben Newman <ben@benjamn.com>",

@@ -48,4 +48,4 @@ "description": "Composable reactive caching with efficient invalidation.",

"dependencies": {
"@wry/context": "^0.3.2"
"@wry/context": "^0.4.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