Socket
Socket
Sign inDemoInstall

@lumino/signaling

Package Overview
Dependencies
Maintainers
3
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.3.2 to 1.3.3

27

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

@@ -9,2 +9,6 @@ "homepage": "https://github.com/jupyterlab/lumino",

},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/lumino.git"
},
"license": "BSD-3-Clause",

@@ -27,6 +31,2 @@ "author": "S. Chris Colbert <sccolbert@gmail.com>",

},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/lumino.git"
},
"scripts": {

@@ -36,3 +36,3 @@ "api": "api-extractor run --local --verbose",

"build:test": "tsc --build tests && cd tests && webpack",
"clean": "rimraf lib",
"clean": "rimraf lib && rimraf *.tsbuildinfo",
"clean:test": "rimraf tests/build",

@@ -47,3 +47,3 @@ "docs": "typedoc --options tdoptions.json src",

"dependencies": {
"@lumino/algorithm": "^1.2.1"
"@lumino/algorithm": "^1.2.2"
},

@@ -55,3 +55,3 @@ "devDependencies": {

"chai": "^3.5.0",
"karma": "^1.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.0.0",

@@ -62,7 +62,8 @@ "karma-firefox-launcher": "^1.0.0",

"karma-mocha-reporter": "^2.2.2",
"mocha": "^3.2.0",
"mocha": "^6.2.2",
"rimraf": "^2.5.2",
"typedoc": "~0.12.0",
"typescript": "~3.0.3",
"webpack": "^2.2.1"
"typedoc": "~0.15.0",
"typescript": "~3.6.4",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
},

@@ -72,3 +73,3 @@ "publishConfig": {

},
"gitHead": "15fff95b04349ef7247e8e2e7a5f54c61171d613"
"gitHead": "53ec13d322579e356862268970649f9c1213a7ac"
}
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