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.6 to 4.3.0-alpha.7

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.5" === 'undefined') {
if (typeof "4.3.0-alpha.6" === '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.5";
globalThis._loadersgl_.version = "4.3.0-alpha.6";
}

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

@@ -0,1 +1,3 @@

/// <reference types="node" />
import * as ChildProcess from 'child_process';
export type ChildProcessProxyProps = {

@@ -14,3 +16,3 @@ command: string;

/** Options passed on to Node'.js `spawn` */
spawn?: any;
spawn?: ChildProcess.SpawnOptions;
/** Should proceed if stderr stream recieved data */

@@ -17,0 +19,0 @@ ignoreStderr?: boolean;

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

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

},
"gitHead": "315f2e232fc4e6a477c41de800a54d3e3d957e8c"
"gitHead": "73fb27872d89f3804dca37ebd568c6ba9609a98f"
}

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

/** Options passed on to Node'.js `spawn` */
spawn?: any; // ChildProcess.SpawnOptionsWithoutStdio;
spawn?: ChildProcess.SpawnOptions;
/** Should proceed if stderr stream recieved data */

@@ -28,0 +28,0 @@ ignoreStderr?: boolean;

Sorry, the diff of this file is not supported yet

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