Gathering detailed insights and metrics for jszip
Gathering detailed insights and metrics for jszip
Gathering detailed insights and metrics for jszip
Gathering detailed insights and metrics for jszip
jszip-utils
A collection of cross-browser utilities to go along with JSZip.
@types/jszip
Type definitions for JSZip from https://www.github.com/DefinitelyTyped/DefinitelyTyped
fflate
High performance (de)compression in an 8kB package
@progress/jszip-esm
JSZip fork with bundler-friendly packaging
npm install jszip
Typescript
Module System
Node Version
NPM Version
JavaScript (97.35%)
HTML (2.65%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
10,087 Stars
738 Commits
1,316 Forks
130 Watchers
7 Branches
54 Contributors
Updated on Jul 15, 2025
Latest Version
3.10.1
Package Id
jszip@3.10.1
Unpacked Size
744.14 kB
Size
190.51 kB
File Count
54
NPM Version
6.14.17
Node Version
14.19.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.
See https://stuk.github.io/jszip for all the documentation.
1const zip = new JSZip(); 2 3zip.file("Hello.txt", "Hello World\n"); 4 5const img = zip.folder("images"); 6img.file("smile.gif", imgData, {base64: true}); 7 8zip.generateAsync({type:"blob"}).then(function(content) { 9 // see FileSaver.js 10 saveAs(content, "example.zip"); 11}); 12 13/* 14Results in a zip containing 15Hello.txt 16images/ 17 smile.gif 18*/
JSZip is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.
7.3/10
Summary
JSZip contains Path Traversal via loadAsync
Affected Versions
< 3.8.0
Patched Versions
3.8.0
5.3/10
Summary
jszip Vulnerable to Prototype Pollution
Affected Versions
< 2.7.0
Patched Versions
2.7.0
5.3/10
Summary
jszip Vulnerable to Prototype Pollution
Affected Versions
>= 3.0.0, < 3.7.0
Patched Versions
3.7.0
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
Found 5/17 approved changesets -- score normalized to 2
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More