# JSZip 3.5.0 - Product: JSZip (https://whatsnew.fyi/product/jszip) - Vendor: Stuart Knightley - Date: 2020-06-14 - Version: 3.5.0 - Original notes: https://www.npmjs.com/package/jszip/v/3.5.0 - Permalink: https://whatsnew.fyi/product/jszip/releases/3.5.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix 'End of data reached' error when file extra field is invalid - **changed** — Add null to return types of functions in TypeScript definitions that may return null - **fixed** — Correct nodeStream's type in TypeScript definitions - **added** — Add string output type to TypeScript definitions - Fix 'End of data reached' error when file extra field is invalid (see [#544](https://github.com/Stuk/jszip/pull/544)). - Typescript definitions: Add null to return types of functions that may return null (see [#669](https://github.com/Stuk/jszip/pull/669)). - Typescript definitions: Correct nodeStream's type (see [#682](https://github.com/Stuk/jszip/pull/682)) - Typescript definitions: Add string output type (see [#666](https://github.com/Stuk/jszip/pull/666))