@oada/client
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -122,2 +122,3 @@ "use strict"; | ||
try { | ||
console.log('DATA', m.data.toString()); | ||
const msg = JSON.parse(m.data.toString()); | ||
@@ -172,2 +173,3 @@ let requestIds; | ||
error(`[Websocket ${this._domain}] Received invalid response. Ignoring.`); | ||
error(`[Websocket ${this._domain}] Response was: ${m.data}`); | ||
trace(`[Websocket ${this._domain}] Received invalid response. %O`, e); | ||
@@ -174,0 +176,0 @@ } |
{ | ||
"name": "@oada/client", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "A lightweight client tool to interact with an OADA-compliant server", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/OADA/client", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
67544
983
1