@node-projects/jszip
Advanced tools
+1
-1
@@ -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> |
+1
-1
@@ -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) { |
+2
-2
@@ -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 @@ }); |
+1
-1
| { | ||
| "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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
195656
-0.01%