New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-chat-angular

Package Overview
Dependencies
Maintainers
0
Versions
340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chat-angular - npm Package Compare versions

Comparing version 5.11.0-test-update.1 to 5.11.0

2

assets/version.d.ts

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

export declare const version = "5.11.0-test-update.1";
export declare const version = "5.11.0";
{
"name": "stream-chat-angular",
"version": "5.11.0-test-update.1",
"version": "5.11.0",
"description": "Angular components to create chat conversations or livestream style chat",

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

@@ -54,14 +54,38 @@ # Official Angular SDK for [Stream Chat](https://getstream.io/chat/sdk/react/)

Run the following command if you are using **Angular 13**:
Run this command if you are using **Angular 19**:
```shell
npm install stream-chat-angular stream-chat @ngx-translate/core
npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19
```
Run this command if you are using **Angular 12**:
Supported Angular versions: **Angular 15-18**
Run this command if you are using **Angular 18**:
```shell
npm install stream-chat-angular stream-chat@5 @ngx-translate/core --legacy-peer-deps
npm install stream-chat-angular stream-chat ngx-float-ui@18
```
Run this command if you are using **Angular 17**:
```shell
npm install stream-chat-angular stream-chat ngx-float-ui@17
```
Run this command if you are using **Angular 16**:
```shell
npm install stream-chat-angular stream-chat ngx-float-ui@16
```
Run this command if you are using **Angular 15**:
```shell
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
```
Supported node verisons: 18+
```
## Sample App

@@ -76,5 +100,7 @@

```
STREAM_API_KEY=<Your API key>
STREAM_USER_ID=<Your user ID>
STREAM_USER_TOKEN=<Your user token>
```

@@ -93,5 +119,7 @@

```
STREAM_API_KEY=<Your API key>
STREAM_USER_ID=<Your user ID>
STREAM_USER_TOKEN=<Your user token>
```

@@ -104,1 +132,2 @@

Run `npm install` in the root of the project. You can use the `npm run start:dev` command to start the SampleApp with automatic reloading.
```

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

export const version = '5.11.0-test-update.1';
export const version = '5.11.0';

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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