Socket
Socket
Sign inDemoInstall

jszip-utils

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jszip-utils

A collection of cross-browser utilities to go along with JSZip.


Version published
Weekly downloads
38K
decreased by-8.51%
Maintainers
2
Install size
78.7 kB
Created
Weekly downloads
 

Readme

Source

JSZipUtils

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 :

<script type="text/javascript" src="dist/jszip-utils.js"></script>
<!--
Mandatory in IE 6, 7, 8 and 9.
-->
<!--[if IE]>
<script type="text/javascript" src="dist/jszip-utils-ie.js"></script>
<![endif]-->

Development

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_KEYenvironment variables to test remotely.

License

JSZipUtils is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.

Keywords

FAQs

Last updated on 02 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc