@loaders.gl/zip
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -14,3 +14,3 @@ "use strict"; | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -17,0 +17,0 @@ parse: parseZipAsync |
@@ -14,3 +14,3 @@ "use strict"; | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -17,0 +17,0 @@ mimeType: 'application/zip', |
import JSZip from 'jszip'; | ||
export const ZipLoader = { | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -6,0 +6,0 @@ parse: parseZipAsync |
import JSZip from 'jszip'; | ||
export const ZipWriter = { | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -6,0 +6,0 @@ mimeType: 'application/zip', |
import JSZip from 'jszip'; | ||
export var ZipLoader = { | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -6,0 +6,0 @@ parse: parseZipAsync |
import JSZip from 'jszip'; | ||
export var ZipWriter = { | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -6,0 +6,0 @@ mimeType: 'application/zip', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Zip Archive Loader", | ||
@@ -32,5 +32,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "1.0.0-alpha.3", | ||
"@loaders.gl/core": "1.0.0-alpha.4", | ||
"jszip": "^3.1.5" | ||
} | ||
} |
@@ -5,3 +5,3 @@ import JSZip from 'jszip'; | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -8,0 +8,0 @@ parse: parseZipAsync |
@@ -5,3 +5,3 @@ import JSZip from 'jszip'; | ||
name: 'Zip Archive', | ||
extension: 'zip', | ||
extensions: ['zip'], | ||
category: 'archive', | ||
@@ -8,0 +8,0 @@ mimeType: 'application/zip', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26904
0
+ Added@loaders.gl/core@1.0.0-alpha.4(transitive)
- Removed@loaders.gl/core@1.0.0-alpha.3(transitive)