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

@loaders.gl/worker-utils

Package Overview
Dependencies
Maintainers
8
Versions
205
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 3.0.0-alpha.13 to 3.0.0-alpha.14

2

dist/es5/index.js

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

var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : 'latest';
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : 'latest';
var NullWorker = {

@@ -119,0 +119,0 @@ id: 'null',

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

var LATEST = 'beta';
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : LATEST;
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : LATEST;
var loadLibraryPromises = {};

@@ -27,0 +27,0 @@

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

var NPM_TAG = 'beta';
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : NPM_TAG;
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : NPM_TAG;

@@ -21,0 +21,0 @@ function getWorkerObjectURL(worker, options) {

@@ -12,3 +12,3 @@ export { assert } from './lib/env-utils/assert';

export { default as AsyncQueue } from './lib/async-queue/async-queue';
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : 'latest';
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : 'latest';
export var NullWorker = {

@@ -15,0 +15,0 @@ id: 'null',

@@ -7,3 +7,3 @@ import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";

var LATEST = 'beta';
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : LATEST;
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : LATEST;
var loadLibraryPromises = {};

@@ -10,0 +10,0 @@ export function loadLibrary(_x) {

import _typeof from "@babel/runtime/helpers/esm/typeof";
import { assert } from '../env-utils/assert';
var NPM_TAG = 'beta';
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : NPM_TAG;
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : NPM_TAG;
export function getWorkerObjectURL(worker, options) {

@@ -6,0 +6,0 @@ var topOptions = options || {};

{
"name": "@loaders.gl/worker-utils",
"version": "3.0.0-alpha.13",
"version": "3.0.0-alpha.14",
"description": "Utilities for running tasks on worker threads",

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

"pre-build": "npm run build-workers",
"pre-build-disabled": "npm run build-bundle && npm run build-workers && npm run build-bundle -- --env.dev",
"pre-build-disabled": "npm run build-bundle && npm run build-workers",
"build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js",

@@ -45,3 +45,3 @@ "build-workers": "webpack --entry ./src/workers/null-worker.js --output ./dist/null-worker.js --env.dev --config ../../scripts/webpack/worker.js"

},
"gitHead": "2d13b42b8ccc1e04e839aa90b56297cb0de73bfa"
"gitHead": "fe9717732559902e25911b6e575d14f731b1ce7d"
}
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