๐Ÿš€ Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more โ†’
Sign In

react-chat-ui5

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-chat-ui5 - npm Package Compare versions

Comparing version
0.4.4
to
0.4.5
+1
-1
package.json
{
"name": "react-chat-ui5",
"version": "0.4.4",
"version": "0.4.5",
"description": "A library of React components for building chat UI's",

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

@@ -1,15 +0,15 @@

![react-chat-ui logo](https://i.imgur.com/YhPrFWw.png)
![react-chat-ui5 logo](https://i.imgur.com/YhPrFWw.png)
# ๐Ÿ™Š react-chat-ui
# ๐Ÿ™Š react-chat-ui5
A library of React components for building chat UI's.
[![NPM](https://nodei.co/npm/react-chat-ui.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-chat-ui/)
[![NPM](https://nodei.co/npm/react-chat-ui5.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-chat-ui5/)
## Sponsor
Sponsored by [Pusher Chatkit](https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui-sponsorship):
Sponsored by [Pusher Chatkit](https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui5-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>
<a href="https://pusher.com/chatkit?utm_source=github&utm_campaign=react-chat-ui5-sponsorship">
<img width="650" src="https://raw.githubusercontent.com/bookercodes/react-chat-ui5/master/media/chatit-banner.png" alt="Pusher Chatkit"></a>

@@ -26,3 +26,3 @@ ## Features

`npm install react-chat-ui --save`
`npm install react-chat-ui5 --save`

@@ -32,3 +32,3 @@ ## Basic Usage

```javascript
import { ChatFeed, Message } from 'react-chat-ui'
import { ChatFeed, Message } from 'react-chat-ui5'

@@ -35,0 +35,0 @@ // Your code stuff...