Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Socket
Sign inDemoInstall

stream-chat

Package Overview
Dependencies
Maintainers
14
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chat - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

2

package.json
{
"name": "stream-chat",
"version": "8.1.0",
"version": "8.1.1",
"description": "JS SDK for the Stream Chat API",

@@ -5,0 +5,0 @@ "author": "GetStream",

@@ -104,2 +104,35 @@ # Official JavaScript SDK for [Stream Chat](https://getstream.io/chat/)

## ๐Ÿ”— (Optional) Development Setup in Combination with our SDKs
### Connect to [Stream Chat React Native SDK](https://github.com/GetStream/stream-chat-react-native)
Run in the root of this repo
```shell
yarn link
```
Run in the root of one of the example apps (SampleApp/TypeScriptMessaging) in the `stream-chat-react-native` repo
```shell
yarn link stream-chat
yarn start
```
Open `metro.config.js` file and set value for watchFolders as
```javascript
module.exports = {
...
watchFolders: [projectRoot].concat(alternateRoots).concat(['{{CHANGE_TO_THE_PATH_TO_YOUR_PROJECT}}/stream-chat-js'])
};
```
Make sure to replace `{{CHANGE_TO_THE_PATH_TO_YOUR_PROJECT}}` with the correct path for stream-chat-js folder as per your directory structure
Run in the root of this repo
```shell
yarn start
```
## ๐Ÿ“š More code examples

@@ -106,0 +139,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc