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

vim-format

Package Overview
Dependencies
Maintainers
5
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vim-format - npm Package Compare versions

Comparing version 1.0.6-dev.133 to 1.0.6-dev.134

4

dist/g3dMesh.d.ts

@@ -59,4 +59,4 @@ /**

getNode(meshInstance: number): number;
getMax(meshInstance: number): number;
getMin(meshInstance: number): number;
getMax(meshInstance: number): Float32Array;
getMin(meshInstance: number): Float32Array;
getGroup(meshInstance: number): number;

@@ -63,0 +63,0 @@ getTag(meshInstance: number): bigint;

@@ -115,7 +115,7 @@ "use strict";

const sceneInstance = this.scene.getMeshSceneInstance(this.meshIndex, meshInstance);
return this.scene.instanceMaxs[sceneInstance];
return this.scene.instanceMaxs.subarray(sceneInstance * 3, (sceneInstance + 1) * 3);
}
getMin(meshInstance) {
const sceneInstance = this.scene.getMeshSceneInstance(this.meshIndex, meshInstance);
return this.scene.instanceMins[sceneInstance];
return this.scene.instanceMins.subarray(sceneInstance * 3, (sceneInstance + 1) * 3);
}

@@ -122,0 +122,0 @@ getGroup(meshInstance) {

@@ -59,4 +59,4 @@ /**

getNode(meshInstance: number): number;
getMax(meshInstance: number): number;
getMin(meshInstance: number): number;
getMax(meshInstance: number): Float32Array;
getMin(meshInstance: number): Float32Array;
getGroup(meshInstance: number): number;

@@ -63,0 +63,0 @@ getTag(meshInstance: number): bigint;

{
"name": "vim-format",
"version": "1.0.6-dev.133",
"version": "1.0.6-dev.134",
"description": "The VIM format is a modern and efficient open 3D data interchange format designed for BIM and manufacturing data optimized for efficient loading and rendering on low-power devices.",

@@ -5,0 +5,0 @@ "directories": {

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