Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

castle-chat-lib

Package Overview
Dependencies
Maintainers
2
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.16.0 to 2.17.0

2

package.json
{
"name": "castle-chat-lib",
"version": "2.16.0",
"version": "2.17.0",
"description": "",

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

@@ -189,2 +189,3 @@ import _ from 'lodash';

async joinChannelAsync(channelId) {
let data;
try {

@@ -196,2 +197,6 @@ let joinResult = await this._api.graphqlAsync(

channelId
name
type
otherUserId
gameId
}

@@ -210,2 +215,3 @@ }

await observeChannelAsync(channelId);
data = joinResult.data.joinChatChannel;
} catch (e) {

@@ -215,2 +221,3 @@ console.log('join channel error');

}
return data;
}

@@ -217,0 +224,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