
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@titanmatrix/macafe
Advanced tools
import macafe from 'macafe'
async function init() {
// 1. 注册macafe
const conf = await macafe.register({
appid: 'aa',
keyid: '201010',
keyno: '6661afawdw',
})
// 2. 获取界面数据
const product = await macafe.getState({
sid: 660,
pkey: '1111',
cpkey: '1212',
viewid: 1111212,
action: {
type: 'SELECT_PROP',
payload: {
pid: 11,
id: 111
}
}
})
// 3. 获取规格参数
const params = await macafe.getParams({
})
// 4. 获取样本
const samples = await macafe.getSamples({
sid: 660
})
}
FAQs
- 支持前后端 - 统一状态接口 - 内部通过私有模块加载
We found that @titanmatrix/macafe 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.