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
658
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-alpha0 to 3.2.0-alpha2

2

babylon.gui.d.ts

@@ -444,2 +444,3 @@

private _isThumbCircle;
private _isThumbClamped;
onValueChangedObservable: Observable<number>;

@@ -456,2 +457,3 @@ borderColor: string;

isThumbCircle: boolean;
isThumbClamped: boolean;
constructor(name?: string | undefined);

@@ -458,0 +460,0 @@ protected _getTypeName(): string;

/// <reference types="babylonjs"/>
declare module 'babylonjs-gui' {

@@ -449,2 +450,3 @@ export = BABYLON.GUI;

private _isThumbCircle;
private _isThumbClamped;
onValueChangedObservable: Observable<number>;

@@ -461,2 +463,3 @@ borderColor: string;

isThumbCircle: boolean;
isThumbClamped: boolean;
constructor(name?: string | undefined);

@@ -463,0 +466,0 @@ protected _getTypeName(): string;

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": "3.2.0-alpha0",
"version": "3.2.0-alpha2",
"repository": {

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

"peerDependencies": {
"babylonjs": ">=3.1.0-alpha"
"babylonjs": ">=3.2.0-alpha"
},

@@ -35,0 +35,0 @@ "engines": {

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