@loaders.gl/worker-utils
Advanced tools
Comparing version 4.0.0-alpha.25 to 4.0.0-alpha.26
@@ -13,7 +13,7 @@ "use strict"; | ||
globalThis._loadersgl_ = globalThis._loadersgl_ || {}; | ||
if (typeof "4.0.0-alpha.25" === 'undefined') { | ||
if (typeof "4.0.0-alpha.26" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
globalThis._loadersgl_.version = NPM_TAG; | ||
} else { | ||
globalThis._loadersgl_.version = "4.0.0-alpha.25"; | ||
globalThis._loadersgl_.version = "4.0.0-alpha.26"; | ||
} | ||
@@ -20,0 +20,0 @@ } |
@@ -6,7 +6,7 @@ export const NPM_TAG = 'beta'; | ||
globalThis._loadersgl_ = globalThis._loadersgl_ || {}; | ||
if (typeof "4.0.0-alpha.25" === 'undefined') { | ||
if (typeof "4.0.0-alpha.26" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
globalThis._loadersgl_.version = NPM_TAG; | ||
} else { | ||
globalThis._loadersgl_.version = "4.0.0-alpha.25"; | ||
globalThis._loadersgl_.version = "4.0.0-alpha.26"; | ||
} | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@loaders.gl/worker-utils", | ||
"version": "4.0.0-alpha.25", | ||
"version": "4.0.0-alpha.26", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be" | ||
"gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9" | ||
} |
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
18