jupyter-js-services
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -1429,2 +1429,5 @@ // Copyright (c) Jupyter Development Team. | ||
Comm.prototype.dispose = function () { | ||
if (this.isDisposed) { | ||
return; | ||
} | ||
this._onClose = null; | ||
@@ -1431,0 +1434,0 @@ this._onMsg = null; |
@@ -452,2 +452,5 @@ // Copyright (c) Jupyter Development Team. | ||
NotebookSession.prototype.dispose = function () { | ||
if (this.isDisposed) { | ||
return; | ||
} | ||
this._kernel.dispose(); | ||
@@ -454,0 +457,0 @@ this._options = null; |
{ | ||
"name": "jupyter-js-services", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
209486
5960