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

@shapediver/viewer.shared.math

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.math - npm Package Compare versions

Comparing version 2.7.8 to 2.7.9

2

dist/implementation/Box.js

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

const length = (Math.floor(array.length / 3) * 3);
const byteStride = (stride && stride !== bytes) ? stride : 3;
const byteStride = (stride && stride !== bytes) ? +stride : 3;
for (let i = 0; i < length; i += byteStride) {

@@ -114,0 +114,0 @@ let point = gl_matrix_1.vec4.transformMat4(gl_matrix_1.vec4.create(), gl_matrix_1.vec4.fromValues(array[i], array[i + 1], array[i + 2], 1), matrix);

{
"name": "@shapediver/viewer.shared.math",
"version": "2.7.8",
"version": "2.7.9",
"description": "",

@@ -42,7 +42,7 @@ "keywords": [],

"dependencies": {
"@shapediver/viewer.shared.services": "2.7.8",
"@shapediver/viewer.shared.services": "2.7.9",
"gl-matrix": "3.3.0",
"tsyringe": "^4.5.0"
},
"gitHead": "6e5e192880ba77d782cda0236302a92767397b30"
"gitHead": "eeddc9b2e9837296a03711e7f5b5bfcab9b50d82"
}

@@ -136,3 +136,3 @@ import { mat4, vec3, vec4 } from 'gl-matrix'

const length = (Math.floor(array.length / 3) * 3);
const byteStride = (stride && stride !== bytes) ? stride : 3;
const byteStride = (stride && stride !== bytes) ? +stride : 3;
for (let i = 0; i < length; i += byteStride) {

@@ -139,0 +139,0 @@ let point = vec4.transformMat4(vec4.create(), vec4.fromValues(array[i], array[i + 1], array[i + 2], 1), matrix);

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