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.1.1 to 0.1.2

8

lib/besida.js

@@ -14,4 +14,2 @@ 'use strict';

var _class, _temp;
var _swindon = require('swindon');

@@ -37,3 +35,3 @@

var Besida = exports.Besida = (_temp = _class = function () {
var Besida = exports.Besida = function () {
function Besida(swindonObj, userRole) {

@@ -500,2 +498,4 @@ var debug = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;

return Besida;
}(), _class.instance = null, _temp);
}();
Besida.instance = null;

@@ -154,3 +154,5 @@ 'use strict';

var onlineRegistry = (0, _find3.default)(registryBucket, { status: c.REGISTRY_STATUS_ACTIVE });
var onlineRegistry = (0, _find3.default)(registryBucket, {
status: c.REGISTRY_STATUS_ACTIVE
});
if (onlineRegistry) {

@@ -157,0 +159,0 @@ mutatedChat = mutatedChat.merge(_immutable2.default.fromJS(onlineRegistry));

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

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

@@ -1,2 +0,1 @@

# @evo/chat-core
Evo package, that controls all data mutations that are common for chat (message send, history, read counters etc),

@@ -3,0 +2,0 @@ provides simple api and bunch of utils. It based on [swindonJS](https://www.npmjs.com/package/swindon) library,

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