Socket
Socket
Sign inDemoInstall

@jupyterlab/services

Package Overview
Dependencies
Maintainers
4
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 0.40.0 to 0.40.1

11

lib/index.d.ts

@@ -0,1 +1,3 @@

import { Token } from '@phosphor/coreutils';
import { ServiceManager } from './manager';
export * from './config';

@@ -11,1 +13,10 @@ export * from './contents';

export { utils };
/**
* The default services provider token.
*/
export declare const IServiceManager: Token<IServiceManager>;
/**
* The service manager interface.
*/
export interface IServiceManager extends ServiceManager.IManager {
}

@@ -7,2 +7,3 @@ // Copyright (c) Jupyter Development Team.

}
var coreutils_1 = require("@phosphor/coreutils");
__export(require("./config"));

@@ -17,1 +18,7 @@ __export(require("./contents"));

exports.utils = utils;
/* tslint:disable */
/**
* The default services provider token.
*/
exports.IServiceManager = new coreutils_1.Token('jupyter.services.services');
;

4

package.json
{
"name": "@jupyterlab/services",
"version": "0.40.0",
"version": "0.40.1",
"description": "Client APIs for the Jupyter services REST APIs",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"@phosphor/algorithm": "^0.1.0",
"@phosphor/coreutils": "^0.1.1",
"@phosphor/coreutils": "^0.1.5",
"@phosphor/disposable": "^0.1.0",

@@ -12,0 +12,0 @@ "@phosphor/signaling": "^0.1.1",

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

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