🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign 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

to
0.2.1

2

lib/ChatFeed/index.js

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

if (isTyping) {
messageNodes.push(React.createElement("div", { key: Math.random().toString(36), style: Object.assign({}, styles_1.default.chatbubbleWrapper) }, React.createElement(ChatBubble_1.default, { message: new Message_1.default({ id: 1, message: '...', senderName: '' }), bubbleStyles: bubbleStyles })));
messageNodes.push(React.createElement("div", { key: "isTyping", style: Object.assign({}, styles_1.default.chatbubbleWrapper) }, React.createElement(ChatBubble_1.default, { message: new Message_1.default({ id: 1, message: '...', senderName: '' }), bubbleStyles: bubbleStyles })));
}

@@ -77,0 +77,0 @@ return messageNodes;

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

@@ -5,0 +5,0 @@ "repository": "brandonmowat/react-chat-ui",