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.344 to 1.0.345

4

dist/gui/components/model-item.js

@@ -53,3 +53,3 @@ import { watchAttribute } from "a-frame-components";

buttonContainer.addEventListener('click', function () {
me.el.emit(me.data.selectionevent, { value: value, id: id, text: text, url: url, options: JSON.parse(args) });
me.el.emit(me.data.selectionevent, { value: value, id: id, text: text, url: url, options: (args) });
});

@@ -60,3 +60,3 @@ var menu = me.createMenu({

height: me.guiItem.height,
options: JSON.parse(args)
options: (args)
});

@@ -63,0 +63,0 @@ buttonContainer.appendChild(imageEntity);

{
"name": "a-frame-components",
"version": "1.0.344",
"version": "1.0.345",
"description": "",

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

@@ -58,3 +58,3 @@ import { watchAttribute } from "a-frame-components";

buttonContainer.addEventListener('click', function () {
me.el.emit(me.data.selectionevent, { value, id, text, url, options: JSON.parse(args) });
me.el.emit(me.data.selectionevent, { value, id, text, url, options: (args) });
})

@@ -66,3 +66,3 @@

height: me.guiItem.height,
options: JSON.parse(args)
options: (args)
});

@@ -69,0 +69,0 @@ buttonContainer.appendChild(imageEntity);

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