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

@evo/chat-core

Package Overview
Dependencies
Maintainers
11
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evo/chat-core - npm Package Compare versions

Comparing version 0.7.19 to 0.7.20

4

lib/besida.js

@@ -636,4 +636,4 @@ 'use strict';

updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.temporary_id, newMessageData);
} else if ((0, _utils.getMessageById)(receiveRoom, data.message_id)) {
updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.message_id, newMessageData);
} else if ((0, _utils.getMessageById)(receiveRoom, data.id)) {
updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.id, newMessageData);
} else {

@@ -640,0 +640,0 @@ updReceiveRoom = (0, _utils.insertMessage)(updReceiveRoom, newMessageData);

{
"name": "@evo/chat-core",
"version": "0.7.19",
"version": "0.7.20",
"description": "core Besida module with base functional set for chat",

@@ -5,0 +5,0 @@ "author": "d.medvinskiy",

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