Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ptloader/worker-utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ptloader/worker-utils - npm Package Compare versions

Comparing version 3.3.17 to 3.3.18

4

dist/es5/lib/env-utils/version.js

@@ -9,7 +9,7 @@ "use strict";

var DEFAULT_VERSION = 'beta';
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : DEFAULT_VERSION;
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : DEFAULT_VERSION;
exports.VERSION = VERSION;
if (typeof "3.3.17" === 'undefined') {
if (typeof "3.3.18" === '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

@@ -20,3 +20,3 @@ "use strict";

var LATEST = 'beta';
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : LATEST;
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : LATEST;
var loadLibraryPromises = {};

@@ -23,0 +23,0 @@

@@ -11,3 +11,3 @@ "use strict";

var NPM_TAG = 'beta';
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : NPM_TAG;
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : NPM_TAG;

@@ -14,0 +14,0 @@ function getWorkerName(worker) {

const DEFAULT_VERSION = 'beta';
export const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : DEFAULT_VERSION;
if (typeof "3.3.17" === 'undefined') {
export const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : DEFAULT_VERSION;
if (typeof "3.3.18" === '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

@@ -8,3 +8,3 @@

const LATEST = 'beta';
const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : LATEST;
const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : LATEST;
const loadLibraryPromises = {};

@@ -11,0 +11,0 @@

import { assert } from '../env-utils/assert';
import { VERSION as __VERSION__ } from '../env-utils/version';
const NPM_TAG = 'beta';
const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : NPM_TAG;
const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : NPM_TAG;

@@ -6,0 +6,0 @@ export function getWorkerName(worker) {

{
"name": "@ptloader/worker-utils",
"version": "3.3.17",
"version": "3.3.18",
"description": "Utilities for running tasks on worker threads",

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

},
"gitHead": "add14665543a88ec44499b5c87586aaf7f03c718"
"gitHead": "a3f8abb7dba616960ddb11bfd7ef6cb977ba0510"
}
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