Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jszip

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jszip - npm Package Versions

124

3.1.1

Diff

Changelog

Source

v3.1.1 2016-08-08

  • Use a hard-coded JSZip.version, fix an issue with webpack (see #328).
dduponchel
published 3.1.0 •

Changelog

Source

v3.1.0 2016-08-03

  • utils.delay: use macro tasks instead of micro tasks (see #288).
  • Harden base64 decode (see #316).
  • Add JSZip.version and the version in the header (see #317).
  • Support Promise(Blob) (see #318).
  • Change JSZip.external.Promise implementation (see #321).
  • Update pako to v1.0.2 to fix a DEFLATE bug (see #322).
dduponchel
published 2.6.1 •

Changelog

Source

v2.6.1 2016-07-28

  • update pako to v1.0.2 to fix a DEFLATE bug (see #322).
dduponchel
published 3.0.0 •

Changelog

Source

v3.0.0 2016-04-13

This release changes a lot of methods, please see the upgrade guide.

  • replace sync getters and generate() with async methods (see #195).
  • support nodejs streams (in file() and generateAsync()).
  • support Blob and Promise in file() and loadAsync() (see #275).
  • add support.nodestream.
  • zip.filter: remove the defensive copy.
  • remove the deprecated API (see #253).
  • type is now mandatory in generateAsync().
  • change the createFolders default value (now true).
  • Dates: use UTC instead of the local timezone.
  • Add base64 and array as possible output type.
  • Add a forEach method.
  • Drop node 0.8 support (see #270).
dduponchel
published 2.6.0 •

Changelog

Source

v2.6.0 2016-03-23

  • publish dist/ files in the npm package (see #225).
  • update pako to v1.0.0 (see #261).
  • add support of Array in JSZip#load (see #252).
  • improve file name / comment encoding support (see #211).
  • handle prepended data (see #266).
  • improve platform coverage in tests (see #233 and #269).
stuk
published 2.5.0 •

Changelog

Source

v2.5.0 2015-03-10

  • add support for custom mime-types (see #199).
  • add an option to set the DEFLATE level (see #201).
  • improve the error message with corrupted zip (see #202).
  • add support for UNIX / DOS permissions (see #200 and #205).
stuk
published 2.4.0 •

Changelog

Source

v2.4.0 2014-07-24

  • update pako to 0.2.5 (see #156).
  • make JSZip work in a Firefox addon context (see #151).
  • add an option (createFolders) to control the subfolder generation (see #154).
  • allow Buffer polyfill in the browser (see #139).
stuk
published 2.3.0 •

Changelog

Source

v2.3.0 2014-06-18

  • don't generate subfolders (see #130).
  • add comment support (see #134).
  • on ZipObject#options, the attributes date and dir have been deprecated and are now on ZipObject (see the upgrade guide).
  • on ZipObject#options, the attributes base64 and binary have been deprecated (see the upgrade guide).
  • deprecate internal functions exposed in the public API (see #123).
  • improve UTF-8 support (see #142).
stuk
published 2.2.2 •

Changelog

Source

v2.2.2, 2014-05-01

  • update pako to v0.2.1, fix an error when decompressing some files (see #126).
cwmma
published 2.2.1 •

Changelog

Source

v2.2.1, 2014-04-23

  • fix unreadable generated file on Windows 8 (see #112).
  • replace zlibjs with pako.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc