get-mongoose-versions

determines version numbers for mongoose, mongodb server, mongodb native driver, and node.

Usage no npm install needed!

<script type="module">
  import getMongooseVersions from 'https://cdn.skypack.dev/get-mongoose-versions';
</script>

README

get-mongoose-versions

this module returns an object containing 4 key value pairs. 1. mongoose version 1. mongodb native driver version 1. mongodb server version 1. node version

why?

when filing bugs against mongoose, having the versions to include in the report are a must. this is supposed to make that easier.

pull requests, suggestions, issues