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 dependency with yauzl latest package #82

Closed nicknguyen89 closed 4 years ago

nicknguyen89 commented 4 years ago

yauzl 2.10.0 allows using some extra options like strictFileNames, decodeStrings etc. which is helpful in some cases.

lbittner-pdftron commented 4 years ago

This would be nice to have merged into the official package 👍

nalhabash commented 4 years ago

Agreed, the yauzl version this is using also currently uses the deprecated Buffer() constructor, which isn't compatible in node >10. (tagging repo owner for this @maxogden )

malept commented 4 years ago

Fixed in #88