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

@jupyterlab/codeeditor

Package Overview
Dependencies
Maintainers
16
Versions
359
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 1.0.0-alpha.9 to 1.0.0-alpha.10

style/base.css

1

lib/index.d.ts

@@ -1,2 +0,1 @@

import '../style/index.css';
export * from './editor';

@@ -3,0 +2,0 @@ export * from './jsoneditor';

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import '../style/index.css';
export * from './editor';

@@ -5,0 +4,0 @@ export * from './jsoneditor';

{
"name": "@jupyterlab/codeeditor",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "JupyterLab - Abstract Code Editor",

@@ -21,4 +21,8 @@ "homepage": "https://github.com/jupyterlab/jupyterlab",

],
"sideEffects": [
"style/*.css"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {

@@ -35,4 +39,4 @@ "lib": "lib/"

"dependencies": {
"@jupyterlab/coreutils": "^3.0.0-alpha.9",
"@jupyterlab/observables": "^2.2.0-alpha.9",
"@jupyterlab/coreutils": "^3.0.0-alpha.10",
"@jupyterlab/observables": "^2.2.0-alpha.10",
"@phosphor/coreutils": "^1.3.0",

@@ -53,3 +57,3 @@ "@phosphor/disposable": "^1.1.2",

},
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b"
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5"
}

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