Changelog
v3.10.1 2022-08-02
const
instead var
in example from README.markdown #828Internals:
Changelog
v3.8.0 2022-03-30
loadAsync
, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName
. See the documentation. Many thanks to McCaulay Hudson for reporting.Changelog
v3.7.1 2021-08-05
dist
files.
dist
files. Thanks to Evan W for reporting.Changelog
v3.7.0 2021-07-23
.files
property of a zip object, for example zip.files.toString()
. This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.