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.6.0 to 0.7.0

2

lib/fs-plus.js

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

}
return plist.parseStringSync(this.read(plistPath));
return plist.parseStringSync(fs.readFileSync(plistPath, 'utf8'));
},

@@ -425,0 +425,0 @@ readPlist: function(plistPath, done) {

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

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

"async": "~0.2.9",
"plist": "git://github.com/nathansobo/node-plist.git"
"plist": "git://github.com/nathansobo/node-plist.git",
"season": "~0.14.0"
}
}
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