Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
pm2-mongodb
Advanced tools
PM2 module to automatically monitor vital signs of your mongodb :
$ npm install pm2 -g
$ pm2 install pm2-mongodb
NODE : User should have access to admin
database to query statistics (see mongo doc)
ip
(Defaults to 127.0.0.1
) IP of mongodb serverport
(Defaults to 27017
) Port of mongodb serverusername
(Defaults to none
) used for authenticationpassword
(Defaults to none
) used for authenticationauthDB
(Defaults to none
) used for authenticationrefresh_rate
(Defaults to 5000
in ms): Control the refresh rate of the workerAfter having installed the module you have to type :
pm2 set pm2-mongodb:
e.g:
pm2 set pm2-mongodb:refresh_rate 5000
(every 5 seconds)pm2 set pm2-mongodb:ip 42.42.42.42
(ip of my mongodb server)pm2 set pm2-mongodb:password "bestpasswd"
(the password will be used to connect to mongo)$ pm2 uninstall pm2-mongodb
MIT
FAQs
PM2 MongoDB Module
The npm package pm2-mongodb receives a total of 8 weekly downloads. As such, pm2-mongodb popularity was classified as not popular.
We found that pm2-mongodb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.