
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Module that add list functionality to 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 add a method that allows the creation o directories and sub-directories with one command line. Add mkdir -p functionality to node fs module
enfsmkdirp
var enfsmkdirp = require("enfsmkdirp");
All the methods follows the node culture.
Asynchronously create multiple directories levels
path
The path can be on the form of a string, an array or "brace-string"
[options]:
enfsmkdirp.mkdirp("/home/path/to/folder", function(err){
//do something
});
enfsmkdirp.mkdirp(["/home/path/to/folder","/var/home/test"], function(err){
//do something
});
enfsmkdirp.mkdirp("./project/{development,production}/{public,css,private,test}", function(err){
//do something
});
Synchronously create multiple directories levels
path
The path can be on the form of a string, an array or "brace-string"
[options]:
enfsmkdirp.mkdirpSync("/home/path/to/folder");
enfsmkdirp.mkdirpSync(["/home/path/to/folder","/var/home/test"]);
enfsmkdirp.mkdirpSync("./project/{development,production}/{public,css,private,test}");
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
mkdir -p for node fs module
The npm package enfsmkdirp receives a total of 28 weekly downloads. As such, enfsmkdirp popularity was classified as not popular.
We found that enfsmkdirp 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.