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

@oada/client

Package Overview
Dependencies
Maintainers
8
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oada/client - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

dist/websocket.js

@@ -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 @@ }

2

package.json
{
"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

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