
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.
mongo-database-manager
Advanced tools
This project is a tool to download and download large mongodb databases. For when you want to take backups / switch server / delete mongodb.
This project is a tool to download and download large mongodb databases. For when you want to take backups / switch server / delete mongodb.
Download mongo-export from "releases". Start by adding mongo-export to your path, then from the terminal call:
mongo-export download --file "file-i-want-to-store" --database database-i-want-to-download
To download the database into a the file "file-i-want-to-store". To upload it again call:
mongo-export upload --file "file-i-want-to-store" --database database-i-want-to-download
This will upload the exported "file-i-want-to-store" into the database "database-i-want-to-download"
-f, --file <file> file to export / import to
-d, --database <database> database to download / upload
-a, --auth <auth> Authentication (example: "username:password")
-h, --host <host> mongodb host (default: "127.0.0.1")
-p, --port <port> mongodb port (default: "27017")
FAQs
This project is a tool to download and download large mongodb databases. For when you want to take backups / switch server / delete mongodb.
We found that mongo-database-manager 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.