
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.
drakor-id-wrapper
Advanced tools
A simpe API Wrapper for DrakorID
This package is only use ECMAScript 6 or higher
yarn add github:xct007/drakor-api-wrapper
// drakor-id-wrapper
import { latest, search, getCategory, getChannel, detail } from "src/index.js";
// Get latest drakor
const latestDrakor = await latest();
// Search drakor
const searchDrakor = await search("drakor");
// Get category by category_id / cid
const opts = {
page: 1,
count: 10,
};
const category = await getCategory(1123, opts);
// Get channel by channel_id / chid
const opts = {
page: 1,
count: 10,
};
const channel = await getChannel(1234, opts);
// alternative way for getChannel/getCategory
const c_ch_id = 1234;
const data = await detail(c_ch_id);
yarn test
FAQs
A simpe API Wrapper for DrakorID
The npm package drakor-id-wrapper receives a total of 0 weekly downloads. As such, drakor-id-wrapper popularity was classified as not popular.
We found that drakor-id-wrapper 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.