mafintosh / tar-stream

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

Missing fast-fifo dependency #155

Closed eliliam closed 1 year ago

eliliam commented 1 year ago

It appears as a recent release has added in the use of the fast-fifo library, however this is not included in the package.json and is causing this module to fail when ran. This was noticed by updating the puppeteer version to 20.4.0 and above, which references a version of this package with this issue present.

https://github.com/mafintosh/tar-stream/blob/0490aeda616e666ea5b2bbc8758c8574fdb8d600/extract.js#L2

Please add fast-fifo to the dependencies to fix this.

eliliam commented 1 year ago

This PR fixes the issue https://github.com/mafintosh/tar-stream/pull/156

mafintosh commented 1 year ago

3.1.4