-
option to specify custom fs: StreamZip.setFs
-
fixed folder extraction
Archives with malicious entries will throw an error
+
option to disable it: skipEntryNameValidation
Fix #20: throw errors
Fixed compatibility with node.js v0.10
Fix #14: error unpacking archives with a special comment
Fix #12: descriptive error messages
Fix #10: extraction of files larger than 4GB
Fixed headerOffset bug
Support 4GB+ ZIP64 archives
-
fix #5: correct parsing of ZIP64 headers
ZIP64 unit test
ZIP64 format support
Tiny archives reading bugfix
-
fix #3: reading archives smaller than 1kb
Exporting header offsets info
+
headerOffset
, centralDirectory
Bugfix
-
npm packging bug fixed
Sync read feature
+
StreamZip.entryDataSync
method
First stable release