Socket
Socket
Sign inDemoInstall

chat-platform

Package Overview
Dependencies
202
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "chat-platform",
"version": "2.1.1",
"version": "2.1.2",
"description": "Universal Chat Platform",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -140,2 +140,10 @@ const _ = require('underscore');

};
// this is only to be used in testing to simplify the testing scenarios
// there's no really need for an async func here
this.getOrCreateContextSync = function(userId, statics) {
if (isEmpty(userId)) {
return null;
}
return new MemoryStore(userId, { ...statics });
};

@@ -142,0 +150,0 @@ this.mergeUserId = async function(fromUserId, toUserId) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc