
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.
本项目是对 mccheatz/Maid 的重写,不包含proxy相关内容。
not compiled
因特殊原因而公开,但是mpay删除了一部分功能,例如游客登录。
不主动维护,若对我们后续的动作感兴趣可以加入我们的Telegram频道。
如果此时阅读这段文字的您是网易工作人员,请务必和谐 《我的世界》中国版 PC登录协议。
鉴于项目的特殊性,该项目可能在任何时间停止更新或删除。
maid.js采用AGPLv3协议开源。为了保证良性发展,我们强烈建议您做到以下几点:
maid.js的软件/服务采用AGPLv3协议开源> npm install maid-js
const maid = require('maid-js')
const client = new maid.MaidClient({
account: 'account',
password: 'password'
})
async function init() {
await client.login()
// get pe user detail
console.log(await client.doRequest(
client.x19Session.releaseInfoPE.CoreServerUrl,
'/pe-user-detail/get', {
body: {}
}
))
}
init()
FAQs
Yet another login protocol.
The npm package maid-js receives a total of 0 weekly downloads. As such, maid-js popularity was classified as not popular.
We found that maid-js 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.