JSZip VS decompress-zip

Compare JSZip vs decompress-zip and see what are their differences.

JSZip

Create, read and edit .zip files with Javascript (by Stuk)

decompress-zip

Module that decompresses zip files (by bower)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
JSZip decompress-zip
16 -
9,463 102
- 0.0%
0.0 0.0
4 months ago almost 2 years ago
JavaScript JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

JSZip

Posts with mentions or reviews of JSZip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-02.
  • Audio slicing with Javascript
    2 projects | /r/webdev | 2 Jul 2023
    You can use a lib named JSZip : https://stuk.github.io/jszip/ You can add binary data (your audio slice) inside a zip like that
  • A Website to Archive Moodle Course Files - My first React Project
    2 projects | /r/reactjs | 27 Feb 2023
    The ZIP file functionality was implemented using jszip - I'd originally wanted to download the files directly to a folder on the user's filesystem (coming from a scripting background) but turns out unrestricted filesystem access like that isn't something that browsers can do (at least from my limited research).
  • Need help troubleshooting MaxListenersExceededWarning
    1 project | /r/node | 23 Dec 2022
    So to summarize, you need to use a NPM module that handles writing ZIP files, like jszip, but you also should learn about how the Node.js event loop works, and how asynchronous I/O routines run in the background, while your program continues its own execution without waiting.
  • I created an EPUB reader with React
    2 projects | /r/reactjs | 7 Dec 2022
    I use JSZip (https://stuk.github.io/jszip/) to parse EPUB files
  • Banano NFL Betting Pools
    2 projects | /r/banano | 18 Sep 2022
    Your site went down for maintenance in the middle of my exploring, but here's some feedback so far. 1) The exports (CSV, PDF, etc) should probably include my username and Banano address. Right now there doesn't appear to be any indication of who a downloaded report is tied to. 2) Why do you let me download the database, including column names? If I was an attacker, I could use this to understand your DB layout and possibly do a SQL injection attack. I'd recommend masking the names somehow. 3) I did a quick review of the Github: a) jQuery 3.6.0 has a more recent version, 3.6.1 - https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/ b) In /history, you use JSZip 3.1.3, which has a known denial-of-service vulnerability that could take your site offline. This should be upgraded to 3.10.1 - https://stuk.github.io/jszip/
  • Screenshot with WEB Canvas, Blob, ZIP
    2 projects | dev.to | 16 Jun 2022
  • By Crayons and For Crayons
    12 projects | dev.to | 13 May 2022
    It uses other utility libraries like Lodash, JSZip and SortableJS. JSZip is used to package the user interface markup into HTML files and other required JavaScript files for a Marketplace App boilerplate in a compressed format and download them from the browser.
  • Drive a Tesla Cybertruck or literally any car on your browser with Threejs
    12 projects | dev.to | 22 Feb 2022
    JSZip - JSZip is a javascript library for creating, reading and editing .zip files, with a lovely and simple API.
  • Browsers can do that?
    10 projects | dev.to | 9 Feb 2022
    Another operation that is sometimes desired is to take several files and give the user a compressed file. There are actually a surprisingly large amount (jszip, pako) of client side options here, but my favorite so far when it comes to speed, size and working with .zip has been fflate. But if you'd like to work with other formats, there are also libraries to decompress 7-Zip, RAR & TAR.
  • Allow end users to download multiple images using S3 + LAMBDA
    1 project | /r/aws | 4 Feb 2022
    See this: https://stuk.github.io/jszip/

decompress-zip

Posts with mentions or reviews of decompress-zip. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning decompress-zip yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing JSZip and decompress-zip you can also consider the following projects:

Archiver - a streaming interface for archive generation

pako - high speed zlib port to javascript, works in browser & node.js

fflate - High performance (de)compression in an 8kB package

yauzl - yet another unzip library for node

tar-stream - tar-stream is a streaming tar parser and generator.

yazl - yet another zip library for node

fast-zlib - Shared context synchronous compression