@jupyterlab/services
Advanced tools
Comparing version 0.40.2 to 0.40.3
@@ -79,4 +79,5 @@ // Copyright (c) Jupyter Development Team. | ||
var fields = IOPUB_CONTENT_FIELDS[msg.header.msg_type]; | ||
// Check for unknown message type. | ||
if (fields === void 0) { | ||
throw Error("Invalid Kernel message: iopub message type " + msg.header.msg_type + " not recognized"); | ||
return; | ||
} | ||
@@ -83,0 +84,0 @@ var names = Object.keys(fields); |
{ | ||
"name": "@jupyterlab/services", | ||
"version": "0.40.2", | ||
"version": "0.40.3", | ||
"description": "Client APIs for the Jupyter services REST APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
22372
763486