Socket
Socket
Sign inDemoInstall

to-vfile

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-vfile - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

lib/fs.js

@@ -76,3 +76,3 @@ /**

fs.writeFile(file.path, String(file), options, callback);
fs.writeFile(file.path, file.contents || '', options, callback);
}

@@ -88,3 +88,3 @@

var file = vfile(description);
fs.writeFileSync(file.path, String(file), options);
fs.writeFileSync(file.path, file.contents || '', options);
}
{
"name": "to-vfile",
"version": "2.1.0",
"version": "2.1.1",
"description": "Create a vfile from a file-path",

@@ -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