Closed caesar closed 7 years ago
Fixes DeprecationWarning in Node 7:
(node:84948) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
See issue #14.
Fixes DeprecationWarning in Node 7:
See issue #14.