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 Compare versions

Comparing version 3.0.130 to 3.0.131

2

bower.json
{
"name": "sendbird",
"version": "3.0.130",
"version": "3.0.131",
"authors": ["SendBird <support@sendbird.com>"],

@@ -5,0 +5,0 @@ "homepage": "https://github.com/sendbird/SendBird-SDK-JavaScript",

# Changelog
## v3.0.130(AUG 7, 2020)
## v3.0.131(AUG 7, 2020)
- Fixed duplicated `appInfo` in `SendBird.d.ts`.
## v3.0.130(AUG 7, 2020) (DEPRECATED)
- Added `order` in `GroupChannelMemberListQuery`. The value could be `member_nickname_alphabetical` (default) or `operator_then_member_alphabetical`.

@@ -6,0 +10,0 @@ - Added `isMuted` in `Member`.

{
"name": "sendbird",
"version": "3.0.130",
"version": "3.0.131",
"description": "SendBird JavaScript SDK",

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

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

## v3.0.130(AUG 7, 2020)
## v3.0.131(AUG 7, 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).
- 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.
- Fixed duplicated `appInfo` in `SendBird.d.ts`.

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

/**
* Type Definitions for SendBird SDK v3.0.130
* Type Definitions for SendBird SDK v3.0.131
* homepage: https://sendbird.com/

@@ -62,5 +62,2 @@ * git: https://github.com/sendbird/SendBird-SDK-JavaScript

interface SendBirdInstance {
currentUser: User;
appInfo: AppInfo;
User: UserStatic;

@@ -88,2 +85,3 @@ Member: MemberStatic;

currentUser: User;
appInfo: AppInfo;

@@ -90,0 +88,0 @@ ekey: string;

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

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