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.0.5 to 4.0.6

4

dist/lib/env-utils/version.js

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

globalThis._loadersgl_ = globalThis._loadersgl_ || {};
if (typeof __VERSION__ === 'undefined') {
if (typeof "4.0.6" === '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 = __VERSION__;
globalThis._loadersgl_.version = "4.0.6";
}

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

{
"name": "@loaders.gl/worker-utils",
"version": "4.0.5",
"version": "4.0.6",
"description": "Utilities for running tasks on worker threads",

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

},
"gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
"gitHead": "1582e06e4ac81b61091148f3d872f67478fe7511"
}

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