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.223 to 1.0.6-dev.224

1

dist/g3dScene.d.ts

@@ -71,2 +71,3 @@ /**

getInstanceMax(instance: number): Float32Array;
getInstanceMatrix(instance: number): Float32Array;
}

@@ -156,3 +156,6 @@ "use strict";

}
getInstanceMatrix(instance) {
return this.instanceMatrices.subarray(instance * g3d_1.G3d.MATRIX_SIZE, (instance + 1) * g3d_1.G3d.MATRIX_SIZE);
}
}
exports.G3dScene = G3dScene;

@@ -71,2 +71,3 @@ /**

getInstanceMax(instance: number): Float32Array;
getInstanceMatrix(instance: number): Float32Array;
}

2

package.json
{
"name": "vim-format",
"version": "1.0.6-dev.223",
"version": "1.0.6-dev.224",
"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