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

video-webinar-utils

Package Overview
Dependencies
Maintainers
1
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-webinar-utils - npm Package Compare versions

Comparing version 1.23.574 to 1.23.575

2

package.json
{
"name": "video-webinar-utils",
"version": "1.23.574",
"version": "1.23.575",
"dependencies": {

@@ -5,0 +5,0 @@ "escape-html": "1.0.x",

@@ -917,3 +917,4 @@ const util = require("util");

Signaller.prototype.sendToAllService = function (webinarId, eventType, data) {
var objectToSend = {
let eventId = uuid.v4();
let objectToSend = {
to: 'service',

@@ -924,2 +925,3 @@ eventType: eventType,

data: data,
eventId: eventId,
signalId: uuid.v4()

@@ -946,3 +948,3 @@ };

this.logger.warn('Signaller', 'This message is not sent possibly: ' + JSON.stringify(objectToSend) + '\nRemoval signaller-server with id: ' + serviceId + ' could be here');
this.logger.warn('Signaller', 'This message is not sent possibly: ' + JSON.stringify(objectToSend));

@@ -949,0 +951,0 @@ onFulfilled();

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