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

@jupyterlab/codemirror

Package Overview
Dependencies
Maintainers
34
Versions
382
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 4.0.6 to 4.0.7

2

lib/language.js

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

displayName: trans.__('SQL'),
mime: 'text/x-sql',
mime: ['application/sql', 'text/x-sql'],
extensions: ['sql'],

@@ -466,0 +466,0 @@ load() {

@@ -41,5 +41,8 @@ // Copyright (c) Jupyter Development Team.

},
'.cm-gutter, .cm-activeLine': {
'.cm-gutter': {
backgroundColor: 'var(--jp-layout-color2)'
},
'.cm-activeLine': {
backgroundColor: 'color-mix(in srgb, var(--jp-layout-color3) 25%, transparent)'
},
'.cm-lineNumbers': {

@@ -46,0 +49,0 @@ color: 'var(--jp-ui-font-color2)'

{
"name": "@jupyterlab/codemirror",
"version": "4.0.6",
"version": "4.0.7",
"description": "JupyterLab - CodeMirror Editor Provider",

@@ -62,7 +62,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/codeeditor": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/documentsearch": "^4.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/translation": "^4.0.6",
"@jupyterlab/codeeditor": "^4.0.7",
"@jupyterlab/coreutils": "^6.0.7",
"@jupyterlab/documentsearch": "^4.0.7",
"@jupyterlab/nbformat": "^4.0.7",
"@jupyterlab/translation": "^4.0.7",
"@lezer/common": "^1.0.2",

@@ -78,3 +78,3 @@ "@lezer/generator": "^1.2.2",

"devDependencies": {
"@jupyterlab/testing": "^4.0.6",
"@jupyterlab/testing": "^4.0.7",
"@lezer/generator": "^1.2.2",

@@ -81,0 +81,0 @@ "@lezer/lr": "^1.3.3",

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

displayName: trans.__('SQL'),
mime: 'text/x-sql',
mime: ['application/sql', 'text/x-sql'],
extensions: ['sql'],

@@ -507,0 +507,0 @@ load() {

@@ -58,6 +58,11 @@ // Copyright (c) Jupyter Development Team.

'.cm-gutter, .cm-activeLine': {
'.cm-gutter': {
backgroundColor: 'var(--jp-layout-color2)'
},
'.cm-activeLine': {
backgroundColor:
'color-mix(in srgb, var(--jp-layout-color3) 25%, transparent)'
},
'.cm-lineNumbers': {

@@ -64,0 +69,0 @@ color: 'var(--jp-ui-font-color2)'

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