
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
loke-config
Advanced tools
Convention based configuration module using YAML for Node apps.
The configuration exposed will be created from the following paths (settings in paths higher on the list will override those lower on the list):
However, if the process has a --config [filename]
argument, then that file will be used instead.
The defaults.yml
file is required, and all configuration keys must have a value listed in the defaults.yml
.
Config files are defined using YAML. See http://yaml.org/
Example defaults.yml:
server:
hostname: www.myapp.com
port: 80
var config = require('loke-config').create('myapp');
var hostname = config.get('server.hostname');
var port = config.get('server.port');
console.log(hostname); // www.myapp.com
console.log(port); // 80
FAQs
LOKE application configuration management
The npm package loke-config receives a total of 0 weekly downloads. As such, loke-config popularity was classified as not popular.
We found that loke-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.