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

8

lib/ChatFeed.js

@@ -105,3 +105,3 @@ 'use strict';

'div',
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) },
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) },
message_nodes

@@ -124,3 +124,3 @@ );

'div',
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) },
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) },
_react2.default.createElement(

@@ -137,3 +137,3 @@ _ChatBubble2.default,

'div',
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) },
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) },
_react2.default.createElement(

@@ -150,3 +150,3 @@ _ChatBubble2.default,

'div',
{ key: Math.random().toString(36), style: Object.assign(styles.recipient, styles.chatbubbleWrapper) },
{ key: Math.random().toString(36), style: Object.assign({}, styles.recipient, styles.chatbubbleWrapper) },
_react2.default.createElement(

@@ -153,0 +153,0 @@ _ChatBubble2.default,

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

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