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.0-beta.6 to 4.0.0-beta.7

2

dist/lib/env-utils/version.js

@@ -7,3 +7,3 @@ export const NPM_TAG = 'beta';

if (typeof __VERSION__ === 'undefined') {
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.');
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;

@@ -10,0 +10,0 @@ } else {

{
"name": "@loaders.gl/worker-utils",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Utilities for running tasks on worker threads",

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

},
"gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
"gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
}

@@ -17,3 +17,3 @@ // Version constant cannot be imported, it needs to correspond to the build version of **this** module.

// eslint-disable-next-line
console.error(
console.warn(
'loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'

@@ -20,0 +20,0 @@ );

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