
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.
A modular configuration and utility toolkit for UTX-based decentralized applications. Designed to simplify environment management, application bootstrapping, and shared logic across blockchain-enabled services.
Using npm:
npm install utx-config --save
Or with yarn:
yarn add utx-config
const { loadConfig, validateRequiredEnv } = require('utx-config');
const config = loadConfig(); validateRequiredEnv(['DEX_API_URL', 'PRIVATE_KEY']);
import { getNetworkSettings, isProd } from 'utx-config';
if (isProd()) {
const settings = getNetworkSettings('mainnet');
console.log(settings.rpcUrl);
}
utx-config/ โโโ index.js โโโ env/ โ โโโ validator.ts โ โโโ loader.ts โโโ network/ โ โโโ settings.ts โโโ utils/ โ โโโ helpers.ts โโโ types/ โ โโโ index.d.ts
[utx-config] โ
Environment validated.
[utx-config] ๐ Loaded config for 'mainnet'.
MIT ยฉ utx-labs
We welcome contributions! If you have utility functions, config formats, or blockchain-specific extensions that could help others in the UTX ecosystem, feel free to submit a PR.
FAQs
configuration of ultrax
The npm package utx-config receives a total of 0 weekly downloads. As such, utx-config popularity was classified as not popular.
We found that utx-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/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.