Socket
Socket
Sign inDemoInstall

@loaders.gl/worker-utils

Package Overview
Dependencies
Maintainers
7
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.1.0-alpha.1 to 3.1.0-alpha.2

4

dist/lib/env-utils/version.js
const DEFAULT_VERSION = 'beta';
export const VERSION = typeof "3.1.0-alpha.1" !== 'undefined' ? "3.1.0-alpha.1" : DEFAULT_VERSION;
export const VERSION = typeof "3.1.0-alpha.2" !== 'undefined' ? "3.1.0-alpha.2" : DEFAULT_VERSION;
if (typeof "3.1.0-alpha.1" === 'undefined') {
if (typeof "3.1.0-alpha.2" === 'undefined') {
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.');
}
//# sourceMappingURL=version.js.map

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

const LATEST = 'beta';
const VERSION = typeof "3.1.0-alpha.1" !== 'undefined' ? "3.1.0-alpha.1" : LATEST;
const VERSION = typeof "3.1.0-alpha.2" !== 'undefined' ? "3.1.0-alpha.2" : LATEST;
const loadLibraryPromises = {};

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

import { assert } from '../env-utils/assert';
import { VERSION as __VERSION__ } from '../env-utils/version';
const NPM_TAG = 'beta';
const VERSION = typeof "3.1.0-alpha.1" !== 'undefined' ? "3.1.0-alpha.1" : NPM_TAG;
const VERSION = typeof "3.1.0-alpha.2" !== 'undefined' ? "3.1.0-alpha.2" : NPM_TAG;
export function getWorkerName(worker) {

@@ -6,0 +6,0 @@ const warning = worker.version !== VERSION ? ` (worker-utils@${VERSION})` : '';

{
"name": "@loaders.gl/worker-utils",
"version": "3.1.0-alpha.1",
"version": "3.1.0-alpha.2",
"description": "Utilities for running tasks on worker threads",

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

},
"gitHead": "725f6ceeb9d76dacff6305f01bc45873680f17d5"
"gitHead": "ca83b8f05a6874db93051d446266d9ea360affb2"
}
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