Releases: sindresorhus/file-type
Releases Β· sindresorhus/file-type
v21.3.4
v21.3.3
v21.3.2
- Fix ZIP bomb in known-size ZIP probing (GHSA-j47w-4g3g-c36v) a155cd7
- Fix bound recursive BOM and ID3 detection 370ed91
v21.3.1
v21.3.0
v21.2.0
v21.1.1
v21.1.0
v21.0.0
Breaking
- Require Node.js 20 24aec1f
- Drop Adobe Illustrator (.ai) detection support (#743) af169f3
- Correct Matroska (video) MIME-type to formal IANA registration (#753) f53f5ff
- Correct FLAC MIME-type to formal IANA registration (#755) b9fda36
- Correct Apache Parquet MIME-type to formal IANA registration (#748) 98e3f8e
- Correct Apache Arrow MIME-type to formal IANA registration (#754) 7184775
Improvements
- Allow options to be directly passed to exported functions (#752) d264029
- Add
mpegOffsetToleranceoption (#646) c40840a