Socket
Socket
Sign inDemoInstall

@loaders.gl/worker-utils

Package Overview
Dependencies
Maintainers
8
Versions
197
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.3.0-alpha.4 to 4.3.0-alpha.5

4

dist/lib/env-utils/version.js

@@ -14,3 +14,3 @@ // loaders.gl

// __VERSION__ is injected by babel-plugin-version-inline
if (typeof "4.3.0-alpha.3" === 'undefined') {
if (typeof "4.3.0-alpha.4" === 'undefined') {
// eslint-disable-next-line

@@ -21,3 +21,3 @@ console.warn('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.');

else {
globalThis._loadersgl_.version = "4.3.0-alpha.3";
globalThis._loadersgl_.version = "4.3.0-alpha.4";
}

@@ -24,0 +24,0 @@ }

{
"name": "@loaders.gl/worker-utils",
"version": "4.3.0-alpha.4",
"version": "4.3.0-alpha.5",
"description": "Utilities for running tasks on worker threads",

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

},
"gitHead": "4900ac4c4de20366c050b80cef04dc5b52d167af"
"gitHead": "b57553345b3cbf621c95ad9b22aa672217451f61"
}

Sorry, the diff of this file is not supported yet

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