Socket
Socket
Sign inDemoInstall

@loaders.gl/gltf

Package Overview
Dependencies
19
Maintainers
9
Versions
324
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

dist/lib/utils/version.js
// Version constant cannot be imported, it needs to correspond to the build version of **this** module.
// __VERSION__ is injected by babel-plugin-version-inline
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
export const VERSION = typeof "4.2.0-alpha.6" !== 'undefined' ? "4.2.0-alpha.6" : 'latest';
export const VERSION = typeof "4.2.0-beta.1" !== 'undefined' ? "4.2.0-beta.1" : 'latest';
{
"name": "@loaders.gl/gltf",
"version": "4.2.0-beta.1",
"version": "4.2.0-beta.2",
"description": "Framework-independent loader for the glTF format",

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

"dependencies": {
"@loaders.gl/draco": "4.2.0-beta.1",
"@loaders.gl/images": "4.2.0-beta.1",
"@loaders.gl/loader-utils": "4.2.0-beta.1",
"@loaders.gl/schema": "4.2.0-beta.1",
"@loaders.gl/textures": "4.2.0-beta.1",
"@loaders.gl/draco": "4.2.0-beta.2",
"@loaders.gl/images": "4.2.0-beta.2",
"@loaders.gl/loader-utils": "4.2.0-beta.2",
"@loaders.gl/schema": "4.2.0-beta.2",
"@loaders.gl/textures": "4.2.0-beta.2",
"@math.gl/core": "^4.0.0"

@@ -57,3 +57,3 @@ },

},
"gitHead": "c386a9196516fe3ff24847b40e6c77be039cf905"
"gitHead": "13c03663fec365a4d24c06377d50035cebd7ba9f"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc