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

@lumino/commands

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/commands - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

37

package.json
{
"name": "@lumino/commands",
"version": "1.8.0",
"version": "1.8.1",
"description": "Lumino Commands",

@@ -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,8 +47,8 @@ "docs": "typedoc --options tdoptions.json src",

"dependencies": {
"@lumino/algorithm": "^1.2.1",
"@lumino/coreutils": "^1.4.0",
"@lumino/disposable": "^1.3.2",
"@lumino/domutils": "^1.1.5",
"@lumino/keyboard": "^1.1.4",
"@lumino/signaling": "^1.3.2"
"@lumino/algorithm": "^1.2.2",
"@lumino/coreutils": "^1.4.1",
"@lumino/disposable": "^1.3.3",
"@lumino/domutils": "^1.1.6",
"@lumino/keyboard": "^1.1.5",
"@lumino/signaling": "^1.3.3"
},

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

"es6-promise": "^4.0.5",
"karma": "^1.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.0.0",

@@ -68,8 +68,9 @@ "karma-firefox-launcher": "^1.0.0",

"karma-mocha-reporter": "^2.2.2",
"mocha": "^3.2.0",
"mocha": "^6.2.2",
"rimraf": "^2.5.2",
"simulate-event": "^1.4.0",
"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"
},

@@ -79,3 +80,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