New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pmndrs/handle

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pmndrs/handle - npm Package Compare versions

Comparing version 6.4.12-alpha.33 to 6.4.12-alpha.36

3

dist/computations/utils.js

@@ -43,3 +43,3 @@ import { Euler, Matrix4, Plane, Quaternion, Vector3 } from 'three';

const order = axisFirstOrder[rotateOptions];
rotation = new Euler().setFromQuaternion(quaternion);
rotation = new Euler().setFromQuaternion(quaternion, order);
for (const orderElement of order) {

@@ -117,3 +117,2 @@ const axis = orderElement.toLowerCase();

currentRotation.setFromEuler(result);
result.setFromQuaternion(currentRotation, initialRotation.order);
return result;

@@ -120,0 +119,0 @@ }

@@ -246,4 +246,5 @@ import { Euler, Object3D, Quaternion, Vector3 } from 'three';

target.position.copy(state.current.position);
target.rotation.order = state.current.rotation.order;
target.quaternion.copy(state.current.quaternion);
target.scale.copy(state.current.scale);
}

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/pmndrs/xr",
"version": "6.4.12-alpha.33",
"version": "6.4.12-alpha.36",
"keywords": [

@@ -24,3 +24,3 @@ "r3f",

"dependencies": {
"@pmndrs/pointer-events": "^6.4.12-alpha.33"
"@pmndrs/pointer-events": "^6.4.12-alpha.36"
},

@@ -27,0 +27,0 @@ "files": [

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