Comparing version 1.0.9 to 1.0.10
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; |
{ | ||
"name": "cb-types", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
11306
278
0