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

@shapediver/viewer.shared.types

Package Overview
Dependencies
Maintainers
5
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/viewer.shared.types - npm Package Compare versions

Comparing version 2.9.12 to 2.9.13

2

dist/implementation/data/GeometryData.js

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

const boundingBox = new viewer_shared_math_1.Box();
boundingBox.setFromAttributeArray(__classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].array, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].byteStride, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].itemBytes, matrix);
boundingBox.setFromAttributeArray(__classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].array, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].byteStride, __classPrivateFieldGet(this, _PrimitiveData_attributes, "f")['POSITION'].itemBytes);
__classPrivateFieldGet(this, _PrimitiveData_boundingBoxes, "f").push({

@@ -190,0 +190,0 @@ boundingBox,

{
"name": "@shapediver/viewer.shared.types",
"version": "2.9.12",
"version": "2.9.13",
"description": "",

@@ -43,8 +43,8 @@ "keywords": [],

"@shapediver/sdk.sdtf-v1": "1.4.0",
"@shapediver/viewer.shared.math": "2.9.12",
"@shapediver/viewer.shared.node-tree": "2.9.12",
"@shapediver/viewer.shared.services": "2.9.12",
"@shapediver/viewer.shared.math": "2.9.13",
"@shapediver/viewer.shared.node-tree": "2.9.13",
"@shapediver/viewer.shared.services": "2.9.13",
"gl-matrix": "3.3.0"
},
"gitHead": "64a3583144cce3bc3191b809285966b6cd807a95"
"gitHead": "d05a7c78b4560c63ed4f4dd6970e3cc6b2c90aa7"
}

@@ -267,3 +267,3 @@ import { mat4, vec3, quat } from 'gl-matrix'

const boundingBox = new Box();
boundingBox.setFromAttributeArray(this.#attributes['POSITION'].array, this.#attributes['POSITION'].byteStride, this.#attributes['POSITION'].itemBytes, matrix);
boundingBox.setFromAttributeArray(this.#attributes['POSITION'].array, this.#attributes['POSITION'].byteStride, this.#attributes['POSITION'].itemBytes);
this.#boundingBoxes.push({

@@ -270,0 +270,0 @@ boundingBox,

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