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.22 to 1.0.23

2

dist/gui/components/menu-container.js

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

entryPanel.addEventListener('changed', function (evt) {
entryPanel.setAttribute('open', !me.data.open);
me.el.setAttribute('open', !me.data.open);
evt.preventDefault();

@@ -70,0 +70,0 @@ });

{
"name": "a-frame-components",
"version": "1.0.22",
"version": "1.0.23",
"description": "",

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

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

entryPanel.addEventListener('changed', (evt) => {
entryPanel.setAttribute('open', !me.data.open);
me.el.setAttribute('open', !me.data.open);
evt.preventDefault();

@@ -75,0 +75,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