unclechu / node-deep-extend

Recursive extend module
MIT License
202 stars 53 forks source link

Buffer constructor runtime deprecation - this package emits a warning on Node 10 #37

Closed benjamingr closed 6 years ago

benjamingr commented 6 years ago

Hey from Node.js here!,

Starting on Node 10 this package will emit deprecation warnings. See this guide on what you should do in order to migrate to Buffer.alloc/Buffer.from.

See https://github.com/nodejs/node/issues/19079 for discussion around this change and why we can't make new Buffer work

unclechu commented 6 years ago

@benjamingr A fix released in v0.5.1.