biggora / caminte

Cross-db ORM for NodeJS
http://www.camintejs.com/
MIT License
1.08k stars 119 forks source link

node 10 depcrecations #189

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello maintainers!

Just thought you might want to know there are several node 10 deprecations that you may not be aware of. To my knowledge they happen on all common queries.

(node:83724) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
(node:83724) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
(node:83724) [DEP0079] DeprecationWarning: Custom inspection function on Objects via .inspect() is deprecated

Thanks!