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

@jupyterlab/workspaces-extension

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/workspaces-extension - npm Package Compare versions

Comparing version 4.3.0-alpha.2 to 4.3.0-beta.0

1

lib/sidebar.js

@@ -55,2 +55,3 @@ import { IWindowResolver } from '@jupyterlab/apputils';

name: trans.__('Workspaces'),
supportsMultipleViews: false,
running: () => {

@@ -57,0 +58,0 @@ return model.workspaces.map((workspace) => {

22

package.json
{
"name": "@jupyterlab/workspaces-extension",
"version": "4.3.0-alpha.2",
"version": "4.3.0-beta.0",
"description": "JupyterLab Extension providing UI for workspace management",

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

"dependencies": {
"@jupyterlab/application": "^4.3.0-alpha.2",
"@jupyterlab/apputils": "^4.4.0-alpha.2",
"@jupyterlab/coreutils": "^6.3.0-alpha.2",
"@jupyterlab/filebrowser": "^4.3.0-alpha.2",
"@jupyterlab/running": "^4.3.0-alpha.2",
"@jupyterlab/services": "^7.3.0-alpha.2",
"@jupyterlab/statedb": "^4.3.0-alpha.2",
"@jupyterlab/translation": "^4.3.0-alpha.2",
"@jupyterlab/ui-components": "^4.3.0-alpha.2",
"@jupyterlab/workspaces": "^4.3.0-alpha.2"
"@jupyterlab/application": "^4.3.0-beta.0",
"@jupyterlab/apputils": "^4.4.0-beta.0",
"@jupyterlab/coreutils": "^6.3.0-beta.0",
"@jupyterlab/filebrowser": "^4.3.0-beta.0",
"@jupyterlab/running": "^4.3.0-beta.0",
"@jupyterlab/services": "^7.3.0-beta.0",
"@jupyterlab/statedb": "^4.3.0-beta.0",
"@jupyterlab/translation": "^4.3.0-beta.0",
"@jupyterlab/ui-components": "^4.3.0-beta.0",
"@jupyterlab/workspaces": "^4.3.0-beta.0"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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

name: trans.__('Workspaces'),
supportsMultipleViews: false,
running: () => {

@@ -84,0 +85,0 @@ return model.workspaces.map((workspace: Workspace.IWorkspace) => {

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