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

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

8

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

@@ -0,4 +1,6 @@

import { MenuOptions } from "../ui";
export declare class Menu {
private menuName;
constructor(menuName: string);
private options;
constructor(menuName: string, options: MenuOptions);
/**

@@ -8,2 +10,6 @@ * remove the menu

remove(): void;
/**
* Programmatically open the menu
*/
open(): void;
}

2

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