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.238 to 1.0.6-dev.239

4

dist/bfast.js

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

class BFast {
constructor(source, offset = 0, name) {
constructor(source, offset = 0, name = '') {
this.source = typeof source === 'string'

@@ -185,3 +185,3 @@ ? new remoteBuffer_1.RemoteBuffer(source)

this.offset = offset;
this.name = name ?? (typeof source === 'string' ? source : '');
this.name = name;
this._header = new remoteValue_1.RemoteValue(() => this.requestHeader(), name + '.header');

@@ -188,0 +188,0 @@ this._children = new Map();

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