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

stream-chat

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chat - npm Package Versions

1
30

1.6.2

Diff

Changelog

Source

April 2, 2020 - 1.6.2

  • Adding (missing) following permission constants in typescript file 5b08dec

    • Allow
    • Deny
    • AnyResource
    • AnyRole
    • MaxPriority
    • MinPriority
  • Moving following dependencies from devDependencies to dependencies to avoid ts errors regarding missing types 5b08dec

    • @types/seamless-immutable
    • @types/ws
vishtree
published 1.6.1 •

Changelog

Source

March 27, 2020 - 1.6.1

  • Reverting c5413c0

    Commit description: Avoid duplication of reaction, by adding check for existing reaction

    Reason:

    1. latest_reactions only contain 10 reactions. So the added check is not sufficient.
    2. It will need handle remove reactions as well.
    3. own_reactions doesn't contain user object always. So that use case will need handling as well.
vishtree
published 1.6.0 •

Changelog

Source

March 27, 2020 - 1.6.0

  • Deprecating updateUser and updateUsers api from StreamChat client.
  • Introducing alias for updateUser and updateUsers api
    • updateUser --> upsertUser
    • updateUsers --> upsertUsers
  • Fixing typescript for StreamChat constructor 583b528
  • Fixing typescript for event subscribers a0c2ef0
  • Added typescript for getMessage and getMessagesById endpoint a0c2ef0
  • Avoid duplication of reaction, by adding check for existing reaction c5413c0
vishtree
published 1.5.1 •

Changelog

Source

March 20, 2020 - 1.5.1

  • Fixing removeMessage function in ChannelState to handle thread message - e67a432
  • Fixing typescript file for channel mutes - c7fefa8
tbarbugli
published 1.5.0 •

Changelog

Source

March 19, 2020 - 1.5.0

  • Support for channel mutes
vishtree
published 1.4.0 •

Changelog

Source

March 10, 2020 - 1.4.0

  • Support filtering by messages custom fields - #264
vishtree
published 1.3.4 •

Changelog

Source

March 3, 2020 - 1.3.4

  • Increment wsID when ws connection is disconnected manually, to ensure any of the callbacks (onclose, onerror etc) are obsolete - 792de5b
vishtree
published 1.3.3 •

Changelog

Source

February 17, 2020 - 1.3.3

  • Fixing broken browser bundle - fixes #259
  • Allowing .off (event listener removal) on uninitialized channels - 985155f
vishtree
published 1.3.2 •

Changelog

Source

February 10, 2020 - 1.3.2

  • Fixing client.disconnect and connection.disconnect to always return promise - 600da6c
  • Fixing type definitions for Reaction object - 08c802e
  • Fixing type definitions for channel method on client - f2d99b8
vishtree
published 1.3.1 •

Changelog

Source

February 5, 2020 - 1.3.1

  • Adding some more logs for ws connection callback handlers such as onclose, onmessage, onerror - b54fa53
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