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.28 to 1.0.29

2

dist/gui/components/menu-container.js

@@ -60,3 +60,3 @@ import { AFRAME } from "../../painter/root";

var _a = this.createEntryPanel(), entity = _a.entity, bucket = _a.bucket, entryPanel = _a.entryPanel;
bucket.addEventListener('item-clicked', function (evt) {
this.el.addEventListener('item-clicked', function (evt) {
var _a, _b;

@@ -63,0 +63,0 @@ var detail = evt.detail;

{
"name": "a-frame-components",
"version": "1.0.28",
"version": "1.0.29",
"description": "",

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

@@ -66,3 +66,3 @@ import { AFRAME } from "../../painter/root";

let { entity, bucket, entryPanel } = this.createEntryPanel();
bucket.addEventListener('item-clicked', (evt) => {
this.el.addEventListener('item-clicked', (evt) => {
const { detail } = evt;

@@ -69,0 +69,0 @@ if (detail?.data?.value !== me.data.value) {

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