w0rm/gulp-svgstore

Moving away from the Buffer constructor

gabrielschulhof opened this issue · 2 comments

new Buffer(...) is deprecated and unsafe. Would it be possible to use Buffer.from(...) in the relevant places instead?

w0rm commented

I’m not sure. This would require dropping 0.12 support.

w0rm commented

Released 7.0.0 that stops using new Buffer()