Skip to content

Commit c469521

Browse files
committed
version 3.2.1
1 parent 00c561b commit c469521

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,8 @@ The zip file specification has several ambiguities inherent in its design. Yikes
782782

783783
## Change History
784784

785+
* 3.2.1
786+
* Fix crash when reading certain corrupted NTFS timestamp extra fields. Thanks to CodeAnt AI Code Reviewer ( https://www.codeant.ai/ai-code-review ) for finding the bug.
785787
* 3.2.0
786788
* Added support for reading third-party extensions for timestamps: Info-ZIP "universal timestamp" extra field and NTFS extra field. [pull #160](https://github.com/thejoshwolfe/yauzl/pull/160)
787789
* `entry.getLastModDate()` takes options `forceDosFormat` to revert the above change, and `timezone` to allow UTC interpretation of DOS timestamps.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yauzl",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "yet another unzip library for node",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)