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

@jupyterlab/codemirror-extension

Package Overview
Dependencies
Maintainers
34
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/codemirror-extension - npm Package Compare versions

Comparing version 4.0.0-beta.0 to 4.0.0-beta.1

2

lib/services.d.ts

@@ -17,3 +17,3 @@ import { JupyterFrontEndPlugin } from '@jupyterlab/application';

/**
* CodeMirror real-time collaboration binding provider.
* CodeMirror shared model binding provider.
*/

@@ -20,0 +20,0 @@ export declare const bindingPlugin: JupyterFrontEndPlugin<void>;

@@ -135,3 +135,3 @@ /*

/**
* CodeMirror real-time collaboration binding provider.
* CodeMirror shared model binding provider.
*/

@@ -144,3 +144,3 @@ export const bindingPlugin = {

extensions.addExtension({
name: 'yjs-binding',
name: 'shared-model-binding',
factory: options => {

@@ -147,0 +147,0 @@ var _a;

{
"name": "@jupyterlab/codemirror-extension",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "JupyterLab - CodeMirror Provider Extension",

@@ -41,12 +41,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"dependencies": {
"@jupyter/ydoc": "^0.3.4",
"@jupyterlab/application": "^4.0.0-beta.0",
"@jupyterlab/codeeditor": "^4.0.0-beta.0",
"@jupyterlab/codemirror": "^4.0.0-beta.0",
"@jupyterlab/settingregistry": "^4.0.0-beta.0",
"@jupyterlab/statusbar": "^4.0.0-beta.0",
"@jupyterlab/translation": "^4.0.0-beta.0",
"@jupyterlab/ui-components": "^4.0.0-beta.0",
"@jupyter/ydoc": "^1.0.0",
"@jupyterlab/application": "^4.0.0-beta.1",
"@jupyterlab/codeeditor": "^4.0.0-beta.1",
"@jupyterlab/codemirror": "^4.0.0-beta.1",
"@jupyterlab/settingregistry": "^4.0.0-beta.1",
"@jupyterlab/statusbar": "^4.0.0-beta.1",
"@jupyterlab/translation": "^4.0.0-beta.1",
"@jupyterlab/ui-components": "^4.0.0-beta.1",
"@lumino/coreutils": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"@lumino/widgets": "^2.0.1",
"@rjsf/utils": "^5.1.0",

@@ -53,0 +53,0 @@ "@rjsf/validator-ajv8": "^5.1.0",

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