Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Additional methods and patches for node fs module
enfs stands for [E]asy [N]ode [fs]
This module is intended to work as a sub-module of enfs
This module will change some behaviors of fs module from node such as creating a queue for opening files when limit is reached, catching the error's and proceeding with the process when possible. This module implements many methods through enfsaddins
enfspatch
is a drop-in replacement for native fs
module, you just need to include
it instead of the native module.
Use this
var enfs = require("enfspatch");
instead of
var fs = require("fs"); //You don't need to do this anymore
and all the methods from native fs module are available
All the methods follows the node culture.
This module is based on graceful-fs
Creative Commons Attribution 4.0 International License
Copyright (c) 2016 Joao Parreira joaofrparreira@gmail.com GitHub
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit CC-BY-4.0.
FAQs
Patches for node fs module
The npm package enfspatch receives a total of 11 weekly downloads. As such, enfspatch popularity was classified as not popular.
We found that enfspatch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.