Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babylonjs/gui

Package Overview
Dependencies
Maintainers
1
Versions
541
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 4.0.0-alpha.28 to 4.0.0-alpha.29

1

2D/advancedDynamicTexture.d.ts

@@ -80,2 +80,3 @@ import { Nullable } from "@babylonjs/core/types";

private _rootCanvas;
private _cursorChanged;
/**

@@ -82,0 +83,0 @@ * Define type to string to ensure compatibility across browsers

@@ -56,2 +56,3 @@ import * as tslib_1 from "tslib";

_this._renderScale = 1;
_this._cursorChanged = false;
/**

@@ -607,2 +608,3 @@ * Define type to string to ensure compatibility across browsers

this._rootCanvas.style.cursor = cursor;
this._cursorChanged = true;
}

@@ -632,2 +634,3 @@ };

}
this._cursorChanged = false;
if (!this._rootContainer._processPicking(x, y, type, pointerId, buttonIndex)) {

@@ -642,2 +645,5 @@ this._changeCursor("");

}
if (!this._cursorChanged) {
this._changeCursor("");
}
this._manageFocus();

@@ -644,0 +650,0 @@ };

4

package.json

@@ -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": "4.0.0-alpha.28",
"version": "4.0.0-alpha.29",
"repository": {

@@ -198,3 +198,3 @@ "type": "git",

"dependencies": {
"@babylonjs/core": "4.0.0-alpha.28",
"@babylonjs/core": "4.0.0-alpha.29",
"tslib": "^1.9.3"

@@ -201,0 +201,0 @@ },

Sorry, the diff of this file is not supported yet

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