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.10

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

4

front/Api/Iframe/Ui/UIWebsite.d.ts

@@ -1,2 +0,2 @@

import type { CreateUIWebsiteEvent, UIWebsiteMargin, UIWebsitePosition, UIWebsiteSize, UIWebsite as UIWebsiteCore } from "../../Events/Ui/UIWebsite";
import type { CreateUIWebsiteEvent, UIWebsiteMargin, UIWebsitePosition, UIWebsiteSize, UIWebsiteEvent } from "../../Events/Ui/UIWebsiteEvent";
import { IframeApiContribution } from "../IframeApiContribution";

@@ -12,3 +12,3 @@ export declare class UIWebsite {

private _margin;
constructor(config: UIWebsiteCore);
constructor(config: UIWebsiteEvent);
get url(): string;

@@ -15,0 +15,0 @@ set url(url: string);

@@ -5,2 +5,4 @@ import type { CoWebsite } from "./front/Api/Iframe/nav";

import type { Sound } from "./front/Api/Iframe/Sound/Sound";
export type { CreateUIWebsiteEvent, ModifyUIWebsiteEvent, UIWebsiteEvent, UIWebsiteCSSValue, UIWebsiteMargin, UIWebsitePosition, UIWebsiteSize, ViewportPositionHorizontal, ViewportPositionVertical, } from "./front/Api/Events/Ui/UIWebsiteEvent";
export type { CreateEmbeddedWebsiteEvent, ModifyEmbeddedWebsiteEvent, Rectangle, } from "./front/Api/Events/EmbeddedWebsiteEvent";
export type { UIWebsite } from "./front/Api/Iframe/Ui/UIWebsite";

@@ -7,0 +9,0 @@ export type { Menu } from "./front/Api/Iframe/Ui/Menu";

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

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