Socket
Socket
Sign inDemoInstall

@loaders.gl/math

Package Overview
Dependencies
9
Maintainers
9
Versions
302
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-alpha.22 to 4.0.0-alpha.23

dist/es5/geometry/utils/coordinates.js

7

dist/es5/index.js

@@ -55,2 +55,8 @@ "use strict";

});
Object.defineProperty(exports, "emod", {
enumerable: true,
get: function get() {
return _coordinates.emod;
}
});
Object.defineProperty(exports, "encodeRGB565", {

@@ -161,2 +167,3 @@ enumerable: true,

var _attributeCompression = require("./geometry/compression/attribute-compression");
var _coordinates = require("./geometry/utils/coordinates");
//# sourceMappingURL=index.js.map

1

dist/esm/index.js

@@ -11,2 +11,3 @@ export { GL } from './geometry/constants';

export { octEncodeInRange, octEncode, octEncodeToVector4, octDecodeInRange, octDecode, octDecodeFromVector4, octPackFloat, octEncodeFloat, octDecodeFloat, octPack, octUnpack, compressTextureCoordinates, decompressTextureCoordinates, zigZagDeltaDecode } from './geometry/compression/attribute-compression';
export { emod } from './geometry/utils/coordinates';
//# sourceMappingURL=index.js.map

@@ -12,2 +12,3 @@ export type TypedArrayConstructor = Int8ArrayConstructor | Uint8ArrayConstructor | Int16ArrayConstructor | Uint16ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Float32ArrayConstructor | Float64ArrayConstructor;

export { octEncodeInRange, octEncode, octEncodeToVector4, octDecodeInRange, octDecode, octDecodeFromVector4, octPackFloat, octEncodeFloat, octDecodeFloat, octPack, octUnpack, compressTextureCoordinates, decompressTextureCoordinates, zigZagDeltaDecode } from './geometry/compression/attribute-compression';
export { emod } from './geometry/utils/coordinates';
//# sourceMappingURL=index.d.ts.map

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.zigZagDeltaDecode = exports.decompressTextureCoordinates = exports.compressTextureCoordinates = exports.octUnpack = exports.octPack = exports.octDecodeFloat = exports.octEncodeFloat = exports.octPackFloat = exports.octDecodeFromVector4 = exports.octDecode = exports.octDecodeInRange = exports.octEncodeToVector4 = exports.octEncode = exports.octEncodeInRange = exports.concatTypedArrays = exports.decodeRGB565 = exports.encodeRGB565 = exports.computeVertexNormals = exports.makePrimitiveIterator = exports.makeAttributeIterator = exports.isGeometry = exports.GLType = exports.GL_TYPE = exports.GL = void 0;
exports.emod = exports.zigZagDeltaDecode = exports.decompressTextureCoordinates = exports.compressTextureCoordinates = exports.octUnpack = exports.octPack = exports.octDecodeFloat = exports.octEncodeFloat = exports.octPackFloat = exports.octDecodeFromVector4 = exports.octDecode = exports.octDecodeInRange = exports.octEncodeToVector4 = exports.octEncode = exports.octEncodeInRange = exports.concatTypedArrays = exports.decodeRGB565 = exports.encodeRGB565 = exports.computeVertexNormals = exports.makePrimitiveIterator = exports.makeAttributeIterator = exports.isGeometry = exports.GLType = exports.GL_TYPE = exports.GL = void 0;
var constants_1 = require("./geometry/constants");

@@ -48,1 +48,3 @@ Object.defineProperty(exports, "GL", { enumerable: true, get: function () { return constants_1.GL; } });

Object.defineProperty(exports, "zigZagDeltaDecode", { enumerable: true, get: function () { return attribute_compression_1.zigZagDeltaDecode; } });
var coordinates_1 = require("./geometry/utils/coordinates");
Object.defineProperty(exports, "emod", { enumerable: true, get: function () { return coordinates_1.emod; } });
{
"name": "@loaders.gl/math",
"version": "4.0.0-alpha.22",
"version": "4.0.0-alpha.23",
"description": "Experimental math classes for loaders.gl",

@@ -34,7 +34,7 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/images": "4.0.0-alpha.22",
"@loaders.gl/loader-utils": "4.0.0-alpha.22",
"@loaders.gl/images": "4.0.0-alpha.23",
"@loaders.gl/loader-utils": "4.0.0-alpha.23",
"@math.gl/core": "^3.5.1"
},
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2"
"gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b"
}

@@ -51,1 +51,3 @@ export type TypedArrayConstructor =

} from './geometry/compression/attribute-compression';
export {emod} from './geometry/utils/coordinates';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc