Socket
Socket
Sign inDemoInstall

@jupyterlab/coreutils

Package Overview
Dependencies
Maintainers
4
Versions
350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupyterlab/coreutils - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

8

lib/nbformat.d.ts

@@ -26,6 +26,6 @@ import { JSONObject } from '@phosphor/coreutils';

name: string;
codemirror_mode: string | JSONObject;
file_extension: string;
mimetype: string;
pygments_lexer: string;
codemirror_mode?: string | JSONObject;
file_extension?: string;
mimetype?: string;
pygments_lexer?: string;
}

@@ -32,0 +32,0 @@ /**

{
"name": "@jupyterlab/coreutils",
"version": "0.1.3",
"version": "0.2.0",
"description": "JupyterLab - Core Utilities",

@@ -15,7 +15,7 @@ "main": "lib/index.js",

"dependencies": {
"@phosphor/algorithm": "^0.1.1",
"@phosphor/coreutils": "^0.1.5",
"@phosphor/disposable": "^0.1.1",
"@phosphor/messaging": "^0.1.2",
"@phosphor/signaling": "^0.1.2",
"@phosphor/algorithm": "^1.0.0",
"@phosphor/coreutils": "^1.0.0",
"@phosphor/disposable": "^1.0.0",
"@phosphor/messaging": "^1.0.0",
"@phosphor/signaling": "^1.0.0",
"moment": "^2.17.1",

@@ -22,0 +22,0 @@ "path-posix": "^1.0.0",

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