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

@loaders.gl/loader-utils

Package Overview
Dependencies
Maintainers
8
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/loader-utils - npm Package Compare versions

Comparing version 4.3.0-beta.2 to 4.3.0-beta.3

2

dist/json-loader.js
// __VERSION__ is injected by babel-plugin-version-inline
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
/**

@@ -5,0 +5,0 @@ * A JSON Micro loader (minimal bundle size)

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

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
export const VERSION = typeof "4.3.0-beta.1" !== 'undefined' ? "4.3.0-beta.1" : 'latest';
export const VERSION = typeof "4.3.0-beta.2" !== 'undefined' ? "4.3.0-beta.2" : 'latest';
const version = VERSION[0] >= '0' && VERSION[0] <= '9' ? `v${VERSION}` : '';

@@ -11,0 +11,0 @@ // Make sure we set the global variable

{
"name": "@loaders.gl/loader-utils",
"version": "4.3.0-beta.2",
"version": "4.3.0-beta.3",
"description": "Framework-independent loaders for 3D graphics formats",

@@ -48,4 +48,4 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/schema": "4.3.0-beta.2",
"@loaders.gl/worker-utils": "4.3.0-beta.2",
"@loaders.gl/schema": "4.3.0-beta.3",
"@loaders.gl/worker-utils": "4.3.0-beta.3",
"@probe.gl/log": "^4.0.2",

@@ -57,3 +57,3 @@ "@probe.gl/stats": "^4.0.2"

},
"gitHead": "a61003f2bb56acbdaef07a03bc39d4c7830afdcc"
"gitHead": "a63e72f3f325450a883bb2f29d1a8179543ef68c"
}

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