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.3 to 2.0.0-beta.4

2

dist/es5/zip-loader.js

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

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

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

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

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

import _regeneratorRuntime from "@babel/runtime/regenerator";
import JSZip from 'jszip';
var VERSION = typeof "2.0.0-beta.3" !== 'undefined' ? "2.0.0-beta.3" : 'latest';
var VERSION = typeof "2.0.0-beta.4" !== 'undefined' ? "2.0.0-beta.4" : 'latest';
export var ZipLoader = {

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

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

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

"dependencies": {
"@loaders.gl/core": "2.0.0-beta.3",
"@loaders.gl/core": "2.0.0-beta.4",
"jszip": "^3.1.5"
},
"gitHead": "94e3a75727664a5dfd8c4f151d613c6a12679922"
"gitHead": "d650d84afabb0c87ef084df6bd0f17f3b179d239"
}

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