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
1
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.15.11

3

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

@@ -8,2 +8,3 @@ import { z } from "zod";

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

@@ -29,2 +30,3 @@ url: z.ZodString;

id: string;
timeToClose: number;
}, {

@@ -34,2 +36,3 @@ closable?: boolean | undefined;

textColor?: string | undefined;
timeToClose?: number | undefined;
link?: {

@@ -36,0 +39,0 @@ url: string;

2

package.json
{
"name": "@workadventure/iframe-api-typings",
"version": "v1.15.10",
"version": "v1.15.11",
"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