New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@babylonjs/serializers

Package Overview
Dependencies
Maintainers
1
Versions
577
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.5 to 4.1.0-alpha.6

6

glTF/2.0/glTFExporter.d.ts

@@ -99,6 +99,3 @@ import { IBufferView, IAccessor, INode, IMaterial, ITexture, IImage, ISampler, ImageMimeType, IMeshPrimitive, IGLTF } from "babylonjs-gltf2interface";

private _animationSampleRate;
/**
* Callback which specifies if a node should be exported or not
*/
private _shouldExportNode;
private _options;
private _localEngine;

@@ -290,3 +287,2 @@ _glTFMaterialExporter: _GLTFMaterialExporter;

* @param nodes Babylon transform nodes
* @param shouldExportNode Callback specifying if a transform node should be exported
* @param binaryWriter Buffer to write binary data to

@@ -293,0 +289,0 @@ * @returns Node mapping of unique id to index

6

glTF/2.0/glTFSerializer.d.ts

@@ -15,2 +15,8 @@ import { Node } from "@babylonjs/core/node";

/**
* Function used to extract the part of node's metadata that will be exported into glTF node extras
* @param metadata source metadata to read from
* @returns the data to store to glTF node extras
*/
metadataSelector?(metadata: any): any;
/**
* The sample rate to bake animation curves

@@ -17,0 +23,0 @@ */

@@ -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.5",
"version": "4.1.0-alpha.6",
"repository": {

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

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

@@ -100,0 +100,0 @@ },

Sorry, the diff of this file is too big to display

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