JSZip v3.7.0 Release Notes

Release Date: 2021-07-23 // almost 3 years ago
    • 🛠 Fix: Use a null prototype object for this.files (see #766)
      • This change might break existing code if it uses prototype methods on the .files property of a zip object, for example zip.files.toString(). This approach is taken to prevent files in the zip overriding object methods that would exist on a normal object.