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.284 to 1.0.285

4

dist/react/components/infinite-list.js

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

slider.setAttribute('percent', "".concat(0));
slider.setAttribute('text-value-map', this.data.textValueMap);
if (this.data.textValueMap) {
slider.setAttribute('text-value-map', this.data.textValueMap);
}
this.sliderWidth = 0.2;

@@ -119,0 +121,0 @@ this.sliderHorizontalMargin = .2;

{
"name": "a-frame-components",
"version": "1.0.284",
"version": "1.0.285",
"description": "",

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

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

slider.setAttribute('percent', `${0}`);
slider.setAttribute('text-value-map', this.data.textValueMap);
if (this.data.textValueMap) {
slider.setAttribute('text-value-map', this.data.textValueMap);
}
this.sliderWidth = 0.2;

@@ -121,0 +123,0 @@ this.sliderHorizontalMargin = .2

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