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

@viewar/guide

Package Overview
Dependencies
Maintainers
8
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viewar/guide - npm Package Compare versions

Comparing version 100.0.1 to 100.0.2

2

package.json
{
"name": "@viewar/guide",
"version": "100.0.1",
"version": "100.0.2",
"description": "ViewAR Guide",

@@ -5,0 +5,0 @@ "main": "dist/viewar-guide.js",

@@ -27,3 +27,3 @@ import Vector3 from '../../math/vector3';

let height = (previousPosition.y + heightDiff / totalDistance * distance) + 0.4 * METER;
console.log(currentPosition, totalDistance, distance, height);
console.log(currentPosition.y, distance / totalDistance, height, guidePosition.y);
return { success: true, height };

@@ -30,0 +30,0 @@ }

Sorry, the diff of this file is too big to display

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