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

more-fs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more-fs - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

1

lib/more-fs.js

@@ -186,2 +186,3 @@ "use strict";

function write(filename, content){
if (typeof content === "undefined") content = "";
mkdir(path.dirname(filename));

@@ -188,0 +189,0 @@ fs.writeFileSync(filename, content);

2

package.json
{
"name": "more-fs",
"version": "0.2.1",
"version": "0.2.2",
"description": "a few more Filesystem functions",

@@ -5,0 +5,0 @@ "main": "lib/more-fs.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