jupyter-js-utils
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -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 @@ -------------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18603
91