🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

react-chat-ui

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-chat-ui - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
media/chatit-banner.png

Sorry, the diff of this file is not supported yet

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

+1
-1

@@ -62,3 +62,3 @@ "use strict";

group = [];
return React.createElement(BubbleGroup_1.default, { key: index, messages: messageGroup, id: message.id, showSenderName: showSenderName, chatBubble: ChatBubble });
return React.createElement(BubbleGroup_1.default, { key: index, messages: messageGroup, id: message.id, showSenderName: showSenderName, chatBubble: ChatBubble, bubbleStyles: bubbleStyles });
}

@@ -65,0 +65,0 @@ return null;

{
"name": "react-chat-ui",
"version": "0.3.1",
"version": "0.3.2",
"description": "A library of React components for building chat UI's",

@@ -5,0 +5,0 @@ "repository": "https://github.com/brandonmowat/react-chat-ui",

@@ -9,2 +9,9 @@ ![react-chat-ui logo](https://i.imgur.com/YhPrFWw.png)

## Sponsor
Sponsored by [Pusher Chatkit](https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui-sponsorship):
<a href="https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui-sponsorship">
<img width="650" src="https://raw.githubusercontent.com/bookercodes/react-chat-ui/master/media/chatit-banner.png" alt="Pusher Chatkit"></a>
## Features

@@ -11,0 +18,0 @@

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