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.2-dev.18 to 1.0.2-dev.19

1

dist/remoteBuffer.d.ts

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

import { RemoteValue } from './remoteValue';
export declare let REMOTE_BUFFER_MAX_CONCURENCY: number;
/**

@@ -8,0 +9,0 @@ * Represents the state of a single web request

5

dist/remoteBuffer.js

@@ -15,4 +15,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoteBuffer = exports.RequestLogger = void 0;
exports.RemoteBuffer = exports.RequestLogger = exports.REMOTE_BUFFER_MAX_CONCURENCY = void 0;
const remoteValue_1 = require("./remoteValue");
exports.REMOTE_BUFFER_MAX_CONCURENCY = 10;
/**

@@ -225,3 +226,3 @@ * Represents the state of a single web request

this.active.delete(xhr);
this.maxConcurency = Math.max(1, this.maxConcurency - 1);
exports.REMOTE_BUFFER_MAX_CONCURENCY = Math.max(1, exports.REMOTE_BUFFER_MAX_CONCURENCY - 1);
setTimeout(() => this.enqueue(xhr), 2000);

@@ -228,0 +229,0 @@ }

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

import { RemoteValue } from './remoteValue';
export declare let REMOTE_BUFFER_MAX_CONCURENCY: number;
/**

@@ -8,0 +9,0 @@ * Represents the state of a single web request

@@ -63,4 +63,9 @@ import { BFast } from "./bfast";

filter(instances: number[]): Promise<G3d>;
private filterMaterials;
private filterVertices;
private filterIndices;
private filterSubmeshes;
private filterInstances;
private filterMesh;
}
export {};
{
"name": "vim-format",
"version": "1.0.2-dev.18",
"version": "1.0.2-dev.19",
"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