@loaders.gl/loader-utils
Advanced tools
Comparing version 2.2.0-beta.1 to 2.2.0
@@ -22,3 +22,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "2.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : LATEST; | ||
var VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -25,0 +25,0 @@ |
@@ -12,3 +12,3 @@ "use strict"; | ||
var VERSION = typeof "2.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : ''; | ||
var VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : ''; | ||
@@ -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.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : LATEST; | ||
const VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : 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.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : ''; | ||
const VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : ''; | ||
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.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : LATEST; | ||
var VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -10,0 +10,0 @@ export function loadLibrary(_x) { |
import assert from './env-utils/assert'; | ||
var VERSION = typeof "2.2.0-beta.1" !== 'undefined' ? "2.2.0-beta.1" : ''; | ||
var VERSION = typeof "2.2.0" !== 'undefined' ? "2.2.0" : ''; | ||
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.2.0-beta.1", | ||
"version": "2.2.0", | ||
"description": "Framework-independent loaders for 3D graphics formats", | ||
@@ -44,3 +44,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a7d54a19c9825399723df9138dd1ce3cf6d412b9" | ||
"gitHead": "256e1b7fa59aca36a11d64ec8b9651cb718b7477" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1
12
378828