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.5.6 to 0.5.7

4

lib/besida.js

@@ -643,6 +643,8 @@ 'use strict';

} else if (data.subject === c.BESIDA_SWINDON_UNBAN_SUBJECT) {
baseStore = baseStore.setIn(statusImmPath, c.CHAT_STATUS_ACTIVE);
baseStore = baseStore.setIn(bansImmPath, baseStore.getIn(bansImmPath).filter(function (user) {
return user.role === data.role;
}));
if (!baseStore.getIn(bansImmPath).size()) {
baseStore = baseStore.setIn(statusImmPath, c.CHAT_STATUS_ACTIVE);
}
}

@@ -649,0 +651,0 @@

{
"name": "@evo/chat-core",
"version": "0.5.6",
"version": "0.5.7",
"description": "core Besida module with base functional set for chat",
"author": "d.medvinskiy",
"license": "ISC",
"repository": {

@@ -15,2 +17,3 @@ "type": "git",

"build": "babel src/ -d lib/",
"build-w": "babel src/ -d lib/ --watch",
"test": "jest",

@@ -22,4 +25,2 @@ "test-w": "jest --watchAll",

},
"author": "",
"license": "ISC",
"devDependencies": {

@@ -26,0 +27,0 @@ "swindon": "0.5.1",

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