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

math.gl

Package Overview
Dependencies
Maintainers
6
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math.gl - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0-alpha.1

dist/bundle.js.map

54

dist/es5/index.js

@@ -138,3 +138,26 @@ "use strict";

});
exports.experimental = void 0;
Object.defineProperty(exports, "_SphericalCoordinates", {
enumerable: true,
get: function get() {
return _sphericalCoordinates.default;
}
});
Object.defineProperty(exports, "_Pose", {
enumerable: true,
get: function get() {
return _pose.default;
}
});
Object.defineProperty(exports, "_Euler", {
enumerable: true,
get: function get() {
return _euler.default;
}
});
Object.defineProperty(exports, "_Polygon", {
enumerable: true,
get: function get() {
return _polygon.default;
}
});

@@ -162,31 +185,2 @@ var _vector = _interopRequireDefault(require("./vector2"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// Copyright (c) 2017 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
// math.gl classes
// math.gl "GLSL" functions
var experimental = {
SphericalCoordinates: _sphericalCoordinates.default,
Euler: _euler.default,
Pose: _pose.default,
Polygon: _polygon.default
};
exports.experimental = experimental;
//# sourceMappingURL=index.js.map

@@ -28,12 +28,6 @@ // Copyright (c) 2017 Uber Technologies, Inc.

export { config, checkNumber, configure, formatValue, isArray, clone, radians, degrees, sin, cos, tan, asin, acos, atan, clamp, lerp, equals } from './lib/common';
import { default as SphericalCoordinates } from './spherical-coordinates';
import { default as Pose } from './pose';
import { default as Euler } from './euler';
import { default as Polygon } from './addons/polygon';
export const experimental = {
SphericalCoordinates,
Euler,
Pose,
Polygon
};
export { default as _SphericalCoordinates } from './spherical-coordinates';
export { default as _Pose } from './pose';
export { default as _Euler } from './euler';
export { default as _Polygon } from './addons/polygon';
//# sourceMappingURL=index.js.map

@@ -28,12 +28,6 @@ // Copyright (c) 2017 Uber Technologies, Inc.

export { config, checkNumber, configure, formatValue, isArray, clone, radians, degrees, sin, cos, tan, asin, acos, atan, clamp, lerp, equals } from './lib/common';
import { default as SphericalCoordinates } from './spherical-coordinates';
import { default as Pose } from './pose';
import { default as Euler } from './euler';
import { default as Polygon } from './addons/polygon';
export var experimental = {
SphericalCoordinates: SphericalCoordinates,
Euler: Euler,
Pose: Pose,
Polygon: Polygon
};
export { default as _SphericalCoordinates } from './spherical-coordinates';
export { default as _Pose } from './pose';
export { default as _Euler } from './euler';
export { default as _Polygon } from './addons/polygon';
//# sourceMappingURL=index.js.map

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.2.1",
"version": "2.0.0-alpha.1",
"keywords": [

@@ -71,4 +71,2 @@ "webgl",

"babel-plugin-version-inline": "^1.0.0",
"babel-preset-minify": "0.4.0-alpha.caaefb4c",
"benchmark": "^2.1.3",
"coveralls": "^2.13.0",

@@ -75,0 +73,0 @@ "eslint": "^3.0.0",

@@ -49,11 +49,5 @@ // Copyright (c) 2017 Uber Technologies, Inc.

import {default as SphericalCoordinates} from './spherical-coordinates';
import {default as Pose} from './pose';
import {default as Euler} from './euler';
import {default as Polygon} from './addons/polygon';
export const experimental = {
SphericalCoordinates,
Euler,
Pose,
Polygon
};
export {default as _SphericalCoordinates} from './spherical-coordinates';
export {default as _Pose} from './pose';
export {default as _Euler} from './euler';
export {default as _Polygon} from './addons/polygon';

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

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