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.334 to 1.0.335

2

dist/react/components/infinite-list.js

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

if (me.data.direct) {
updateAttributeEl(item, 'optons', __assign(__assign({}, options), { imageMargin: me.imageMargin, selectionevent: me.data.selectionevent, guiItem: me.guiItem, value: value, id: id, text: text, url: url }));
updateAttributeEl(item, 'options', __assign(__assign({}, options), { imageMargin: me.imageMargin, selectionevent: me.data.selectionevent, guiItem: me.guiItem, value: value, id: id, text: text, url: url }));
}

@@ -418,0 +418,0 @@ else {

{
"name": "a-frame-components",
"version": "1.0.334",
"version": "1.0.335",
"description": "",

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

@@ -421,3 +421,3 @@ import { AFRAME } from '../systems/brush';

if (me.data.direct) {
updateAttributeEl(item, 'optons', {
updateAttributeEl(item, 'options', {
...options,

@@ -424,0 +424,0 @@ imageMargin: me.imageMargin,

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