
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.
Just a temp placeholder for a comming-soon caldus root project.
Formatted placeholder text in a code block with markdown syntax.
npm install caldus
This package exports two classes: Zero
and Npm
. Here's an example usage of these classes:
const { Zero, Npm } = require('caldus');
const zero = new Zero('MyZero', 'testing');
zero.myPurpose(); // logs "MyZero's purpose is testing"
zero.logMe(); // logs "Logging MyZero..."
const npm = new Npm();
npm.printMe(); // logs "ID: 0, Name: npm, Purpose: npm"
Represents a Zero object.
name: string
- The name of the Zero object.purpose: string
- The purpose of the Zero object.new Zero(name, purpose)
Creates a new Zero object.
name: string
- The name of the Zero object.purpose: string
- The purpose of the Zero object.myPurpose()
Prints the purpose of the Zero object.
Represents an Npm object that extends Zero.
id: number
- The unique ID of the Npm object.name: string
- The name of the Npm object.purpose: string
- The purpose of the Npm object.new Npm([id], [prop])
Creates a new Npm object.
id: number (optional)
- The unique ID of the Npm object. Defaults to a unique 6-digit number.prop: string (optional)
- The name of the Npm object. Defaults to "npm".printMe()
Prints information about the Npm object.
ISC
[SI] Slavko Ivanovic
FAQs
caldus root placeholder
The npm package caldus receives a total of 0 weekly downloads. As such, caldus popularity was classified as not popular.
We found that caldus 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
/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.