Socket
Socket
Sign inDemoInstall

jszip

Package Overview
Dependencies
12
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

index.d.ts

8

CHANGES.md

@@ -7,2 +7,10 @@ ---

### v3.4.0 2020 2020-04-19
- Add Typescript type definitions (see [#601](https://github.com/Stuk/jszip/pull/601)).
### v3.3.0 2020 2020-04-1
- Change browser module resolution to support Angular packager (see [#614](https://github.com/Stuk/jszip/pull/614)).
### v3.2.2 2019-07-04

@@ -9,0 +17,0 @@ - No public changes, but a number of testing dependencies have been updated.

2

lib/index.js

@@ -45,3 +45,3 @@ 'use strict';

// a require('package.json').version doesn't work with webpack, see #327
JSZip.version = "3.2.0";
JSZip.version = "3.4.0";

@@ -48,0 +48,0 @@ JSZip.loadAsync = function (content, options) {

{
"name": "jszip",
"version": "3.3.0",
"version": "3.4.0",
"author": "Stuart Knightley <stuart@stuartk.com>",

@@ -31,2 +31,3 @@ "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",

},
"types": "./index.d.ts",
"repository": {

@@ -33,0 +34,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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