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

@jupyterlab/codeeditor

Package Overview
Dependencies
Maintainers
7
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/codeeditor - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

3

lib/editor.d.ts
import { JSONObject } from '@phosphor/coreutils';
import { IDisposable } from '@phosphor/disposable';
import { ISignal } from '@phosphor/signaling';
import { IModelDB, IObservableMap, IObservableString, IChangedArgs } from '@jupyterlab/coreutils';
import { IChangedArgs } from '@jupyterlab/coreutils';
import { IModelDB, IObservableMap, IObservableString } from '@jupyterlab/observables';
/**

@@ -6,0 +7,0 @@ * A namespace for code editors.

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

var signaling_1 = require("@phosphor/signaling");
var coreutils_1 = require("@jupyterlab/coreutils");
var observables_1 = require("@jupyterlab/observables");
/**

@@ -29,3 +29,3 @@ * A namespace for code editors.

*/
var Model = (function () {
var Model = /** @class */ (function () {
/**

@@ -42,3 +42,3 @@ * Construct a new Model.

else {
this.modelDB = new coreutils_1.ModelDB();
this.modelDB = new observables_1.ModelDB();
}

@@ -142,2 +142,1 @@ var value = this.modelDB.createString('value');

})(CodeEditor = exports.CodeEditor || (exports.CodeEditor = {}));
//# sourceMappingURL=editor.js.map

@@ -5,2 +5,1 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=factory.js.map

@@ -19,2 +19,1 @@ "use strict";

exports.IEditorServices = new coreutils_1.Token('@jupyterlab/codeeditor:IEditorServices');
//# sourceMappingURL=index.js.map

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

import { IObservableJSON } from '@jupyterlab/coreutils';
import { IObservableJSON } from '@jupyterlab/observables';
import { Message } from '@phosphor/messaging';
import { Widget } from '@phosphor/widgets';
import { CodeEditor } from '.';
import { CodeEditor } from './editor';
/**

@@ -6,0 +6,0 @@ * A widget for editing observable JSON.

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

var virtualdom_1 = require("@phosphor/virtualdom");
var _1 = require(".");
var editor_1 = require("./editor");
/**

@@ -63,3 +63,3 @@ * The class name added to a JSONEditor instance.

*/
var JSONEditor = (function (_super) {
var JSONEditor = /** @class */ (function (_super) {
__extends(JSONEditor, _super);

@@ -77,3 +77,3 @@ /**

var host = _this.editorHostNode;
var model = new _1.CodeEditor.Model();
var model = new editor_1.CodeEditor.Model();
model.value.text = 'No data!';

@@ -412,2 +412,1 @@ model.mimeType = 'application/json';

})(Private || (Private = {}));
//# sourceMappingURL=jsoneditor.js.map

@@ -15,2 +15,1 @@ "use strict";

})(IEditorMimeTypeService = exports.IEditorMimeTypeService || (exports.IEditorMimeTypeService = {}));
//# sourceMappingURL=mimetype.js.map

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

*/
var CodeEditorWrapper = (function (_super) {
var CodeEditorWrapper = /** @class */ (function (_super) {
__extends(CodeEditorWrapper, _super);

@@ -114,2 +114,1 @@ /**

exports.CodeEditorWrapper = CodeEditorWrapper;
//# sourceMappingURL=widget.js.map
{
"name": "@jupyterlab/codeeditor",
"version": "0.12.0",
"version": "0.13.0",
"description": "JupyterLab - Abstract Code Editor",

@@ -29,6 +29,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"clean": "rimraf lib",
"prepublishOnly": "npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/coreutils": "^0.12.0",
"@jupyterlab/coreutils": "^0.13.0",
"@jupyterlab/observables": "^0.2.0",
"@phosphor/coreutils": "^1.3.0",

@@ -43,4 +45,4 @@ "@phosphor/disposable": "^1.1.2",

"rimraf": "~2.6.2",
"typescript": "~2.4.2"
"typescript": "~2.6.2"
}
}

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