🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

talkjs

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talkjs - npm Package Compare versions

Comparing version

to
0.31.0

2

package.json
{
"name": "talkjs",
"version": "0.30.0",
"version": "0.31.0",
"description": "Build a fantastic chat feature in hours instead of months.",

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

@@ -98,2 +98,12 @@ # TalkJS JavaScript SDK

### 0.31.0
- Added [MessageRef](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#MessageRef) and [ConversationRef.message](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#ConversationRef__message)
- Added [MessageSnapshot.referencedMessage](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#MessageSnapshot__referencedMessage) (`MessageSnapshot.referencedMessage: ReferencedMessageSnapshot`)
- Added [ReferencedMessageSnapshot](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#ReferencedMessageSnapshot)
- Added [MessageSnapshot.content](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#MessageSnapshot__content)
- Added [ConversationRef.send](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#ConversationRef__send)
- Added [ConversationRef.subscribeMessages](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#ConversationRef__subscribeMessages), `MessageSubscription`, and `MessageActiveState`.
- Added [SendMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#SendMessageParams) and [EditMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#EditMessageParams)
### 0.30.0

@@ -100,0 +110,0 @@

Sorry, the diff of this file is too big to display