New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mfs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mfs

mfs ===

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
10
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

mfs

Monitor your calls to node-fs-extra for debug purposes.

Install

npm install mfs

Usage

const MFS = require("mfs");
const FS = new MFS.FileFS({
	lineinfo: true
});

if (process.env.DEBUG) {
	FS.on("used-path", function(path, method, meta) {
		console.log("FS." + method, path, meta);
	});
}

FS.existsSync(__dirname);

Provenance

Licensed under the MIT License by Christoph Dorn since 2013.

FAQs

Package last updated on 05 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts