
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.
The Minos SDK is for web3 native companies to observe and monitor their web3 infrastructure end to end.
Welcome to Minos, the SDK for Monitaur, a Web3 monitoring and Application Performance Monitoring (APM) platform. Minos provides a simple and efficient way to monitor your appliations end-to-end, allowing you to monitor and analyze the performance of your Web3 on and off-chain.
To use Minos, follow these steps:
npm install minos-sdk
or
yarn add minos-sdk
const Minos = require('minos-sdk');
const minos = new Minos('MINOS_APPLICATION_TOKEN');
If you haven't created an Application yet, you can do so here
There are six levels you can create an event for:
fatal, warn, error, info, debug, and trace
minos.fatal(
"Any message you want to share here for top level context",
{
message: "Add context that helps your team",
// This is the context object, you can add whatever you'd like here
},
"userId", // not required
"address" // not required
);
If you're using Ethers.js, we've built in custom injection logging that will create info and error events respectively. To do this the set up is really simple, you'll pass in the ethers provider that you created.
minos.initializeInjectionLogging(yourEthersProvider);
// make your Ethers
await provider.getBlock()
If you encounter any issues, have questions, or would like to provide feedback, please reach out to our support team at support@monitaur.xyz. You can also visit our knowledge base for additional resources and guides.
FAQs
The Minos SDK is for web3 native companies to observe and monitor their web3 infrastructure end to end.
We found that minos-sdk 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.