Socket
Socket
Sign inDemoInstall

@math.gl/geospatial

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@math.gl/geospatial - npm Package Compare versions

Comparing version 4.1.0-alpha.1 to 4.1.0-alpha.2

3

dist/constants.js

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

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
// This file is derived from the Cesium math library under Apache 2 license

@@ -2,0 +5,0 @@ // See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md

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

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
// This file is derived from the Cesium math library under Apache 2 license

@@ -2,0 +5,0 @@ // See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md

2

dist/ellipsoid/helpers/ellipsoid-transform.d.ts

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

import { NumericArray } from '@math.gl/core';
import { NumericArray } from '@math.gl/types';
import type { Ellipsoid } from "../ellipsoid.js";
export type AxisDirection = 'up' | 'down' | 'north' | 'east' | 'south' | 'west';
export declare function localFrameToFixedFrame(ellipsoid: Ellipsoid, firstAxis: AxisDirection, secondAxis: AxisDirection, thirdAxis: AxisDirection, cartesianOrigin: Readonly<NumericArray>, result: number[]): number[];

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

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
import { Vector3, assert, equals as equalsEpsilon } from '@math.gl/core';

@@ -2,0 +5,0 @@ const EPSILON14 = 1e-14;

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

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
/* eslint-disable */

@@ -2,0 +5,0 @@ import { Vector3, _MathUtils } from '@math.gl/core';

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

// math.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
export { Ellipsoid } from "./ellipsoid/ellipsoid.js";
export { isWGS84 } from "./type-utils.js";

@@ -1,3 +0,4 @@

// This file is derived from the Cesium math library under Apache 2 license
// See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md
// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
import { Vector3, toRadians, toDegrees, config } from '@math.gl/core';

@@ -4,0 +5,0 @@ import { WGS84_CONSTANTS } from "./constants.js";

@@ -9,3 +9,3 @@ {

},
"version": "4.1.0-alpha.1",
"version": "4.1.0-alpha.2",
"keywords": [

@@ -43,5 +43,6 @@ "webgl",

"dependencies": {
"@math.gl/core": "4.1.0-alpha.1"
"@math.gl/core": "4.1.0-alpha.2",
"@math.gl/types": "4.1.0-alpha.2"
},
"gitHead": "1a4dbbc6ab46271459d610411a7c644e45135c2c"
"gitHead": "59eb434870991d06aecff5b1dee38078af0ca447"
}

@@ -0,1 +1,5 @@

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
// This file is derived from the Cesium math library under Apache 2 license

@@ -2,0 +6,0 @@ // See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md

@@ -0,1 +1,5 @@

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
// This file is derived from the Cesium math library under Apache 2 license

@@ -2,0 +6,0 @@ // See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md

@@ -1,3 +0,8 @@

import {NumericArray, Vector3, assert, equals as equalsEpsilon} from '@math.gl/core';
// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
import {NumericArray} from '@math.gl/types';
import {Vector3, assert, equals as equalsEpsilon} from '@math.gl/core';
import type {Ellipsoid} from '../ellipsoid';

@@ -4,0 +9,0 @@

@@ -0,1 +1,5 @@

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
/* eslint-disable */

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

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

// math.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
export {Ellipsoid} from './ellipsoid/ellipsoid';
export {isWGS84} from './type-utils';

@@ -0,1 +1,5 @@

// math.gl
// SPDX-License-Identifier: MIT and Apache-2.0
// Copyright (c) vis.gl contributors
// This file is derived from the Cesium math library under Apache 2 license

@@ -2,0 +6,0 @@ // See LICENSE.md and https://github.com/AnalyticalGraphicsInc/cesium/blob/master/LICENSE.md

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