Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/zip

Package Overview
Dependencies
Maintainers
9
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/zip - npm Package Compare versions

Comparing version 1.1.0-beta.1 to 1.1.0

LICENSE

6

dist/es6/zip-writer.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc