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

jupyter-js-utils

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-utils - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

lib/index.js

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

return PromiseDelegate;
})();
}());
exports.PromiseDelegate = PromiseDelegate;

@@ -286,3 +286,3 @@ /**

var baseUrl = getConfigOption('baseUrl');
if (!baseUrl || baseUrl === '/') {
if (baseUrl === void 0) {
baseUrl = (typeof location === 'undefined' ?

@@ -299,3 +299,3 @@ 'http://localhost:8888/' : location.origin + '/');

var wsUrl = getConfigOption('wsUrl');
if (!wsUrl) {
if (wsUrl === void 0) {
baseUrl = baseUrl || getBaseUrl();

@@ -302,0 +302,0 @@ wsUrl = 'ws' + baseUrl.slice(4);

{
"name": "jupyter-js-utils",
"version": "0.3.0",
"version": "0.3.1",
"description": "JavaScript utilities for the Jupyter frontend",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -83,3 +83,5 @@ jupyter-js-utils

Note: "requirejs" must be included in a global context for Comm targets.
Usage Examples

@@ -86,0 +88,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