New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

castle-chat-lib

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castle-chat-lib - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

package.json
{
"name": "castle-chat-lib",
"version": "2.0.0",
"version": "2.1.0",
"description": "",

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

@@ -70,2 +70,12 @@ const uuidv4 = require('uuid/v4');

});
this._socket.on('presence', (msg) => {
try {
if (msg.type == 'full-update' && this._presenceHandler) {
this._presenceHandler({
user_ids: msg.user_ids,
});
}
} catch (e) {}
});
}

@@ -72,0 +82,0 @@

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