Socket
Socket
Sign inDemoInstall

@jupyterlab/services

Package Overview
Dependencies
Maintainers
34
Versions
387
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/services - npm Package Compare versions

Comparing version 7.1.0-alpha.2 to 7.1.0-alpha.3

2

lib/config/index.js

@@ -29,3 +29,3 @@ "use strict";

ConfigSection.create = create;
})(ConfigSection = exports.ConfigSection || (exports.ConfigSection = {}));
})(ConfigSection || (exports.ConfigSection = ConfigSection = {}));
/**

@@ -32,0 +32,0 @@ * Implementation of the Configurable data section.

@@ -60,3 +60,3 @@ "use strict";

Contents.validateCheckpointModel = validateCheckpointModel;
})(Contents = exports.Contents || (exports.Contents = {}));
})(Contents || (exports.Contents = Contents = {}));
/**

@@ -63,0 +63,0 @@ * A contents manager that passes file operations to the server.

@@ -337,3 +337,3 @@ "use strict";

KernelManager.NoopManager = NoopManager;
})(KernelManager = exports.KernelManager || (exports.KernelManager = {}));
})(KernelManager || (exports.KernelManager = KernelManager = {}));
//# sourceMappingURL=manager.js.map

@@ -182,3 +182,3 @@ "use strict";

supportedKernelWebSocketProtocols["v1KernelWebsocketJupyterOrg"] = "v1.kernel.websocket.jupyter.org";
})(supportedKernelWebSocketProtocols = exports.supportedKernelWebSocketProtocols || (exports.supportedKernelWebSocketProtocols = {}));
})(supportedKernelWebSocketProtocols || (exports.supportedKernelWebSocketProtocols = supportedKernelWebSocketProtocols = {}));
//# sourceMappingURL=messages.js.map

@@ -119,3 +119,3 @@ "use strict";

ServerConnection.NetworkError = NetworkError;
})(ServerConnection = exports.ServerConnection || (exports.ServerConnection = {}));
})(ServerConnection || (exports.ServerConnection = ServerConnection = {}));
/**

@@ -122,0 +122,0 @@ * The namespace for module private data.

@@ -347,3 +347,3 @@ "use strict";

SessionManager.NoopManager = NoopManager;
})(SessionManager = exports.SessionManager || (exports.SessionManager = {}));
})(SessionManager || (exports.SessionManager = SessionManager = {}));
//# sourceMappingURL=manager.js.map

@@ -296,3 +296,3 @@ "use strict";

TerminalManager.NoopManager = NoopManager;
})(TerminalManager = exports.TerminalManager || (exports.TerminalManager = {}));
})(TerminalManager || (exports.TerminalManager = TerminalManager = {}));
//# sourceMappingURL=manager.js.map
{
"name": "@jupyterlab/services",
"version": "7.1.0-alpha.2",
"version": "7.1.0-alpha.3",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -50,6 +50,6 @@ "keywords": [

"@jupyter/ydoc": "^1.1.1",
"@jupyterlab/coreutils": "^6.1.0-alpha.2",
"@jupyterlab/nbformat": "^4.1.0-alpha.2",
"@jupyterlab/settingregistry": "^4.1.0-alpha.2",
"@jupyterlab/statedb": "^4.1.0-alpha.2",
"@jupyterlab/coreutils": "^6.1.0-alpha.3",
"@jupyterlab/nbformat": "^4.1.0-alpha.3",
"@jupyterlab/settingregistry": "^4.1.0-alpha.3",
"@jupyterlab/statedb": "^4.1.0-alpha.3",
"@lumino/coreutils": "^2.1.2",

@@ -63,9 +63,9 @@ "@lumino/disposable": "^2.1.2",

"devDependencies": {
"@jupyterlab/testing": "^4.1.0-alpha.2",
"@jupyterlab/testing": "^4.1.0-alpha.3",
"@types/jest": "^29.2.0",
"@types/ws": "^8.5.3",
"jest": "^29.2.0",
"rimraf": "~3.0.0",
"rimraf": "~5.0.5",
"typedoc": "~0.24.7",
"typescript": "~5.0.4",
"typescript": "~5.1.6",
"webpack": "^5.76.1",

@@ -72,0 +72,0 @@ "webpack-cli": "^5.0.1"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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