Socket
Socket
Sign inDemoInstall

virtualized-chat

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtualized-chat - npm Package Compare versions

Comparing version 0.0.0-alpha.23 to 0.0.0-alpha.24

4

dist/MessageRenderer.d.ts

@@ -6,4 +6,4 @@ /// <reference types="react" />

isThread: boolean;
handleReaction: (messageId: string, reaction: string) => void;
setThread?: (messageId: string) => void;
handleReaction: (message: CurbMessage, reaction: string) => void;
setThread?: (message: CurbMessage) => void;
getIconFromCache: (accountId: string) => Promise<string | null>;

@@ -10,0 +10,0 @@ }

{
"name": "virtualized-chat",
"version": "0.0.0-alpha.23",
"version": "0.0.0-alpha.24",
"description": "A virtualized chat component for React applications.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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