DeprecationWarning in node
thukk opened this issue · 1 comments
thukk commented
Noticed the below message when running Watcher 1.4.3
(node:10852) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
cd-rite commented
Used in the n-readlines package, for which there is no update.
Deprecation warning only present due to binary roll-up that confuses Node deprecation warnings because dependency does not appear to be in the node_modules
folder.
buffer() still supported in Node22