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

babylonjs-serializers

Package Overview
Dependencies
Maintainers
0
Versions
648
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 7.41.0 to 7.41.1

7

babylonjs.serializers.d.ts

@@ -445,6 +445,11 @@

* Processes a node to be exported to the glTF file
* @returns A promise that resolves with the node index when the processing is complete, or null if the node should not be exported
* @returns A promise that resolves once the node has been exported
* @internal
*/
private _exportNodeAsync;
/**
* Creates a glTF node from a Babylon.js node. If skipped, returns null.
* @internal
*/
private _createNodeAsync;
private _exportIndices;

@@ -451,0 +456,0 @@ private _exportVertexBuffer;

6

package.json
{
"name": "babylonjs-serializers",
"version": "7.41.0",
"version": "7.41.1",
"main": "babylonjs.serializers.js",

@@ -18,4 +18,4 @@ "types": "babylonjs.serializers.module.d.ts",

"dependencies": {
"babylonjs": "^7.41.0",
"babylonjs-gltf2interface": "^7.41.0"
"babylonjs": "^7.41.1",
"babylonjs-gltf2interface": "^7.41.1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

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

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 too big to display

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 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