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

@huddle01/observer-client-sdk

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/observer-client-sdk - npm Package Compare versions

Comparing version 0.11.1-9d34968.0 to 0.11.1-b5a9fdf.0

2

lib/datastreams/DataFrame.js

@@ -73,3 +73,3 @@ "use strict";

case 'data': {
// console.log('data', event.payload);
// console.warn('data', this.id, event.payload);
const row = event.payload;

@@ -76,0 +76,0 @@ this.rows.push(row);

@@ -107,4 +107,4 @@ "use strict";

const { callId, clientId, } = options;
if (this._dataStreams.has(callId)) {
const dataFramePromise = this._dataStreams.get(callId);
if (this._dataStreams.has(clientId)) {
const dataFramePromise = this._dataStreams.get(clientId);
if (dataFramePromise)

@@ -111,0 +111,0 @@ return dataFramePromise;

@@ -154,2 +154,3 @@ "use strict";

}
console.warn('sending request', pendingRequest.request);
this._pendingRequests.set(pendingRequest.request.requestId, pendingRequest);

@@ -156,0 +157,0 @@ this._socket?.send(this._codec.encode(pendingRequest.request));

{
"name": "@huddle01/observer-client-sdk",
"version": "0.11.1-9d34968.0",
"version": "0.11.1-b5a9fdf.0",
"description": "ObserverClient SDK",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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