[DEP0005] DeprecationWarning: Buffer() is deprecated…
Closed this issue · 0 comments
mk-pmb commented
$ nodejs -e 'require("nofs").writeFile("/dev/null", "")' |& fmt
(node:24616) [DEP0005] DeprecationWarning: Buffer() is deprecated
due to security and usability issues. Please use the Buffer.alloc(),
Buffer.allocUnsafe(), or Buffer.from() methods instead.
$ nodever nofs
require('nofs/package.json').version = 0.11.22
Node.js v12.1.0, npm v6.9.0, Ubuntu 16.04.6 LTS xenial,