Socket
Socket
Sign inDemoInstall

geo-three

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

1

build/Main.d.ts

@@ -25,4 +25,5 @@ export { MapView } from './MapView';

export { UnitsUtils } from './utils/UnitsUtils';
export { Geolocation } from './utils/Geolocation';
export { GeolocationUtils } from './utils/GeolocationUtils';
export { CancelablePromise } from './utils/CancelablePromise';
export { XHRUtils } from './utils/XHRUtils';

3

build/utils/UnitsUtils.d.ts

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

import { Vector2, Vector3 } from 'three';
import { Color, Vector2, Vector3 } from 'three';
import { Geolocation } from './Geolocation';

@@ -13,2 +13,3 @@ export declare class UnitsUtils {

static vectorToDatums(dir: Vector3): Geolocation;
static mapboxAltitude(color: Color): number;
}
{
"name": "geo-three",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "geo-three is library for tile based geographic map layers in with three.js supporting selective loading/unloading of real-time generated 3D tiles",

Sorry, the diff of this file is not supported yet

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 too big to display

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