node-unzip
node-unzip copied to clipboard
Using transform stream before piping to unzip results in invalid signature (test case inside)
I try to strip off crx headers before piping the data to unzip. Although it's a valid zip file after transforming node-unzip is throwing an invalid signature error.
I've extracted a simple test which can be found here: https://github.com/berstend/unzip-bug