node-unzip
node-unzip copied to clipboard
Extraction of files larger than a few kilobytes silently fails
Currently this library is unusable for me because it reports entry.size as undefined and silently ignores (entry not called) files that are larger than a few kilobytes. I'm using the second piece of example code to do this.
Calling unzip on the command line works until this is fixed.