Socket
Socket
Sign inDemoInstall

sendbird

Package Overview
Dependencies
4
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.137 to 3.0.138

20

bower.json
{
"name": "sendbird",
"version": "3.0.137",
"authors": ["Sendbird <support@sendbird.com>"],
"version": "3.0.138",
"authors": [
"Sendbird <support@sendbird.com>"
],
"homepage": "https://github.com/sendbird/Sendbird-SDK-JavaScript",

@@ -9,5 +11,13 @@ "description": "Sendbird JavaScript SDK",

"moduleType": [],
"keywords": ["sendbird", "sendbird.com", "messaging", "chat", "js"],
"keywords": [
"sendbird",
"sendbird.com",
"messaging",
"chat",
"js"
],
"license": "LICENSE.md",
"ignore": ["package.json"]
}
"ignore": [
"package.json"
]
}
# Changelog
## v3.0.138(OCT 30, 2020)
- Added `getAllowFriendDiscovery()` and `setAllowFriendDiscovery()` in `SendBird`.
- If it's set to `false`, `uploadFriendDiscoveries()` called by others does not add the user as a friend.
- Set `size` in `FileMessage` automatically.
- Improved stability.
## v3.0.137(OCT 21, 2020)

@@ -7,3 +14,3 @@

## v3.0.136(OCT 16, 2020)
## v3.0.136(OCT 16, 2020) (DEPRECATED)

@@ -10,0 +17,0 @@ - Added `showSubchannelMessagesOnly` in `MessageListParams` and `PreviousMessageListQuery`.

{
"name": "sendbird",
"version": "3.0.137",
"version": "3.0.138",
"description": "Sendbird JavaScript SDK",

@@ -33,2 +33,2 @@ "main": "SendBird.min.js",

"typings": "SendBird.d.ts"
}
}

@@ -55,7 +55,10 @@ [![npm](https://img.shields.io/npm/v/sendbird.svg?style=popout&colorB=red)](https://www.npmjs.com/package/sendbird)

## v3.0.137(OCT 21, 2020)
## v3.0.138(OCT 30, 2020)
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
- Bug-fix in `profileUrl`.
- Added `getAllowFriendDiscovery()` and `setAllowFriendDiscovery()` in `SendBird`.
- If it's set to `false`, `uploadFriendDiscoveries()` called by others does not add the user as a friend.
- Set `size` in `FileMessage` automatically.
- Improved stability.

@@ -62,0 +65,0 @@ ## [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md)

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc