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.269 to 1.0.270

2

dist/gui/components/base-interactive.js

@@ -254,3 +254,3 @@ var __assign = (this && this.__assign) || function () {

if (me.data.resizeOnText) {
textEntity.addEventListener('bounding-box-update', function (evt) {
me.el.addEventListener('bounding-box-update', function (evt) {
var detail = evt.detail;

@@ -257,0 +257,0 @@ if (detail) {

{
"name": "a-frame-components",
"version": "1.0.269",
"version": "1.0.270",
"description": "",

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

@@ -277,3 +277,3 @@ import { AFRAME } from "../../react/root";

if (me.data.resizeOnText) {
textEntity.addEventListener('bounding-box-update', (evt: any) => {
me.el.addEventListener('bounding-box-update', (evt: any) => {
let { detail } = evt;

@@ -280,0 +280,0 @@ if (detail) {

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