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

node.js cross-platform unzip using streams

Results 86 node-unzip issues
Sort by recently updated
recently updated
newest added

When I try to unzip a file on Heroku, I am getting a Maximum call stack size exceeded if the zip file contains a file of over ~110kb. If all...

Hi there, I'm trying to extract files one by one through the entry callback and build up an array of files once each one has been extracted. Once the last...

Feature request: Perhaps emit a `bomb` or `error` event when encountering a [zip bomb](https://en.wikipedia.org/wiki/Zip_bomb).

I have a ZIP file containing a single 600 MB file. Extracting it by piping to unzip.Extract results in a 0 byte file.