Skip to content

Releases: ZJONSSON/node-unzipper

0.11.2

14 Apr 18:49
3095797
Compare
Choose a tag to compare
  • remove polyfills - no longer supporting ancient node versions
  • use GitHub actions for testing and coverage
  • remove 'binary' dependency
  • break up huge promise chain to minimize memory usage
  • ignore window zip slipped files
  • use pipeline to propagate errors in a chain of streams

0.10.0 - crx and extract

01 Jun 15:22
Compare
Choose a tag to compare
  • fix extract, move to a duplex stream to handle events better
  • add extract method to Open
  • add crx options and parsing
  • in Open methods use central directory instead of the local file headers (mainly to determine compressedSize)