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

@workadventure/iframe-api-typings

Package Overview
Dependencies
Maintainers
2
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workadventure/iframe-api-typings - npm Package Compare versions

Comparing version

to
1.17.4

front/Api/Events/TeleportPlayerToEvent.d.ts

8

front/Api/Events/Ui/BannerEvent.d.ts

@@ -7,4 +7,4 @@ import { z } from "zod";

textColor: z.ZodOptional<z.ZodString>;
closable: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
timeToClose: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
closable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
timeToClose: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
link: z.ZodOptional<z.ZodObject<{

@@ -25,8 +25,8 @@ url: z.ZodString;

} | undefined;
closable?: boolean | undefined;
bgColor?: string | undefined;
textColor?: string | undefined;
timeToClose?: number | undefined;
text: string;
closable: boolean;
id: string;
timeToClose: number;
}, {

@@ -33,0 +33,0 @@ link?: {

@@ -105,2 +105,3 @@ import type { HasPlayerMovedEventCallback } from "../Events/HasPlayerMovedEvent";

}>;
teleport(x: number, y: number): Promise<void>;
/**

@@ -107,0 +108,0 @@ * This token can be used by third party services to authenticate a player and prove that the player is in a given room.

{
"name": "@workadventure/iframe-api-typings",
"version": "v1.17.2",
"version": "v1.17.4",
"description": "Typescript typings for WorkAdventure iFrame API",

@@ -5,0 +5,0 @@ "main": "iframe_api.js",

Sorry, the diff of this file is too big to display