🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More →
Socket
Book a DemoSign in
Socket

@node-projects/jszip

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-projects/jszip - npm Package Compare versions

Comparing version
4.1.0
to
4.1.1
+1
-1
index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for JSZip 4.1.0
// Type definitions for JSZip 4.1.1
// Project: http://stuk.github.com/jszip/, https://github.com/stuk/jszip

@@ -3,0 +3,0 @@ // Definitions by: mzeiher <https://github.com/mzeiher>, forabi <https://github.com/forabi>

@@ -54,3 +54,3 @@ import object from './object.js'

// a require('package.json').version doesn't work with webpack, see #327
static version = "4.1.0";
static version = "4.1.1";

@@ -57,0 +57,0 @@ loadAsync(content, options) {

@@ -235,3 +235,3 @@ import utils from "./utils.js";

this.push({
data: exports.utf8decode(usableData),
data: utf8decode(usableData),
meta: chunk.meta

@@ -247,3 +247,3 @@ });

this.push({
data: exports.utf8decode(this.leftOver),
data: utf8decode(this.leftOver),
meta: {}

@@ -250,0 +250,0 @@ });

{
"name": "@node-projects/jszip",
"version": "4.1.0",
"version": "4.1.1",
"author": "Stuart Knightley <stuart@stuartk.com>",

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