Socket
Socket
Sign inDemoInstall

sendbird

Package Overview
Dependencies
17
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

deprecated.md

2

bower.json
{
"name": "sendbird",
"version": "3.1.6",
"version": "3.1.7",
"authors": [

@@ -5,0 +5,0 @@ "Sendbird <support@sendbird.com>"

# Changelog
## v3.1.7 (JAN 07, 2022)
- Applied type narrowing to `BaseMessage`, `BaseChannel` and `messageCallback`.
- Replaced all `File` type with the new `FileType` for React Native support.
- Fixed create channel with cover image error in React Native.
- Fixed child message's `parentMessage` update on parent message update when local cache is enabled.
- Added `applyParentMessage` in `BaseMessage`.
- Improved stability.
## v3.1.6 (DEC 29, 2021)

@@ -4,0 +12,0 @@ - Bug-fix in retrying reconnect with application settings.

{
"name": "sendbird",
"version": "3.1.6",
"version": "3.1.7",
"description": "Sendbird JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "SendBird.min.js",

@@ -344,7 +344,11 @@ # [Sendbird](https://sendbird.com) Chat SDK for JavaScript

### v3.1.6 (DEC 29, 2021)
### v3.1.7 (JAN 07, 2022)
If you want to check the record of other versions, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
- Bug-fix in retrying reconnect with application settings.
- Fixed type definitions to `enum`.
- Applied type narrowing to `BaseMessage`, `BaseChannel` and `messageCallback`.
- Replaced all `File` type with the new `FileType` for React Native support.
- Fixed create channel with cover image error in React Native.
- Fixed child message's `parentMessage` update on parent message update when local cache is enabled.
- Added `applyParentMessage` in `BaseMessage`.
- Improved stability.

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

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

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