Closed thedist closed 3 years ago
Updated uses of the deprecated new Buffer() to the Node12 compliant functions Buffer.from() and Buffer.alloc().
new Buffer()
Buffer.from()
Buffer.alloc()
Changes made following the guidelines of Variant 1 of the NodeJS Buffer constructor deprecation guide https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
Updated uses of the deprecated
new Buffer()
to the Node12 compliant functionsBuffer.from()
andBuffer.alloc()
.Changes made following the guidelines of Variant 1 of the NodeJS Buffer constructor deprecation guide https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/