🚀 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.34.0

4

package.json
{
"name": "talkjs",
"version": "0.33.0",
"description": "Build a fantastic chat feature in hours instead of months.",
"version": "0.34.0",
"description": "Build the perfect messaging experience in 10 minutes.",
"bugs": {

@@ -6,0 +6,0 @@ "url": "https://talkjs.com/?chat"

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

### 0.34.0
- Added [Session.uploadFile](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Session/#Session__uploadFile) and file-subtype-specific variants. This returns a `FileToken` that you can use in `SendMessageParams` or `EditMessageParams`.
- Added [SendMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#SendMessageParams) that can be passed to `ConversationRef.send` to send a message by specifying its content directly. This allows you to send text messages with manually-specified formatting, in addition to file attachments and locations.
- Added [EditMessageParams](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Realtime_API/#EditMessageParams) to do the same for `MessageRef.edit`
### 0.33.0

@@ -100,0 +105,0 @@

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