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

@jupyterlab/settingregistry

Package Overview
Dependencies
Maintainers
27
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/settingregistry - npm Package Compare versions

Comparing version 3.1.0-alpha.12 to 3.1.0-alpha.13

4

lib/settingregistry.d.ts

@@ -1,5 +0,5 @@

import { JSONValue, ReadonlyJSONObject, PartialJSONValue, ReadonlyPartialJSONObject, ReadonlyPartialJSONValue } from '@lumino/coreutils';
import { IDataConnector } from '@jupyterlab/statedb';
import { JSONValue, PartialJSONValue, ReadonlyJSONObject, ReadonlyPartialJSONObject, ReadonlyPartialJSONValue } from '@lumino/coreutils';
import { IDisposable } from '@lumino/disposable';
import { ISignal } from '@lumino/signaling';
import { IDataConnector } from '@jupyterlab/statedb';
import { ISettingRegistry } from './tokens';

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

@@ -14,4 +14,2 @@ // Copyright (c) Jupyter Development Team.

};
import Ajv from 'ajv';
import * as json5 from 'json5';
import { CommandRegistry } from '@lumino/commands';

@@ -21,2 +19,4 @@ import { JSONExt } from '@lumino/coreutils';

import { Signal } from '@lumino/signaling';
import Ajv from 'ajv';
import * as json5 from 'json5';
import SCHEMA from './plugin-schema.json';

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

@@ -1,5 +0,5 @@

import { PartialJSONObject, Token, PartialJSONValue, ReadonlyPartialJSONObject, ReadonlyPartialJSONValue } from '@lumino/coreutils';
import { IDataConnector } from '@jupyterlab/statedb';
import { PartialJSONObject, PartialJSONValue, ReadonlyPartialJSONObject, ReadonlyPartialJSONValue, Token } from '@lumino/coreutils';
import { IDisposable } from '@lumino/disposable';
import { ISignal } from '@lumino/signaling';
import { IDataConnector } from '@jupyterlab/statedb';
import { ISchemaValidator } from './settingregistry';

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

{
"name": "@jupyterlab/settingregistry",
"version": "3.1.0-alpha.12",
"version": "3.1.0-alpha.13",
"description": "Settings registry for Jupyterlab",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyterlab/statedb": "^3.1.0-alpha.12",
"@jupyterlab/statedb": "^3.1.0-alpha.13",
"@lumino/commands": "^1.12.0",

@@ -49,3 +49,3 @@ "@lumino/coreutils": "^1.5.3",

"devDependencies": {
"@jupyterlab/testutils": "^3.1.0-alpha.12",
"@jupyterlab/testutils": "^3.1.0-alpha.13",
"@types/jest": "^26.0.10",

@@ -61,3 +61,3 @@ "@types/json5": "^0.0.30",

},
"gitHead": "12943471593e2ef73d3fd92393c33e1b1f9a60d5"
"gitHead": "a7d05695d6fd893a2f0f8c411c930aa4e5ce758f"
}

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