New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.14 to 1.0.15

5

dist/gui/components/radio-component.js

@@ -61,2 +61,7 @@ var __assign = (this && this.__assign) || function () {

el.addEventListener('click', function (evt) {
if (me.data.value !== option.value) {
me.el.emit('change', {
value: option.value
});
}
me.data.value = option.value;

@@ -63,0 +68,0 @@ me.el.emit('click', {

2

package.json
{
"name": "a-frame-components",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

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

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

el.addEventListener('click', (evt) => {
if (me.data.value !== option.value) {
me.el.emit('change', {
value: option.value
});
}
me.data.value = option.value;
me.el.emit('click', {

@@ -57,0 +63,0 @@ value: option.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