Socket
Socket
Sign inDemoInstall

sendbird

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendbird - npm Package Versions

1
23

3.0.134

Diff

Changelog

Source

v3.0.134(SEP 17, 2020)

  • Added getTypingUsers() in GroupChannel.
    • It returns the users even if the user is not in members.
    • Deprecated getTypingMembers() in GroupChanenl.
  • Set url as visible in FileMessage object.
  • Set profileUrl as visible in User object.
  • Bug-fix in error handling
  • Improved stability.
sendbird
published 3.0.133 •

Changelog

Source

v3.0.133(SEP 4, 2020)

  • Added nicknameStartsWithFilter in ApplicationUserListQuery.
sendbird
published 3.0.132 •

Changelog

Source

v3.0.132(AUG 21, 2020)

  • Added creator in BaseChannel.
  • Added isOperatorMessage in BaseMessage.
  • Added copyUserMessage() and copyFileMessage() in BaseChannel.
  • Change the type of all messageIds to number.
  • Bug-fix in wrong channel info in onChannelFrozen callback.
  • Bug-fix in unread member count and unread delivery count.
sendbird
published 3.0.131 •

Changelog

Source

v3.0.131(AUG 7, 2020)

  • Fixed duplicated appInfo in SendBird.d.ts.
sendbird
published 3.0.130 •

Changelog

Source

v3.0.130(AUG 7, 2020) (DEPRECATED)

  • Added order in GroupChannelMemberListQuery. The value could be member_nickname_alphabetical (default) or operator_then_member_alphabetical.
  • Added isMuted in Member.
  • Removed value type check in channel.createMetaData() and channel.updateMetaData().
  • Bug-fix on profileUrl setter.
sendbird
published 3.0.129 •

Changelog

Source

v3.0.129(JUL 24, 2020)

  • Renamed includeReaction to includeReactions in channel.getMessageChangeLogs() (includeReaction is deprecated).
  • Added ogMetaData in BaseMessage.
    • ogMetaData holds open graph properties including title, url, description, and defaultImage.
    • ogMetaData.defaultImage has the image-related properties including url, secureUrl, type, width, height, alt as defined in the target website.
    • ogMetaData may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.
sendbird
published 3.0.128 •

Changelog

Source

v3.0.128(JUL 10, 2020)

  • Added addOperators() and removeOperators() in GroupChannel and OpenChannel.
  • Bug-fix in missing data field of file message.
sendbird
published 3.0.127 •

Changelog

Source

v3.0.127(JUN 26, 2020)

  • Added a dependency for axios and form-data.
    • Please add axios to the script tag if you're using SendBird by copy-and-paste the SendBird.min.js file.
  • Added getUnreadMemberCount() and getUndeliveredMemberCount() in GroupChannel.
    • Deprecated getReadReceipt() and getDeliveryReceipt() in GroupChannel.
  • Bug-fix in updating operators in GroupChannel.
sendbird
published 3.0.126 •

Changelog

Source

v3.0.126(JUN 16, 2020)

  • Bug-fixes in message threading.
  • Improved stability.
sendbird
published 3.0.125 •

Changelog

Source

v3.0.125(JUN 1, 2020)

  • Added includeFrozen property in GroupChannelListQuery, PublicGroupChannelListQuery, OpenChannelListQuery and GroupChannelChangeLogsParams.
  • Added GroupChannelChangeLogsParams.
  • Added getMyGroupChannelChangeLogsByToken() and getMyGroupChannelChangeLogsByTimestamp() with GroupChannelChangeLogsParams in SendBird.
  • Deprecated some getMyGroupChannelChangeLogsByToken() and getMyGroupChannelChangeLogsByTimestamp() in SendBird.
  • Bug-fix: Failure in applying reactions.
  • Bug-fix: Invalid channelUrl on getMessage().
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