max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

update to yauzl 2.4 api #17

Closed thejoshwolfe closed 8 years ago

thejoshwolfe commented 8 years ago

New yauzl version includes ZIP64 support as well as a 1-at-a-time api for entry processing (lazyEntries: true). I found the lazyEntries: true strategy to be necessary when dealing with zipfiles that contain millions of entries. See https://github.com/thejoshwolfe/yauzl/issues/22. As a bonus, it eliminates the async dependency for you.

max-mapper commented 8 years ago

@thejoshwolfe excellent! there is a minor style issue that causes travis to fail, but ill fix after merging

max-mapper commented 8 years ago

published 1.4.0