Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jszip

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jszip - npm Package Versions

123

2.2.0

Diff

Changelog

Source

v2.2.0, 2014-02-25

  • make the new operator optional before the JSZip constructor (see #93).
  • update zlibjs to v0.2.0.
cwmma
published 2.1.1 •

Changelog

Source

v2.1.1, 2014-02-13

  • use the npm package for zlib.js instead of the github url.
cwmma
published 2.1.0 •

Changelog

Source

v2.1.0, 2014-02-06

  • split the files and use Browserify to generate the final file (see #74)

  • packaging change : instead of 4 files (jszip.js, jszip-load.js, jszip-inflate.js, jszip-deflate.js) we now have 2 files : dist/jszip.js and dist/jszip.min.js

  • add component/bower support

  • rename variable: 'byte' is a reserved word (see #76)

  • add support for the unicode path extra field (see #82)

  • ensure that the generated files have a header with the licenses (see #80)

  • JSZipBase64 has been renamed to JSZip.base64.

  • The data attribute on the object returned by zip.file(name) has been removed. Use asText(), asBinary(), asUint8Array(), asArrayBuffer() or asNodeBuffer().

  • Fix issue with Android browser

  • The compression/decompression methods now give their input type with the compressInputType and uncompressInputType attributes.

  • Lazily decompress data when needed and improve performance in general

  • Add support for Buffer in Node.js.

  • Package for CommonJS/npm.

cwmma
published 2.0.0 •

cwmma
published 0.2.1 •

cwmma
published 0.2.0 •

cwmma
published 0.1.1 •

cwmma
published 0.1.0 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc