janjongboom / node-native-zip

Zipping in node.js with no external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving away from Buffer constructor

gabrielschulhof opened this issue · comments

The Buffer constructor new Buffer(...) is deprecated and unsafe. Is it possible to move the relevant code to Buffer.from(...) instead?

@gabrielschulhof Long time no see. I realize that this was probably an automated effort, but this repo is outdated and abandoned. There's a depreciation warning on the README already.