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.52 to 1.0.53

docs/container.md

1

dist/gui/components/container.js

@@ -121,2 +121,3 @@ import { calculatePositionsAndContainerSize } from "../../util";

direction: 'dynamic-container.direction', // vertical, horizontal
'justify-content': 'dynamic-container.justifyContent', // flexStart, flexEnd, center
margin: 'dynamic-container.margin', // top right bottom left

@@ -123,0 +124,0 @@ }

2

package.json
{
"name": "a-frame-components",
"version": "1.0.52",
"version": "1.0.53",
"description": "",

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

@@ -128,2 +128,3 @@ import { calculatePositionsAndContainerSize } from "../../util";

direction: 'dynamic-container.direction', // vertical, horizontal
'justify-content': 'dynamic-container.justifyContent',// flexStart, flexEnd, center
margin: 'dynamic-container.margin',// top right bottom left

@@ -130,0 +131,0 @@ }

@@ -735,4 +735,5 @@ // aframe.d.ts

'a-container': {
alignment?: string, // flexStart, flexEnd, center
direction?: string, // vertical, horizontal
alignment?: 'flexStart' | 'flexEnd' | 'center', // flexStart, flexEnd, center
direction?: 'horizontal' | 'vertical', // vertical, horizontal
'justify-content'?: 'flexStart' | 'flexEnd' | 'center',
margin?: string,// top right bottom left

@@ -739,0 +740,0 @@ [propertyName: string]: any;

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