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

@babylonjs/serializers

Package Overview
Dependencies
Maintainers
1
Versions
553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babylonjs/serializers - npm Package Compare versions

Comparing version 4.1.0-alpha.7 to 4.1.0-alpha.8

3

glTF/2.0/glTFMaterialExporter.js

@@ -1028,2 +1028,3 @@ import { Vector2, Color3 } from "@babylonjs/core/Maths/math";

var textureName = baseTextureName + extension;
var originalTextureName = textureName;
if (textureName in imageData) {

@@ -1040,3 +1041,3 @@ textureName = baseTextureName + "_" + Tools.RandomId() + extension;

for (var i = 0; i < images.length; ++i) {
if (images[i].uri === textureName) {
if (images[i].uri === originalTextureName) {
foundIndex = i;

@@ -1043,0 +1044,0 @@ break;

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

"description": "The Babylon.js serializers library is an extension you can use to serialize Babylon scenes.",
"version": "4.1.0-alpha.7",
"version": "4.1.0-alpha.8",
"repository": {

@@ -96,4 +96,4 @@ "type": "git",

"dependencies": {
"@babylonjs/core": "4.1.0-alpha.7",
"babylonjs-gltf2interface": "4.1.0-alpha.7",
"@babylonjs/core": "4.1.0-alpha.8",
"babylonjs-gltf2interface": "4.1.0-alpha.8",
"tslib": "^1.9.3"

@@ -100,0 +100,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