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

@solidexpert/chat-api

Package Overview
Dependencies
Maintainers
2
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidexpert/chat-api - npm Package Compare versions

Comparing version 1.0.158 to 1.0.159

4

lib/defs/MessageViewModel.d.ts

@@ -6,2 +6,3 @@ /**

*/
import * as __model from '../model';
export interface MessageViewModel {

@@ -15,2 +16,4 @@ /** format: uuid */

content: string;
/** format: uuid */
replyToMessageId?: string;
isMine?: boolean;

@@ -23,2 +26,3 @@ isRead?: boolean;

viewerIds?: string[];
replyToMessage?: __model.MessageViewModel;
}

2

package.json
{
"name": "@solidexpert/chat-api",
"version": "1.0.158",
"version": "1.0.159",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "*",

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