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

@jupyterlab/pluginmanager-extension

Package Overview
Dependencies
Maintainers
10
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/pluginmanager-extension - npm Package Compare versions

Comparing version 4.1.0-beta.0 to 4.1.0-beta.1

1

lib/index.js

@@ -72,2 +72,3 @@ /* -----------------------------------------------------------------------------

content.title.icon = extensionIcon;
content.title.caption = trans.__('Plugin Manager');
const main = new MainAreaWidget({ content, reveal: model.ready });

@@ -74,0 +75,0 @@ main.toolbar.addItem('refresh-plugins', new CommandToolbarButton({

12

package.json
{
"name": "@jupyterlab/pluginmanager-extension",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"description": "Enable/disable plugins from user interface",

@@ -38,7 +38,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/application": "^4.1.0-beta.0",
"@jupyterlab/apputils": "^4.2.0-beta.0",
"@jupyterlab/pluginmanager": "^4.1.0-beta.0",
"@jupyterlab/translation": "^4.1.0-beta.0",
"@jupyterlab/ui-components": "^4.1.0-beta.0",
"@jupyterlab/application": "^4.1.0-beta.1",
"@jupyterlab/apputils": "^4.2.0-beta.1",
"@jupyterlab/pluginmanager": "^4.1.0-beta.1",
"@jupyterlab/translation": "^4.1.0-beta.1",
"@jupyterlab/ui-components": "^4.1.0-beta.1",
"@lumino/coreutils": "^2.1.2"

@@ -45,0 +45,0 @@ },

@@ -100,2 +100,3 @@ /* -----------------------------------------------------------------------------

content.title.icon = extensionIcon;
content.title.caption = trans.__('Plugin Manager');
const main = new MainAreaWidget({ content, reveal: model.ready });

@@ -102,0 +103,0 @@

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