
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.
mgo fetches the status of the mgo servers
npm install .
npm run build
i scraped this data from konami's own website, but who knows if the servers are actually up or down. i actually wrote this because the pc version was down for maintenance even after konami's own website status said they were up.
also note at anytime konami can decide to just remove this page and break this module, or they could decide to block your ip. WHO KNOWS, BUT IT'S NOT MY PROBLEM. if they just change the url it's pointed out then feel free to submit an issue or a pr.
'use strict';
import mgo from 'mgo'
mgo.get((err, results) => {
console.log("JSON RESULTS: ", results)
}
[
{
"system_alias": "ps4",
"state": "st0",
"system_name": "PlayStation4"
},
{
"system_alias": "xone",
"state": "st0",
"system_name": "Xbox One"
},
{
"system_alias": "pc",
"state": "st0",
"system_name": "Steam(PC)"
},
{
"system_alias": "ps3",
"state": "st0",
"system_name": "PlayStation3"
},
{
"system_alias": "x360",
"state": "st0",
"system_name": "Xbox 360"
}
]
ISC
Shuan Wang (shuanwang@gmail.com)
FAQs
fetches status of mgo servers
The npm package mgo receives a total of 2 weekly downloads. As such, mgo popularity was classified as not popular.
We found that mgo 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.