Socket
Socket
Sign inDemoInstall

@math.gl/geospatial

Package Overview
Dependencies
Maintainers
3
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.0.0-alpha.4 to 4.0.0-beta.1

3

dist/ellipsoid/ellipsoid.js
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
import { Vector3, Matrix4, assert, equals, _MathUtils } from '@math.gl/core';
import * as vec3 from 'gl-matrix/vec3';
import { Vector3, Matrix4, assert, equals, _MathUtils, vec3 } from '@math.gl/core';
import { WGS84_RADIUS_X, WGS84_RADIUS_Y, WGS84_RADIUS_Z } from "../constants.js";

@@ -5,0 +4,0 @@ import { fromCartographicToRadians, toCartographicFromRadians } from "../type-utils.js";

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

},
"version": "4.0.0-alpha.4",
"version": "4.0.0-beta.1",
"keywords": [

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

"@babel/runtime": "^7.12.0",
"@math.gl/core": "4.0.0-alpha.4",
"gl-matrix": "^3.4.3"
"@math.gl/core": "4.0.0-beta.1"
},
"gitHead": "c58e63bfb9c25cd5a4fb2599b2b52c272ed55c67"
"gitHead": "5a2364216b6aadbece690e05b9b5b71753aee472"
}

@@ -5,5 +5,3 @@ // This file is derived from the Cesium math library under Apache 2 license

/* eslint-disable */
import {Vector3, Matrix4, assert, equals, _MathUtils, NumericArray} from '@math.gl/core';
// @ts-ignore gl-matrix typings...
import * as vec3 from 'gl-matrix/vec3';
import {Vector3, Matrix4, assert, equals, _MathUtils, NumericArray, vec3} from '@math.gl/core';

@@ -10,0 +8,0 @@ import {WGS84_RADIUS_X, WGS84_RADIUS_Y, WGS84_RADIUS_Z} from '../constants';

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