Socket
Socket
Sign inDemoInstall

@lumino/signaling

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/signaling - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

4

dist/index.es6.js

@@ -70,2 +70,4 @@ import { find, each, ArrayExt } from '@lumino/algorithm';

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked

@@ -136,2 +138,4 @@ */

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param sender The signals sender

@@ -138,0 +142,0 @@ * @param fn The callback during which all signals are blocked

@@ -73,2 +73,4 @@ (function (global, factory) {

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked

@@ -139,2 +141,4 @@ */

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param sender The signals sender

@@ -141,0 +145,0 @@ * @param fn The callback during which all signals are blocked

2

package.json
{
"name": "@lumino/signaling",
"version": "1.11.0",
"version": "1.11.1",
"description": "Lumino Signals and Slots",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/lumino",

@@ -41,5 +41,7 @@ // Copyright (c) Jupyter Development Team.

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked
*/
block(fn: () => void): void;
block?(fn: () => void): void;

@@ -158,2 +160,4 @@ /**

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked

@@ -228,2 +232,4 @@ */

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param sender The signals sender

@@ -230,0 +236,0 @@ * @param fn The callback during which all signals are blocked

@@ -28,5 +28,7 @@ /**

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked
*/
block(fn: () => void): void;
block?(fn: () => void): void;
/**

@@ -138,2 +140,4 @@ * Connect a slot to the signal.

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param fn The callback during which the signal is blocked

@@ -188,2 +192,4 @@ */

*
* @deprecated This feature will be removed in Lumino 2.
*
* @param sender The signals sender

@@ -190,0 +196,0 @@ * @param fn The callback during which all signals are blocked

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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