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

@jupyterlab/codemirror

Package Overview
Dependencies
Maintainers
9
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/codemirror - npm Package Compare versions

Comparing version 0.17.2 to 0.17.3

1

lib/codemirror-ipython.js

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

});
//# sourceMappingURL=codemirror-ipython.js.map

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

});
//# sourceMappingURL=codemirror-ipythongfm.js.map

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

CodeMirrorEditor.addCommand('indentMoreOrinsertTab', Private.indentMoreOrinsertTab);
//# sourceMappingURL=editor.js.map

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

exports.CodeMirrorEditorFactory = CodeMirrorEditorFactory;
//# sourceMappingURL=factory.js.map

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

};
//# sourceMappingURL=index.js.map

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

exports.CodeMirrorMimeTypeService = CodeMirrorMimeTypeService;
//# sourceMappingURL=mimetype.js.map

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

})(Mode = exports.Mode || (exports.Mode = {}));
//# sourceMappingURL=mode.js.map

10

package.json
{
"name": "@jupyterlab/codemirror",
"version": "0.17.2",
"version": "0.17.3",
"description": "JupyterLab - CodeMirror Editor Provider",

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

"dependencies": {
"@jupyterlab/apputils": "^0.17.1",
"@jupyterlab/codeeditor": "^0.17.1",
"@jupyterlab/coreutils": "^2.0.1",
"@jupyterlab/observables": "^2.0.1",
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/codeeditor": "^0.17.2",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@phosphor/algorithm": "^1.1.2",

@@ -39,0 +39,0 @@ "@phosphor/coreutils": "^1.3.0",

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