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 2.1.1 to 2.1.2

12

dist/index.es6.js

@@ -5,3 +5,15 @@ import { find, ArrayExt } from '@lumino/algorithm';

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module signaling
*/
/**
* A concrete implementation of `ISignal`.

@@ -8,0 +20,0 @@ *

@@ -8,3 +8,15 @@ (function (global, factory) {

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module signaling
*/
/**
* A concrete implementation of `ISignal`.

@@ -11,0 +23,0 @@ *

25

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

@@ -47,8 +47,8 @@ "homepage": "https://github.com/jupyterlab/lumino",

"dependencies": {
"@lumino/algorithm": "^2.0.0",
"@lumino/coreutils": "^2.1.1"
"@lumino/algorithm": "^2.0.1",
"@lumino/coreutils": "^2.1.2"
},
"devDependencies": {
"@lumino/buildutils": "^2.0.0",
"@microsoft/api-extractor": "^7.6.0",
"@lumino/buildutils": "^2.0.1",
"@microsoft/api-extractor": "^7.36.0",
"@rollup/plugin-commonjs": "^24.0.0",

@@ -67,12 +67,11 @@ "@rollup/plugin-node-resolve": "^15.0.1",

"mocha": "^9.0.3",
"playwright": "^1.29.0",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"playwright": "^1.35.0",
"postcss": "^8.4.24",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"terser": "^5.7.1",
"tslib": "^2.4.0",
"typedoc": "^0.23.25",
"typescript": "~4.9.4"
"terser": "^5.18.1",
"tslib": "^2.5.3",
"typescript": "~5.1.3"
},

@@ -79,0 +78,0 @@ "publishConfig": {

@@ -10,2 +10,6 @@ // Copyright (c) Jupyter Development Team.

|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module signaling
*/
import { ArrayExt, find } from '@lumino/algorithm';

@@ -12,0 +16,0 @@ import { PromiseDelegate } from '@lumino/coreutils';

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