New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/zip

Package Overview
Dependencies
Maintainers
10
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 2.0.0-beta.1 to 2.0.0-beta.2

2

dist/es5/zip-loader.js

@@ -16,3 +16,3 @@ "use strict";

var VERSION = typeof "2.0.0-beta.1" !== 'undefined' ? "2.0.0-beta.1" : 'latest';
var VERSION = typeof "2.0.0-beta.2" !== 'undefined' ? "2.0.0-beta.2" : 'latest';
var ZipLoader = {

@@ -19,0 +19,0 @@ id: 'zip',

import JSZip from 'jszip';
const VERSION = typeof "2.0.0-beta.1" !== 'undefined' ? "2.0.0-beta.1" : 'latest';
const VERSION = typeof "2.0.0-beta.2" !== 'undefined' ? "2.0.0-beta.2" : 'latest';
export const ZipLoader = {

@@ -4,0 +4,0 @@ id: 'zip',

import _regeneratorRuntime from "@babel/runtime/regenerator";
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
import JSZip from 'jszip';
var VERSION = typeof "2.0.0-beta.1" !== 'undefined' ? "2.0.0-beta.1" : 'latest';
var VERSION = typeof "2.0.0-beta.2" !== 'undefined' ? "2.0.0-beta.2" : 'latest';
export var ZipLoader = {

@@ -6,0 +6,0 @@ id: 'zip',

{
"name": "@loaders.gl/zip",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Zip Archive Loader",

@@ -33,6 +33,6 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/core": "2.0.0-beta.1",
"@loaders.gl/core": "2.0.0-beta.2",
"jszip": "^3.1.5"
},
"gitHead": "3ea0c59590158d4b77c6c40f57d7cc818dc40081"
"gitHead": "d6dcb340fb885a48d968029d53d521fa7aeb036e"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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