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

@jupyterlab/services

Package Overview
Dependencies
Maintainers
16
Versions
403
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 4.0.0 to 4.0.1

0

lib/builder/index.d.ts

@@ -0,0 +0,0 @@ import { ServerConnection } from '../serverconnection';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JSONObject, JSONValue } from '@phosphor/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ModelDB } from '@jupyterlab/observables';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Contents } from './index';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils';

3

lib/kernel/default.js

@@ -615,3 +615,4 @@ "use strict";

session: this._clientId,
content: Object.assign({}, defaults, content)
content: Object.assign({}, defaults, content),
metadata
});

@@ -618,0 +619,0 @@ return this.sendShellMessage(msg, true, disposeOnDone);

@@ -0,0 +0,0 @@ import { DisposableDelegate } from '@phosphor/disposable';

@@ -0,0 +0,0 @@ "use strict";

export * from './kernel';
export * from './manager';
export * from './messages';

@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team.

@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { nbformat } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { KernelMessage } from './messages';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Kernel } from './kernel';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ServerConnection } from '../serverconnection';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISignal } from '@phosphor/signaling';

@@ -0,0 +0,0 @@ "use strict";

export * from './manager';
export * from './session';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Session } from './session';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DataConnector, ISettingRegistry } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISignal, Signal } from '@phosphor/signaling';

@@ -0,0 +0,0 @@ "use strict";

export * from './manager';
export * from './terminal';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Poll } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IIterator } from '@phosphor/algorithm';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DataConnector } from '@jupyterlab/coreutils';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@jupyterlab/services",
"version": "4.0.0",
"version": "4.0.1",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -66,3 +66,3 @@ "keywords": [

},
"gitHead": "382da7c3efb2696a0ae26a4fea27aeeead99fbd9"
"gitHead": "7907e52fc52e4155945c8e55064467464f4f9c5c"
}

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

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