
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.
collect all kinds of utility functions that are often used by us.
<script src="fe-utils.js"></script>
$ npm i -g npm
$ npm i --save fe-utils
// Load method categories.
var cookie = require('fe-utils/cookie')
var date = require('fe-utils/date')
...
NumberToChinese(12345) // '一万二千三百四十五'
NumberToChinese(12345, true) // '壹万贰仟叁佰肆十伍'
setCookie(name, domain, domain, expiredays)
getCookie(name)
delCookie(name, domain)
dateFormat() // dateFormat(new Date(), 'YYYY年MM月DD日 hh:mm:ss')
queryOne // queryOne('name', ['http://xx.com?name=kevin']) -> 'kevin'
queryAll // queryOne('http://xx.com?name=kevin&age=18') -> {name: 'kevin', age: 18}
toRoman(25) // 'XXV'
getVersionOfIOS() // '10.3'
relProtocol('http://xxx.com') // '//xxx.com'
mediaError(video / audio, (code, msg) => { ... }) // for error-listener-callback of audio and video
loadJs(url, callback)
FAQs
collect all kinds of utility functions that are often used by us.
We found that fe-utils 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.