Gathering detailed insights and metrics for jszip-utils
Gathering detailed insights and metrics for jszip-utils
Gathering detailed insights and metrics for jszip-utils
Gathering detailed insights and metrics for jszip-utils
npm install jszip-utils
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
230 Stars
55 Commits
193 Forks
15 Watching
7 Branches
6 Contributors
Updated on 04 Nov 2024
Minified
Minified + Gzipped
JavaScript (90.98%)
HTML (9.02%)
Cumulative downloads
Total Downloads
Last day
-9.6%
6,816
Compared to previous day
Last week
-0.3%
38,764
Compared to previous week
Last month
2.4%
170,472
Compared to previous month
Last year
14.7%
2,014,893
Compared to previous year
A collection of cross-browser utilities to go along with JSZip, see http://stuk.github.io/jszip-utils for all the documentation.
It has two parts, one for every browsers and one for IE < 10. To use it :
1<script type="text/javascript" src="dist/jszip-utils.js"></script> 2<!-- 3Mandatory in IE 6, 7, 8 and 9. 4--> 5<!--[if IE]> 6<script type="text/javascript" src="dist/jszip-utils-ie.js"></script> 7<![endif]-->
Run npm test
to lint, build, and launch a server at http://localhost:8080/test/ . Open the page in a browser to verify that the tests are passing.
If you have a Saucelabs account set the SAUCE_USERNAME
and SAUCE_ACCESS_KEY
environment variables to test remotely.
JSZipUtils is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/22 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
42 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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