
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.
---    
acc.create().Attributes:
acc - account namepass - passwordReturn values:
null - means it worked"ERR" - failedacc.request().Attributes:
acc - account namepass - passwordObjects/functions:
changePass - changes password. (Attributes: x = new password)pfp - returns profile picturedel - deletes accountCoin Management (optional coin money):
input - adds coins to your accountcoins - returns coins amountwithdraw - decreases coins amountFollowers (optional):
followControl - controls followers. (Objects/functions: add (Attributes: user), sum, remove (Attributes: user))File storage (optional):
file - gets a file. (attributes: command = [GET, EDIT, CREATE], filename, data (use data only when needed))Return values:
null - means it workedAccreate uses repl.it's database for Node.JS. So, to get user data use:
db.get(<accountname> + "-data-" + <datatype>).then(value => {});
If that doesn't work, use Node.JS to install the database.
I have worked very hard on creating this. Please star this project on GitHub and if there are any errors/something isn't working please create an issue on the GitHub. Thanks and I hope you use it!
FAQs
---    
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.