node-unzip icon indicating copy to clipboard operation
node-unzip copied to clipboard

Using transform stream before piping to unzip results in invalid signature (test case inside)

Open berstend opened this issue 11 years ago • 0 comments

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

berstend avatar Jul 28 '14 20:07 berstend