Socket
Socket
Sign inDemoInstall

@loaders.gl/worker-utils

Package Overview
Dependencies
Maintainers
9
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 4.1.0 to 4.2.0-alpha.1

4

dist/lib/env-utils/version.js

@@ -6,7 +6,7 @@ export const NPM_TAG = 'latest';

globalThis._loadersgl_ = globalThis._loadersgl_ || {};
if (typeof "4.1.0" === 'undefined') {
if (typeof "4.2.0-alpha.1" === 'undefined') {
console.warn('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.1.0";
globalThis._loadersgl_.version = "4.2.0-alpha.1";
}

@@ -13,0 +13,0 @@ }

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

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

},
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb"
"gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c"
}

Sorry, the diff of this file is not supported yet

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