w0rm / gulp-svgstore

Combine svg files into one with symbol elements

Home Page:https://www.npmjs.com/package/gulp-svgstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving away from the Buffer constructor

gabrielschulhof opened this issue · comments

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

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

Released 7.0.0 that stops using new Buffer()