Socket
Socket
Sign inDemoInstall

@shapediver/viewer.shared.types

Package Overview
Dependencies
Maintainers
5
Versions
203
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 1.7.0 to 1.7.1

10

dist/data/AnimationData.js

@@ -78,6 +78,8 @@ "use strict";

const idleTransformation = track.node.transformations.filter(t => t.id === 'gltf_matrix');
track.previousMatrix = idleTransformation[0];
track.node.transformations = track.node.transformations.filter((el) => {
return !idleTransformation.includes(el);
});
if (idleTransformation) {
track.previousMatrix = idleTransformation[0];
track.node.transformations = track.node.transformations.filter((el) => {
return !idleTransformation.includes(el);
});
}
}

@@ -84,0 +86,0 @@ }

10

package.json
{
"name": "@shapediver/viewer.shared.types",
"version": "1.7.0",
"version": "1.7.1",
"description": "",

@@ -39,9 +39,9 @@ "keywords": [],

"dependencies": {
"@shapediver/viewer.shared.math": "^1.7.0",
"@shapediver/viewer.shared.node-tree": "^1.7.0",
"@shapediver/viewer.shared.services": "^1.7.0",
"@shapediver/viewer.shared.math": "^1.7.1",
"@shapediver/viewer.shared.node-tree": "^1.7.1",
"@shapediver/viewer.shared.services": "^1.7.1",
"gl-matrix": "3.3.0",
"tsyringe": "^4.5.0"
},
"gitHead": "9ab0e83b705d797ea8ac80539c2bb452e42c357a"
"gitHead": "744908d67c03367e75a2f9403238e49823a60c04"
}

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