New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brainstack/bridge-server

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brainstack/bridge-server - npm Package Compare versions

Comparing version 2.0.45 to 2.0.46

2

dist/implementation.js

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

this.hub = hub;
hub.on(/^(macro|meso)\.dts\.rawdata\.outgoing$/, this.broadcastToClients.bind(this));
}

@@ -41,2 +40,3 @@ broadcastToClients(rawData) {

this.wss.on('connection', (ws) => {
this.hub.on(/^(macro|meso)\.dts\.rawdata\.outgoing$/, this.broadcastToClients.bind(this));
const uuid = this.generateUUID();

@@ -43,0 +43,0 @@ this.uuidToSocket.set(uuid, ws);

{
"name": "@brainstack/bridge-server",
"version": "2.0.45",
"version": "2.0.46",
"description": "Brainstack Bridge Server",

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

@@ -25,3 +25,2 @@ import { EventHub } from '@brainstack/hub';

this.hub = hub;
hub.on( /^(macro|meso)\.dts\.rawdata\.outgoing$/, this.broadcastToClients.bind(this));
}

@@ -50,2 +49,3 @@

this.wss.on('connection', (ws: WebSocket) => {
this.hub.on( /^(macro|meso)\.dts\.rawdata\.outgoing$/, this.broadcastToClients.bind(this));
const uuid = this.generateUUID();

@@ -52,0 +52,0 @@ this.uuidToSocket.set(uuid, ws);

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