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

@jupyterlab/docmanager-extension

Package Overview
Dependencies
Maintainers
34
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/docmanager-extension - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

lib/index.js

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

Dialog.cancelButton(),
Dialog.warnButton({ label: trans.__('Revert') })
Dialog.warnButton({
label: trans.__('Revert'),
ariaLabel: trans.__('Revert to Checkpoint')
})
]

@@ -596,0 +599,0 @@ }).then(result => {

22

package.json
{
"name": "@jupyterlab/docmanager-extension",
"version": "4.0.0",
"version": "4.0.1",
"description": "JupyterLab - Document Manager Extension",

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

"dependencies": {
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/docmanager": "^4.0.0",
"@jupyterlab/docregistry": "^4.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/settingregistry": "^4.0.0",
"@jupyterlab/statusbar": "^4.0.0",
"@jupyterlab/translation": "^4.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@jupyterlab/application": "^4.0.1",
"@jupyterlab/apputils": "^4.1.1",
"@jupyterlab/coreutils": "^6.0.1",
"@jupyterlab/docmanager": "^4.0.1",
"@jupyterlab/docregistry": "^4.0.1",
"@jupyterlab/services": "^7.0.1",
"@jupyterlab/settingregistry": "^4.0.1",
"@jupyterlab/statusbar": "^4.0.1",
"@jupyterlab/translation": "^4.0.1",
"@jupyterlab/ui-components": "^4.0.1",
"@lumino/algorithm": "^2.0.0",

@@ -53,0 +53,0 @@ "@lumino/commands": "^2.1.1",

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