mrvautin / adminMongo

adminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs.
https://adminmongo.markmoffat.com
MIT License
3.88k stars 818 forks source link

Fix: Test errors, Removes Node 4.0.0, 4.4.5 from testing and Fix: new user creation #258

Open blz-ea opened 4 years ago

blz-ea commented 4 years ago

Fixes: Document tests suits error: Cannot find module 'jsdom/lib/old-api'

Fixes: new user creation #219

Removes Node 4.0.0, 4.4.5 from the testing matrix: mongodb-extended-json's dependency bson uses Buffer.alloc to convert $oid string to ObjectID which is available only staring with Node v.4.5.0