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
7
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 0.11.0 to 0.11.1

lib/index.js.map

51

package.json
{
"name": "@jupyterlab/codemirror-extension",
"version": "0.11.0",
"version": "0.11.1",
"description": "JupyterLab - CodeMirror Provider Extension",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"files": [
"lib/*.d.ts",
"lib/*.js.map",
"lib/*.js",
"schema/*.json"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.11.0",
"@jupyterlab/apputils": "^0.11.0",
"@jupyterlab/codeeditor": "^0.11.0",
"@jupyterlab/codemirror": "^0.11.0",
"@jupyterlab/coreutils": "^0.11.0",
"@jupyterlab/fileeditor": "^0.11.0",
"@jupyterlab/application": "^0.11.1",
"@jupyterlab/apputils": "^0.11.1",
"@jupyterlab/codeeditor": "^0.11.1",
"@jupyterlab/codemirror": "^0.11.1",
"@jupyterlab/coreutils": "^0.11.1",
"@jupyterlab/fileeditor": "^0.11.1",
"@phosphor/coreutils": "^1.2.0",

@@ -29,21 +45,6 @@ "@phosphor/widgets": "^1.3.0"

},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"watch": "tsc -w"
},
"jupyterlab": {
"extension": true,
"schemaDir": "schema"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyterlab.git"
},
"author": "Project Jupyter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jupyterlab/jupyterlab/issues"
},
"homepage": "https://github.com/jupyterlab/jupyterlab"
}
}
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