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

@555platform/555parser.ts

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@555platform/555parser.ts - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

3

dist/CMF/ChatMessageTypes.d.ts

@@ -28,3 +28,4 @@ export declare enum ChatMessageTypes {

StartTyping = "start_typing",
RemoveUser = "remove_user"
RemoveUser = "remove_user",
ArchiveRoom = "archive_room"
}

@@ -31,0 +32,0 @@ export declare enum ChatServerEventTypes {

@@ -33,2 +33,3 @@ "use strict";

RequestTypes["RemoveUser"] = "remove_user";
RequestTypes["ArchiveRoom"] = "archive_room";
})(RequestTypes = exports.RequestTypes || (exports.RequestTypes = {}));

@@ -35,0 +36,0 @@ var ChatServerEventTypes;

@@ -56,1 +56,4 @@ export declare type CreateRoomOptions = {

};
export declare type ArchiveRoomOptions = {
roomId: string;
};
{
"name": "@555platform/555parser.ts",
"version": "1.0.8",
"version": "1.0.9",
"description": "555 Platform Message Parser",

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

@@ -29,3 +29,4 @@ export enum ChatMessageTypes {

StartTyping = 'start_typing',
RemoveUser = 'remove_user'
RemoveUser = 'remove_user',
ArchiveRoom = 'archive_room'
}

@@ -32,0 +33,0 @@

@@ -67,1 +67,6 @@ export type CreateRoomOptions = {

};
export type ArchiveRoomOptions = {
roomId: string;
};
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