🚀 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.0.28

2

package.json
{
"name": "react-chat-ui",
"version": "0.0.27",
"version": "0.0.28",
"description": "A library of React components for building chat UI's",

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

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

// To be deprecated and use Message objects instead.
(new Message(1, "I'm the recipient! (The person you're talking to)")), // Gray bubble
(new Message(0, "I'm you -- the blue bubble!")) // Blue bubble
(new Message({ id: 1, message: "I'm the recipient! (The person you're talking to)" })), // Gray bubble
(new Message({ id: 0, message: "I'm you -- the blue bubble!" })) // Blue bubble
],

@@ -69,0 +69,0 @@ //...