JSZip VS decompress

Compare JSZip vs decompress and see what are their differences.

JSZip

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

decompress

Extracting archives made easy (by kevva)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
JSZip decompress
16 0
9,429 406
- -
0.0 0.0
4 months ago about 1 year 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).
  • 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.
  • Piano Rocker dev diary 1: What is up
    2 projects | dev.to | 24 Nov 2021
    *.mxl files arent XML files, they are ZIP files with XMLs in them. jszip to the resque, this wasn't too hard
  • [Image Occlusion in Browser v3] Create ready to import image occlusion decks in browser for iOS v12 or later and desktop
    5 projects | /r/Anki | 31 Jul 2021
    Anki decks created using genanki-js, sql.js, FileSaver.js, JSZip and svg.js JavaScript library. It creates ready to import decks for Anki and AnkiMobile.

decompress

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

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

What are some alternatives?

When comparing JSZip and decompress 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.

fast-zlib - Shared context synchronous compression

yazl - yet another zip library for node

FileSaver.js - An HTML5 saveAs() FileSaver implementation

decompress-zip - Module that decompresses zip files