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

react-native-matrix-sdk

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-matrix-sdk - npm Package Versions

1
46
8

1.0.0-alpha34

Diff
hannojg
published 1.0.0-alpha34 •

Changelog

Source

1.0.0-alpha34

  • Removed event types, and set string for field event.event_type to support custom events
hannojg
published 1.0.0-alpha33 •

Changelog

Source

1.0.0-alpha33

  • Added setAdditionalEventTypes(types: string[]): void for adding a list of custom events that a client needs to support (iOS only, android doesn't need this)
hannojg
published 1.0.0-alpha32 •
hannojg
published 1.0.0-alpha31 •

Changelog

Source

1.0.0-alpha31

  • Added typing: sendTyping(roomId: string, isTyping: boolean, timeout: number): Promise<void>
hannojg
published 1.0.0-alpha30 •

Changelog

Source

1.0.0-alpha30

  • Added ts (server timestamp) to events (don't use age, use ts)
hannojg
published 1.0.0-alpha29 •

Changelog

Source

1.0.0-alpha29

  • Added setUserDisplayName(displayName: string) to SDK
hannojg
published 1.0.0-alpha28 •

Changelog

Source

1.0.0-alpha28

  • Fixed issue on iOS related to device token encoding with base64
hannojg
published 1.0.0-alpha27 •
hannojg
published 1.0.0-alpha26 •

Changelog

Source

1.0.0-alpha26

  • Added event types
hannojg
published 1.0.0-alpha25 •

Changelog

Source

1.0.0-alpha25

  • Fixed issue in android where age was 0