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

babylonjs-gui

Package Overview
Dependencies
Maintainers
1
Versions
673
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylonjs-gui - npm Package Compare versions

Comparing version 3.2.0-alpha8 to 3.2.0-alpha9

8

babylon.gui.d.ts

@@ -19,4 +19,8 @@

_lastPickedControl: Control;
_lastControlOver: Nullable<Control>;
_lastControlDown: Nullable<Control>;
_lastControlOver: {
[pointerId: number]: Control;
};
_lastControlDown: {
[pointerId: number]: Control;
};
_capturingControl: {

@@ -23,0 +27,0 @@ [pointerId: number]: Control;

@@ -5,3 +5,3 @@ /// <reference types="babylonjs"/>

declare module 'babylonjs-gui' {
export = BABYLON.GUI;
export = BABYLON.[object Object];
}

@@ -26,4 +26,8 @@

_lastPickedControl: Control;
_lastControlOver: Nullable<Control>;
_lastControlDown: Nullable<Control>;
_lastControlOver: {
[pointerId: number]: Control;
};
_lastControlDown: {
[pointerId: number]: Control;
};
_capturingControl: {

@@ -30,0 +34,0 @@ [pointerId: number]: Control;

@@ -7,3 +7,3 @@ {

"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
"version": "3.2.0-alpha8",
"version": "3.2.0-alpha9",
"repository": {

@@ -10,0 +10,0 @@ "type": "git",

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc