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

cb-types

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cb-types - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

lib/types/socket/SocketMessage.interface.d.ts
import { IClearCanvasCommand } from '../commands';
import { IDrawCommand } from '../commands/DrawCommand.interface';
import { IRoom, IUser } from '../common';
import { IPoint } from '../common/Point.interface';
export interface ISocketMessage {
userId: string;
user: IUser;
}
export interface IInitMessage {
rooms: IRoom[];
}
export interface IDrawMessage extends ISocketMessage {

@@ -8,0 +12,0 @@ roomId: string;

2

package.json
{
"name": "cb-types",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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