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

2

front/Api/Iframe/room.d.ts

@@ -6,3 +6,3 @@ import type { Observable } from "rxjs";

import type { ITiledMap } from "@workadventure/tiled-map-type-guard";
interface TileDescriptor {
export interface TileDescriptor {
x: number;

@@ -9,0 +9,0 @@ y: number;

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

export type { ActionsMenuAction } from "./front/Api/Iframe/ui";
export type { TileDescriptor } from "./front/Api/Iframe/room";
declare const wa: {

@@ -15,0 +16,0 @@ ui: import("./front/Api/Iframe/ui").WorkAdventureUiCommands;

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

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