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

@loaders.gl/loader-utils

Package Overview
Dependencies
Maintainers
10
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/loader-utils - npm Package Compare versions

Comparing version 2.1.0-alpha.6 to 2.1.0-alpha.7

2

dist/es5/lib/library-utils/library-utils.js

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

var LATEST = 'beta';
var VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : LATEST;
var VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : LATEST;
var loadLibraryPromises = {};

@@ -25,0 +25,0 @@

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

var VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : '';
var VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : '';

@@ -15,0 +15,0 @@ function validateLoaderVersion(loader) {

@@ -5,3 +5,3 @@ import { global, isBrowser, isWorker } from '../env-utils/globals';

const LATEST = 'beta';
const VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : LATEST;
const VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : LATEST;
const loadLibraryPromises = {};

@@ -8,0 +8,0 @@ export async function loadLibrary(libraryUrl, moduleName = null, options = {}) {

import assert from './env-utils/assert';
const VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : '';
const VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : '';
export function validateLoaderVersion(loader, coreVersion = VERSION) {

@@ -4,0 +4,0 @@ assert(loader, 'no loader provided');

@@ -7,3 +7,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

var LATEST = 'beta';
var VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : LATEST;
var VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : LATEST;
var loadLibraryPromises = {};

@@ -10,0 +10,0 @@ export function loadLibrary(_x) {

import assert from './env-utils/assert';
var VERSION = typeof "2.1.0-alpha.6" !== 'undefined' ? "2.1.0-alpha.6" : '';
var VERSION = typeof "2.1.0-alpha.7" !== 'undefined' ? "2.1.0-alpha.7" : '';
export function validateLoaderVersion(loader) {

@@ -4,0 +4,0 @@ var coreVersion = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : VERSION;

{
"name": "@loaders.gl/loader-utils",
"version": "2.1.0-alpha.6",
"version": "2.1.0-alpha.7",
"description": "Framework-independent loaders for 3D graphics formats",

@@ -42,3 +42,3 @@ "license": "MIT",

},
"gitHead": "65aeda6eadde659c30e86c154cf9e1d603c86783"
"gitHead": "95ad6960eb3044a59af49986c7eaa3e0b0c4df4d"
}
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