A CLI tool (version 1.0.0) that fetches and outputs a JSON list of all available MongoDB versions from the official MongoDB download center. It requires no arguments and prints versions as an array of strings. Useful for CI scripts or developers needing to know available MongoDB releases. The package is simple, with no dependencies, and is maintained by MongoDB-js. It uses an undocumented API endpoint and may break if that changes.
npm install mongodb-version-listNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the CLI to get a JSON array of all MongoDB versions from the official source.
Ensure network connectivity when running the tool.
No dependency data recorded yet.