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.1.0-alpha.9 to 4.1.0-alpha.10

2

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

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

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

const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest';
const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : '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.1.0-alpha.9" : "latest";
var VERSION = true ? "4.1.0-alpha.10" : "latest";
var NullLoader = {

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

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

// src/null-loader.ts
var VERSION = true ? "4.1.0-alpha.9" : "latest";
var VERSION = true ? "4.1.0-alpha.10" : "latest";
var NullLoader = {

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

{
"name": "@loaders.gl/core",
"version": "4.1.0-alpha.9",
"version": "4.1.0-alpha.10",
"description": "The core API for working with loaders.gl loaders and writers",

@@ -32,5 +32,5 @@ "license": "MIT",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}

@@ -59,7 +59,7 @@ },

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.1.0-alpha.9",
"@loaders.gl/worker-utils": "4.1.0-alpha.9",
"@loaders.gl/loader-utils": "4.1.0-alpha.10",
"@loaders.gl/worker-utils": "4.1.0-alpha.10",
"@probe.gl/log": "^4.0.2"
},
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82"
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d"
}

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

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