@loaders.gl/zip
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Zip Archive Loader", | ||
@@ -41,9 +41,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.0.3", | ||
"@loaders.gl/crypto": "4.0.3", | ||
"@loaders.gl/loader-utils": "4.0.3", | ||
"@loaders.gl/compression": "4.0.4", | ||
"@loaders.gl/crypto": "4.0.4", | ||
"@loaders.gl/loader-utils": "4.0.4", | ||
"jszip": "^3.1.5", | ||
"md5": "^2.3.0" | ||
}, | ||
"gitHead": "03c871839b36c997249dabae1844df53a35d3760" | ||
"gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7" | ||
} |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {FileSystem, isBrowser} from '@loaders.gl/loader-utils'; | ||
@@ -2,0 +5,0 @@ import {FileProvider, isFileProvider} from '@loaders.gl/loader-utils'; |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {MD5Hash} from '@loaders.gl/crypto'; | ||
@@ -2,0 +5,0 @@ import {FileProvider} from '@loaders.gl/loader-utils'; |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
// This file is derived from the tar-js code base under MIT license | ||
@@ -2,0 +5,0 @@ // See https://github.com/beatgammit/tar-js/blob/master/LICENSE |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
// This file is derived from the tar-js code base under MIT license | ||
@@ -2,0 +5,0 @@ // See https://github.com/beatgammit/tar-js/blob/master/LICENSE |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
/** | ||
@@ -2,0 +5,0 @@ * Structure of data |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
// This file is derived from the tar-js code base under MIT license | ||
@@ -2,0 +5,0 @@ // See https://github.com/beatgammit/tar-js/blob/master/LICENSE |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {FileProvider, compareArrayBuffers} from '@loaders.gl/loader-utils'; | ||
@@ -2,0 +5,0 @@ import {parseEoCDRecord} from './end-of-central-directory'; |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {FileProvider, compareArrayBuffers} from '@loaders.gl/loader-utils'; | ||
@@ -2,0 +5,0 @@ import {ZipSignature, searchFromTheEnd} from './search-from-the-end'; |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {FileProvider, compareArrayBuffers} from '@loaders.gl/loader-utils'; | ||
@@ -2,0 +5,0 @@ import {ZipSignature} from './search-from-the-end'; |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import {FileProvider} from '@loaders.gl/loader-utils'; | ||
@@ -2,0 +5,0 @@ |
@@ -0,1 +1,4 @@ | ||
// loaders.gl, MIT license | ||
// Copyright (c) vis.gl contributors | ||
import Tar from './lib/tar/tar'; | ||
@@ -2,0 +5,0 @@ |
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
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
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
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
521829
10994
+ Added@loaders.gl/compression@4.0.4(transitive)
+ Added@loaders.gl/crypto@4.0.4(transitive)
+ Added@loaders.gl/loader-utils@4.0.4(transitive)
+ Added@loaders.gl/worker-utils@4.0.4(transitive)
- Removed@loaders.gl/compression@4.0.3(transitive)
- Removed@loaders.gl/crypto@4.0.3(transitive)
- Removed@loaders.gl/loader-utils@4.0.3(transitive)
- Removed@loaders.gl/worker-utils@4.0.3(transitive)
Updated@loaders.gl/crypto@4.0.4