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

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
9
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-entities - npm Package Compare versions

Comparing version 5.9.47 to 5.9.48

6

dist/message.d.ts

@@ -32,2 +32,3 @@ export interface AttachmentMeta {

is_bot?: boolean;
to_id?: string;
from_id?: string;

@@ -37,2 +38,3 @@ from_nick?: string;

encrypted?: string[];
reason?: string;
}

@@ -44,3 +46,2 @@ export interface GenericMessage extends VvcRawMessage {

lang?: string;
reason?: string;
}

@@ -91,2 +92,3 @@ export interface TextMessage extends GenericMessage {

code: 'leave';
reason: string;
}

@@ -96,3 +98,2 @@ export interface TransferRawMessage extends VvcRawMessage {

to?: string;
to_id?: string;
message?: string;

@@ -111,2 +112,3 @@ }

code: 'event';
type: string;
}

@@ -113,0 +115,0 @@ export declare type Message = TextMessage | LinkMessage | ActionMessage | IsWritingMessage | AckMessage | MediaChangeMessage | AttachmentMessage | PostbackMessage;

{
"name": "@vivocha/public-entities",
"version": "5.9.47",
"version": "5.9.48",
"description": "Vivocha public entities and types",

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

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