madhums / node-express-mongoose-demo

A simple demo app using node and mongodb for beginners (with docker)
https://nodejs-express-demo.fly.dev
MIT License
5.12k stars 1.38k forks source link

replace util._extend with Object.assign() #259

Closed amragaey closed 7 years ago

amragaey commented 7 years ago

util._extend is deprecated and should not be used in new code as mentioned in Node.js Documentation, replace it by Javascript similar built-in functionality Object.assign().

madhums commented 7 years ago

Great! Thanks for the PR!