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

a-frame-components

Package Overview
Dependencies
Maintainers
1
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a-frame-components - npm Package Compare versions

Comparing version 1.0.49 to 1.0.50

4

dist/gui/components/menu-container.js

@@ -351,5 +351,5 @@ var __assign = (this && this.__assign) || function () {

} }, mixin), { getWidth: function () {
return parseFloat("".concat(this.data.menuItemWidth));
}, getHeight: function () {
return parseFloat("".concat(this.data.menuItemHeight));
}, getHeight: function () {
return parseFloat("".concat(this.data.menuItemWidth));
} }));

@@ -356,0 +356,0 @@ AFRAME.registerPrimitive('a-menu-container', {

{
"name": "a-frame-components",
"version": "1.0.49",
"version": "1.0.50",
"description": "",

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

@@ -354,6 +354,6 @@ import { AFRAME } from "../../react/root";

getWidth: function () {
return parseFloat(`${this.data.menuItemHeight}`);
return parseFloat(`${this.data.menuItemWidth}`);
},
getHeight: function () {
return parseFloat(`${this.data.menuItemWidth}`);
return parseFloat(`${this.data.menuItemHeight}`);
},

@@ -360,0 +360,0 @@

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