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

@loaders.gl/3d-tiles

Package Overview
Dependencies
Maintainers
8
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/3d-tiles - npm Package Compare versions

Comparing version 4.3.0-alpha.4 to 4.3.0-alpha.5

2

dist/3d-tiles-archive-loader.js

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

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0-alpha.3" !== 'undefined' ? "4.3.0-alpha.3" : 'latest';
const VERSION = typeof "4.3.0-alpha.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest';
/**

@@ -11,0 +11,0 @@ * Loader for 3tz packages

@@ -10,3 +10,3 @@ import type { LoaderOptions } from '@loaders.gl/loader-utils';

readonly preload: typeof preload;
readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("./types").Tiles3DTilesetJSONPostprocessed | import("./types").Tiles3DTileContent>;
readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("@loaders.gl/3d-tiles").Tiles3DTilesetJSONPostprocessed | import("@loaders.gl/3d-tiles").Tiles3DTileContent>;
readonly options: {

@@ -13,0 +13,0 @@ readonly 'cesium-ion': {

// 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.3.0-alpha.3" !== 'undefined' ? "4.3.0-alpha.3" : 'latest';
export const VERSION = typeof "4.3.0-alpha.4" !== 'undefined' ? "4.3.0-alpha.4" : 'latest';
{
"name": "@loaders.gl/3d-tiles",
"version": "4.3.0-alpha.4",
"version": "4.3.0-alpha.5",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",

@@ -49,11 +49,11 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/compression": "4.3.0-alpha.4",
"@loaders.gl/crypto": "4.3.0-alpha.4",
"@loaders.gl/draco": "4.3.0-alpha.4",
"@loaders.gl/gltf": "4.3.0-alpha.4",
"@loaders.gl/images": "4.3.0-alpha.4",
"@loaders.gl/loader-utils": "4.3.0-alpha.4",
"@loaders.gl/math": "4.3.0-alpha.4",
"@loaders.gl/tiles": "4.3.0-alpha.4",
"@loaders.gl/zip": "4.3.0-alpha.4",
"@loaders.gl/compression": "4.3.0-alpha.5",
"@loaders.gl/crypto": "4.3.0-alpha.5",
"@loaders.gl/draco": "4.3.0-alpha.5",
"@loaders.gl/gltf": "4.3.0-alpha.5",
"@loaders.gl/images": "4.3.0-alpha.5",
"@loaders.gl/loader-utils": "4.3.0-alpha.5",
"@loaders.gl/math": "4.3.0-alpha.5",
"@loaders.gl/tiles": "4.3.0-alpha.5",
"@loaders.gl/zip": "4.3.0-alpha.5",
"@math.gl/core": "^4.0.1",

@@ -68,3 +68,3 @@ "@math.gl/culling": "^4.0.1",

},
"gitHead": "4900ac4c4de20366c050b80cef04dc5b52d167af"
"gitHead": "b57553345b3cbf621c95ad9b22aa672217451f61"
}

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