New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/3d-tiles

Package Overview
Dependencies
Maintainers
9
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.0.0-alpha.24 to 4.0.0-alpha.25

2

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

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

var _dTilesArchiveParser = require("./3d-tiles-archive/3d-tiles-archive-parser");
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
var Tiles3DArchiveFileLoader = {

@@ -15,0 +15,0 @@ name: '3tz',

@@ -7,4 +7,4 @@ "use strict";

exports.VERSION = void 0;
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
exports.VERSION = VERSION;
//# sourceMappingURL=version.js.map
import { DataViewFile } from '@loaders.gl/loader-utils';
import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from './3d-tiles-archive/3d-tiles-archive-parser';
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
export const Tiles3DArchiveFileLoader = {

@@ -5,0 +5,0 @@ name: '3tz',

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

export const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
export const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest';
//# sourceMappingURL=version.js.map

@@ -1,8 +0,6 @@

import type { GLTFPostprocessed } from '@loaders.gl/gltf';
import type { GLTFPostprocessed, FeatureTableJson } from '@loaders.gl/gltf';
export type { FeatureTableJson };
import { LoaderWithParser } from '@loaders.gl/loader-utils';
import { Matrix4, Vector3 } from '@math.gl/core';
import { TILESET_TYPE, LOD_METRIC_TYPE, TILE_TYPE, TILE_REFINEMENT } from '@loaders.gl/tiles';
export type FeatureTableJson = {
[key: string]: any[];
};
export type B3DMContent = {

@@ -378,3 +376,2 @@ batchTableJson?: FeatureTableJson;

};
export {};
//# sourceMappingURL=types.d.ts.map
{
"name": "@loaders.gl/3d-tiles",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",

@@ -37,8 +37,8 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/draco": "4.0.0-alpha.24",
"@loaders.gl/gltf": "4.0.0-alpha.24",
"@loaders.gl/loader-utils": "4.0.0-alpha.24",
"@loaders.gl/math": "4.0.0-alpha.24",
"@loaders.gl/tiles": "4.0.0-alpha.24",
"@loaders.gl/zip": "4.0.0-alpha.24",
"@loaders.gl/draco": "4.0.0-alpha.25",
"@loaders.gl/gltf": "4.0.0-alpha.25",
"@loaders.gl/loader-utils": "4.0.0-alpha.25",
"@loaders.gl/math": "4.0.0-alpha.25",
"@loaders.gl/tiles": "4.0.0-alpha.25",
"@loaders.gl/zip": "4.0.0-alpha.25",
"@math.gl/core": "^3.5.1",

@@ -52,3 +52,3 @@ "@math.gl/geospatial": "^3.5.1",

},
"gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05"
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be"
}

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

import type {GLTFPostprocessed} from '@loaders.gl/gltf';
import type {GLTFPostprocessed, FeatureTableJson} from '@loaders.gl/gltf';
export type {FeatureTableJson};
import {LoaderWithParser} from '@loaders.gl/loader-utils';

@@ -6,6 +8,2 @@ import {Matrix4, Vector3} from '@math.gl/core';

export type FeatureTableJson = {
[key: string]: any[];
};
export type B3DMContent = {

@@ -12,0 +10,0 @@ batchTableJson?: FeatureTableJson;

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

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