There are no added compiled dependencies - inflation is handled by node.js's built in zlib support. Unzipper provides simple APIs similar to node-tar for parsing and extracting zip files. The new Parser will push any parsed entries downstream if you pipe from it, while still supporting the legacy entry event as well.īreaking changes: The new Parser will not automatically drain entries if there are no listeners or pipes in place. The structure of this fork is similar to the original, but uses Promises and inherit guarantees provided by node streams to ensure low memory footprint and emits finish/close events at the end of processing. Any files are buffered into memory before passing on to entry.finish/close events are not always triggered, particular when the input stream is slower than the receivers.This is an active fork and drop-in replacement of the node-unzip and addresses the following issues: