Socket
Socket
Sign inDemoInstall

@loaders.gl/core

Package Overview
Dependencies
Maintainers
9
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/core - npm Package Compare versions

Comparing version 4.2.0-alpha.1 to 4.2.0-alpha.2

2

dist/lib/init.js
import { log } from "./utils/log.js";
const version = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : '';
const version = typeof "4.2.0-alpha.2" !== 'undefined' ? "4.2.0-alpha.2" : '';
if (!globalThis.loaders) {

@@ -4,0 +4,0 @@ log.log(1, `loaders.gl ${version}`)();

@@ -1,2 +0,2 @@

const VERSION = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : 'latest';
const VERSION = typeof "4.2.0-alpha.2" !== 'undefined' ? "4.2.0-alpha.2" : 'latest';
export const NullWorkerLoader = {

@@ -3,0 +3,0 @@ name: 'Null loader',

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

// src/null-loader.ts
var VERSION = true ? "4.2.0-alpha.1" : "latest";
var VERSION = true ? "4.2.0-alpha.2" : "latest";
var NullLoader = {

@@ -239,0 +239,0 @@ name: "Null loader",

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

// src/null-loader.ts
var VERSION = true ? "4.2.0-alpha.1" : "latest";
var VERSION = true ? "4.2.0-alpha.2" : "latest";
var NullLoader = {

@@ -204,0 +204,0 @@ name: "Null loader",

{
"name": "@loaders.gl/core",
"version": "4.2.0-alpha.1",
"version": "4.2.0-alpha.2",
"description": "The core API for working with loaders.gl loaders and writers",

@@ -58,7 +58,7 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.2.0-alpha.1",
"@loaders.gl/worker-utils": "4.2.0-alpha.1",
"@loaders.gl/loader-utils": "4.2.0-alpha.2",
"@loaders.gl/worker-utils": "4.2.0-alpha.2",
"@probe.gl/log": "^4.0.2"
},
"gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c"
"gitHead": "d66a6a4626ea84c5f2cad5fa5cf7ebb6943c57c8"
}

Sorry, the diff of this file is too big to display

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