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.202 to 1.0.6-dev.203

2

dist/remoteVimx.d.ts

@@ -33,3 +33,3 @@ import { BFast } from "./bfast";

getChunk(chunk: number): Promise<G3dMesh[]>;
getMesh(mesh: number): Promise<any>;
getMesh(mesh: number): Promise<G3dMesh>;
}

@@ -69,3 +69,3 @@ "use strict";

var chunk = scene.meshChunks[mesh];
var meshes = this.getChunk(chunk);
var meshes = await this.getChunk(chunk);
var index = scene.meshChunkIndices[mesh];

@@ -72,0 +72,0 @@ return meshes[index];

{
"name": "vim-format",
"version": "1.0.6-dev.202",
"version": "1.0.6-dev.203",
"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