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
573
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.27 to 4.0.0-alpha.28

2

2D/controls/button.js

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

Button.prototype._processPicking = function (x, y, type, pointerId, buttonIndex) {
if (!this.isHitTestVisible || !this.isVisible || this.notRenderable) {
if (!this._isEnabled || !this.isHitTestVisible || !this.isVisible || this.notRenderable) {
return false;

@@ -69,0 +69,0 @@ }

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

Container.prototype._processPicking = function (x, y, type, pointerId, buttonIndex) {
if (!this.isVisible || this.notRenderable) {
if (!this._isEnabled || !this.isVisible || this.notRenderable) {
return false;

@@ -355,0 +355,0 @@ }

@@ -190,4 +190,4 @@ import * as tslib_1 from "tslib";

context.beginPath();
context.moveTo(this._currentMeasure.left, this._currentMeasure.top);
context.lineTo(this._currentMeasure.left + this._currentMeasure.width, this._currentMeasure.top + this._currentMeasure.height);
context.moveTo(this._cachedParentMeasure.left + this._x1.getValue(this._host), this._cachedParentMeasure.left + this._y1.getValue(this._host));
context.lineTo(this._cachedParentMeasure.left + this._effectiveX2, this._cachedParentMeasure.left + this._effectiveY2);
context.stroke();

@@ -194,0 +194,0 @@ context.restore();

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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