node-byline icon indicating copy to clipboard operation
node-byline copied to clipboard

DeprecationWarning: The Buffer() and new Buffer() constructors are not recommended

Open Ginden opened this issue 7 years ago • 3 comments

This module will cause Node to print warnings in specific conditions.

Buffer.from should be preferred if it's available.

Ginden avatar Aug 24 '17 14:08 Ginden

@jahewson with the new node versions the deprecation logs are a constant. Can you take care of this?

mistic avatar Dec 06 '18 15:12 mistic

@jahewson Having to maintain a useful utility package indefinitely is unreasonable, would you be willing to give this package up for adoption?

/cc @rmg @mistic @mhdawson

sam-github avatar Dec 13 '18 18:12 sam-github

I have forked this project to https://github.com/pnpm/node-byline in order to fix this warning in pnpm.

zkochan avatar Oct 31 '21 23:10 zkochan