node-unzip
node-unzip copied to clipboard
node.js cross-platform unzip using streams
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.