Skip to content

Releases: fpsqdb/zip-lib

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 04:44

   🚀 Features

  • Upgrade yauzl to 3.4.0 and refactor code using its new promise-based methods  -  by @fpsqdb (79649)
    View changes on GitHub

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 26 May 14:23

   🐞 Bug Fixes

  • Arbitrary File Write via Symlink Overwrite, Thanks to @cznzl for the report.  -  by @fpsqdb (10846)
    View changes on GitHub

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 24 May 06:30

   🚀 Features

  • Upgrade yauzl to 3.3.1 and update other dependencies.  -  by @fpsqdb (2a18d)
    View changes on GitHub

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 07:29

   🚀 Features

  • Update yauzl to 3.3.0 and other dependencies.  -  by @fpsqdb (3abac)
  • Support broken symbolic links during zip creation.  -  by @fpsqdb (8585c)
    View changes on GitHub

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Mar 16:13

   🐞 Bug Fixes

  • Isolate zip and unzip state across cancellation retries.  -  by @fpsqdb (820d3)
    View changes on GitHub

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 09:21

   🚀 Features

  • Support compression to and decompression from Buffer  -  by @fpsqdb (eabfe)

   🐞 Bug Fixes

  • unzip: Avoid creating unnecessary folders when writes are blocked.  -  by @fpsqdb (d78df)
    View changes on GitHub

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Mar 13:20

   🚀 Features

  • security: Add safeSymlinksOnly option for secure extraction.  -  by @fpsqdb (981c4)
    View changes on GitHub

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 08:01

No significant changes

    View changes on GitHub

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Feb 15:56

No significant changes

    View changes on GitHub

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 14:34

   🚨 Breaking Changes

  • Drop support for node.js < 20.

   🐞 Bug Fixes

  • Arbitrary File Write Vulnerability via Symlinks.
    View changes on GitHub