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.0.14 to 0.0.15

33

lib/index.js
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
value: true
});

@@ -11,6 +11,6 @@ exports.chatConst = exports.getRoomData = exports.getAllChats = exports.Besida = undefined;

Object.defineProperty(exports, 'Besida', {
enumerable: true,
get: function get() {
return _besida.Besida;
}
enumerable: true,
get: function get() {
return _besida.Besida;
}
});

@@ -21,12 +21,12 @@

Object.defineProperty(exports, 'getAllChats', {
enumerable: true,
get: function get() {
return _utils.getAllChats;
}
enumerable: true,
get: function get() {
return _utils.getAllChats;
}
});
Object.defineProperty(exports, 'getRoomData', {
enumerable: true,
get: function get() {
return _utils.getRoomData;
}
enumerable: true,
get: function get() {
return _utils.getRoomData;
}
});

@@ -41,2 +41,7 @@

exports.chatConst = chatConst;
exports.default = Besida;
exports.default = {
Besida: Besida,
chatConst: chatConst,
getAllChats: getAllChats,
getRoomData: getRoomData
};
{
"name": "@evo/chat-core",
"version": "0.0.14",
"version": "0.0.15",
"description": "core Besida module with base functional set for chat",

@@ -5,0 +5,0 @@ "repository": {

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