Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fs-plus

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-plus - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

lib/fs-plus.js

@@ -189,3 +189,3 @@ (function() {

},
write: function(filePath, content, callback) {
writeFile: function(filePath, content, options, callback) {
return mkdirp(path.dirname(filePath), function(error) {

@@ -195,3 +195,3 @@ if (error != null) {

} else {
return fs.writeFile(filePath, content, callback);
return fs.writeFile(filePath, content, options, callback);
}

@@ -198,0 +198,0 @@ });

{
"name": "fs-plus",
"version": "0.4.0",
"version": "0.5.0",
"description": "node's fs with more helpers",

@@ -5,0 +5,0 @@ "main": "./lib/fs-plus.js",

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