
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.
借助 ai 让你的 ts/js 函数更智能
npm i auto-fun
import * as autoFun from "auto-fun";
aiFun.config({
type: "chatgpt",
key: "sk-****",
});
let f = new autoFun.def({ input: { sen: "句子" }, output: { type: "'积极'|'消极'" }, script: ["返回sen的感情"] });
let type0 = await f.run("我好开心").result.type; // "积极"
let type1 = await f.run("我好难过").result.type; // "消极"
<script src="./dist/autoFun.umd.js"></script>
<script></script>
FAQs
## 简介(introduction)
The npm package auto-fun receives a total of 0 weekly downloads. As such, auto-fun popularity was classified as not popular.
We found that auto-fun 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.