mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
406 stars 92 forks source link

Change deprecated buffer usage #80

Closed benjamingr closed 6 years ago

benjamingr commented 6 years ago

Fixes: https://github.com/mafintosh/tar-stream/issues/79

mafintosh commented 6 years ago

@benjamingr note that is a major bump after merge (not sure if that's intended reading the original node.js issue)

mcollina commented 6 years ago

This should really use safe-buffer instead.

ChALkeR commented 6 years ago

Tracking: nodejs/node#19079

mafintosh commented 6 years ago

Fixed in master with a semver patch compatible fix