thejoshwolfe / yazl

yet another zip library for node
MIT License
329 stars 44 forks source link

Replace deprecated Buffer methods w/ alloc() + from() #43

Closed mojodna closed 5 years ago

mojodna commented 5 years ago

These have been available since Node 5.10.0; if this targets older versions of Node, please disregard.

thejoshwolfe commented 5 years ago

According to https://github.com/nodejs/Release , Node versions <= 5.x were end-of-lifed on 2016-06-30. This seems safe to merge

thejoshwolfe commented 5 years ago

Thanks :+1: