New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jupyterlab/application-extension

Package Overview
Dependencies
Maintainers
7
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/application-extension - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

6

lib/index.js

@@ -28,2 +28,7 @@ "use strict";

addCommands(app, palette);
// If the currently active widget changes,
// trigger a refresh of the commands.
app.shell.currentChanged.connect(function () {
app.commands.notifyCommandChanged(CommandIDs.closeAll);
});
var builder = app.serviceManager.builder;

@@ -159,2 +164,1 @@ var doBuild = function () {

exports.default = plugins;
//# sourceMappingURL=index.js.map

11

package.json
{
"name": "@jupyterlab/application-extension",
"version": "0.12.0",
"version": "0.13.0",
"description": "JupyterLab - Application Extension",

@@ -28,8 +28,9 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"clean": "rimraf lib",
"prepublishOnly": "npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.12.0",
"@jupyterlab/apputils": "^0.12.0",
"@jupyterlab/coreutils": "^0.12.0",
"@jupyterlab/application": "^0.13.0",
"@jupyterlab/apputils": "^0.13.0",
"@jupyterlab/coreutils": "^0.13.0",
"@phosphor/virtualdom": "^1.1.2"

@@ -39,3 +40,3 @@ },

"rimraf": "~2.6.2",
"typescript": "~2.4.2"
"typescript": "~2.6.2"
},

@@ -42,0 +43,0 @@ "jupyterlab": {

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