mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

fix buffer allocation warnings #70

Closed imnotjames closed 6 years ago

imnotjames commented 6 years ago

new Buffer is not supported and is marked as deprecated, creating some deprecation warnings.

this switches those calls to Buffer.allocUnsafe