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

@wry/context

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wry/context - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

lib/slot.d.ts

@@ -8,6 +8,6 @@ declare const makeSlotClass: () => {

};
bind<TArgs_1 extends any[], TResult_1>(callback: (...args: TArgs_1) => TResult_1): (...args: TArgs_1) => TResult_1;
noContext<TResult_2, TArgs_2 extends any[], TThis_1 = any>(callback: (this: TThis_1, ...args: TArgs_2) => TResult_2, args?: TArgs_2 | undefined, thisArg?: TThis_1 | undefined): TResult_2;
bind<TArgs_1 extends any[], TResult_2>(callback: (...args: TArgs_1) => TResult_2): (...args: TArgs_1) => TResult_2;
noContext<TResult_3, TArgs_2 extends any[], TThis_1 = any>(callback: (this: TThis_1, ...args: TArgs_2) => TResult_3, args?: TArgs_2 | undefined, thisArg?: TThis_1 | undefined): TResult_3;
};
export declare const Slot: ReturnType<typeof makeSlotClass>;
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Slot = void 0;
// This currentContext variable will only be used if the makeSlotClass

@@ -4,0 +5,0 @@ // function is called, which happens only if this is the first copy of the

{
"name": "@wry/context",
"version": "0.5.2",
"version": "0.5.3",
"author": "Ben Newman <ben@eloper.dev>",

@@ -29,5 +29,5 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around",

"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.14.1"
},
"gitHead": "6dde75e2e92698ba65a7d4f9d9e8d455b23303b4"
"gitHead": "31944d3d98c11026f1631bdce8dd27ffb3b7e8c0"
}

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