Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
handle module specific configurations in their own directory
npm install confdir
or npm install -g confdir
For example anywhere in a Git repository you could get a reference to the .git
directory:
var confdir = require('confdir');
confdir(__dirname, 'git', function (err, dir) {
if (err)
console.log(err);
else
console.log("The Git files are in " + dir);
});
This would print an absolute reference to the .git
directory.
confdir is only one method:
confdir(dir, name, callback)
where
dir
is a reference to a directory, that will be walked up,name
is the name of the configuration directory (without the dot) andcallback
is a callback function that takes two arguments (err, dir)
.If you encounter any bugs or issues, feel free to open an issue at github.
This package is licensed under the MIT license.
FAQs
manage module specific configuration files in their own directory
The npm package confdir receives a total of 215 weekly downloads. As such, confdir popularity was classified as not popular.
We found that confdir 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.