@loaders.gl/zip
Advanced tools
Comparing version 4.0.0-alpha.24 to 4.0.0-alpha.25
@@ -11,3 +11,3 @@ "use strict"; | ||
var _jszip = _interopRequireDefault(require("jszip")); | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
var ZipLoader = { | ||
@@ -14,0 +14,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
export const ZipLoader = { | ||
@@ -4,0 +4,0 @@ id: 'zip', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "4.0.0-alpha.24", | ||
"version": "4.0.0-alpha.25", | ||
"description": "Zip Archive Loader", | ||
@@ -33,7 +33,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.0.0-alpha.24", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.24", | ||
"@loaders.gl/compression": "4.0.0-alpha.25", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.25", | ||
"jszip": "^3.1.5" | ||
}, | ||
"gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05" | ||
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be" | ||
} |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
636065
11551
3
+ Added@loaders.gl/compression@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.25(transitive)
- Removed@loaders.gl/compression@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.24(transitive)