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

@babylonjs/gui

Package Overview
Dependencies
Maintainers
0
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 7.20.1 to 7.21.0

5

2D/xmlLoader.js

@@ -73,3 +73,6 @@ import { GetClass } from "@babylonjs/core/Misc/typeStore.js";

const matches = node.attributes[i].value.match(/{{(.*)}}/);
const element = node.attributes[i].value.replace(/{{.*}}/, `${this._getChainElement(matches[1])}`);
let element = this._getChainElement(matches[1]);
if (!(node.attributes[i].value.startsWith("{{") && node.attributes[i].value.endsWith("}}"))) {
element = node.attributes[i].value.replace(/{{.*}}/, `${element}`);
}
guiNode[node.attributes[i].name] = element;

@@ -76,0 +79,0 @@ }

4

package.json
{
"name": "@babylonjs/gui",
"version": "7.20.1",
"version": "7.21.0",
"main": "index.js",

@@ -21,3 +21,3 @@ "module": "index.js",

"devDependencies": {
"@babylonjs/core": "^7.20.1",
"@babylonjs/core": "^7.21.0",
"@dev/build-tools": "^1.0.0",

@@ -24,0 +24,0 @@ "@lts/gui": "1.0.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