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

@loaders.gl/math

Package Overview
Dependencies
Maintainers
9
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/math - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

4

dist/es5/geometry/iterators/primitive-iterator.js

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

var _assert = _interopRequireDefault(require("../../utils/assert"));
var _loaderUtils = require("@loaders.gl/loader-utils");

@@ -100,3 +100,3 @@ var _marked = _regenerator["default"].mark(primitiveIterator);

case 38:
(0, _assert["default"])(false);
(0, _loaderUtils.assert)(false);

@@ -103,0 +103,0 @@ case 39:

import { GL } from '../constants';
import { getPrimitiveModeType } from '../primitives/modes';
import assert from '../../utils/assert';
import { assert } from '@loaders.gl/loader-utils';
export default function* primitiveIterator({

@@ -5,0 +5,0 @@ indices,

@@ -7,3 +7,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

import { getPrimitiveModeType } from '../primitives/modes';
import assert from '../../utils/assert';
import { assert } from '@loaders.gl/loader-utils';
export default function primitiveIterator(_ref) {

@@ -10,0 +10,0 @@ var indices, attributes, mode, _ref$start, start, end, info, i;

{
"name": "@loaders.gl/math",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Experimental math classes for loaders.gl",

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

"dependencies": {
"@loaders.gl/images": "2.0.0-alpha.2",
"@loaders.gl/images": "2.0.0-alpha.3",
"math.gl": "^3.0.0"
},
"gitHead": "1bc3e4e6522a2a337f972799f63682464500a313"
"gitHead": "fc28707733ea13de169330a6acd003956e9dbcfa"
}
import {GL} from '../constants';
import {getPrimitiveModeType} from '../primitives/modes';
import assert from '../../utils/assert';
import {assert} from '@loaders.gl/loader-utils';

@@ -5,0 +5,0 @@ // Will iterate over each primitive, expanding (dereferencing) indices

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