@loaders.gl/zip
Advanced tools
Comparing version 1.1.0-beta.1 to 1.1.0
@@ -21,5 +21,5 @@ import JSZip from 'jszip'; | ||
}); | ||
const _options = options, | ||
_options$onUpdate = _options.onUpdate, | ||
onUpdate = _options$onUpdate === void 0 ? () => {} : _options$onUpdate; | ||
const { | ||
onUpdate = () => {} | ||
} = options; | ||
return jsZip.generateAsync(options, onUpdate).catch(error => { | ||
@@ -26,0 +26,0 @@ options.log.error("Unable to write zip archive: ".concat(error)); |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "1.1.0-beta.1", | ||
"version": "1.1.0", | ||
"description": "Zip Archive Loader", | ||
@@ -33,5 +33,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "1.1.0-beta.1", | ||
"@loaders.gl/core": "1.1.0", | ||
"jszip": "^3.1.5" | ||
} | ||
}, | ||
"gitHead": "3e703baf6d39bbefce19a509709f5dc80a1cc428" | ||
} |
# @loaders.gl/zip | ||
[loaders.gl](https://uber-web.github.io/loaders.gl/#/docs) is a collection of framework independent 3D and geospatial parsers and encoders. | ||
[loaders.gl](https://loaders.gl/docs) is a collection of framework independent 3D and geospatial parsers and encoders. | ||
@@ -5,0 +5,0 @@ This module contains loaders and writers for the Zip Archive format. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
784250
33
1
1
+ Added@loaders.gl/core@1.1.0(transitive)
- Removed@loaders.gl/core@1.1.0-beta.1(transitive)
Updated@loaders.gl/core@1.1.0