Socket
Socket
Sign inDemoInstall

vfile

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfile - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

5

lib/index.d.ts

@@ -50,2 +50,7 @@ export class VFile {

/**
* Whether a file was saved to disk.
* @type {boolean}
*/
stored: boolean
/**
* Set full path (`~/index.min.js`).

@@ -52,0 +57,0 @@ * Cannot be nullified.

@@ -118,2 +118,11 @@ /**

this.value
// The below are non-standard, they are “well-known”.
// As in, used in seeveral tools.
/**
* Whether a file was saved to disk.
* @type {boolean}
*/
this.stored
/* eslint-enable no-unused-expressions */

@@ -120,0 +129,0 @@

2

package.json
{
"name": "vfile",
"version": "5.0.0",
"version": "5.0.1",
"description": "Virtual file format for text processing",

@@ -5,0 +5,0 @@ "license": "MIT",

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