ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.04k stars 282 forks source link

Remove safer-buffer #278

Closed jimmywarting closed 2 years ago

jimmywarting commented 2 years ago

Using built in node:buffer instead

safe-buffer is definitely not needed when targeting node 6+

ashtuchkin commented 2 years ago

current version of iconv-lite targets node 0.10+, so we can't do that.

ashtuchkin commented 2 years ago

current version of iconv-lite targets node 0.10+, so we can't do that.