
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.
The Corbado Node.js library provides convenient access to the Corbado API from applications running on Node.js.
The Corbado Node.js library provides convenient access to the Corbado API from applications running on Node.js.
See the Corbado API Reference and Corbado API-only integration guide to understand the usage of Corbado API.
Node 8 or higher.
npm install corbado --save
The package needs to be configured with your Corbado account's project ID
and API secret
. All the parameters can be obtained from Corbado developer panel.
project ID
and API secret
should be provided when initializing the Corbado module:
const Corbado = require('corbado');
const corbado = new Corbado('pro-xxxx', 'uu....DZ');
Corbado provides several services, e.g. PasskeyService
, SessionService
, EmailLinkService
.
To access specific methods in, e.g. SessionService
, you can call:
corbado.sessionService.verify(sessionToken, clientInfo);
Corbado package also provides several useful utility functions that can ease the development process, e.g.:
corbado.utils.getClientInfo(req);
helps to obtain relevant client information (UserAgent
, RemoteAddress
, etc.) object from an HttpRequest
.
FAQs
The Corbado Node.js library provides convenient access to the Corbado API from applications running on Node.js.
The npm package corbado receives a total of 0 weekly downloads. As such, corbado popularity was classified as not popular.
We found that corbado 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.