adm-zip
adm-zip copied to clipboard
Version 0.4.11 introduces source path directory issue
Moving from 4.0.7 to 4.0.11 introduced an issue where the defined source path of the extracted zip file was exploded starting from my home directory, but still withing the project. Also, the first folder it creates, the home directory, was missing it's first character in the directory name.
Seems that the input path is being normalized twice. Once before calling sanitize
, and once inside
Any plans for fixing this issue?
Any updates on this issue?
#238 should fix this, (for .extractEntryTo()
at least)
0.4.11 is a borked release, the least I can tell is it breaks fontello-update
npm package, 0.4.10 works as expected tho