Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aframe-forcegraph-component

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-forcegraph-component - npm Package Compare versions

Comparing version 2.17.3 to 2.18.0

2

index.js

@@ -48,2 +48,3 @@ /* global AFRAME */

nodeResolution: {type: 'number', default: 8}, // how many slice segments in the sphere's circumference
nodeVisibility: {parse: parseAccessor, default: true},
nodeColor: {parse: parseAccessor, default: 'color'},

@@ -189,2 +190,3 @@ nodeAutoColorBy: {parse: parseAccessor, default: ''}, // color nodes with the same field equally

'nodeResolution',
'nodeVisibility',
'nodeColor',

@@ -191,0 +193,0 @@ 'nodeAutoColorBy',

4

package.json
{
"name": "aframe-forcegraph-component",
"version": "2.17.3",
"version": "2.18.0",
"description": "A 3D Force-Directed Graph component for A-Frame.",

@@ -52,3 +52,3 @@ "main": "index.js",

"accessor-fn": "^1.2.2",
"three-forcegraph": "^1.22.1"
"three-forcegraph": "^1.23.0"
},

@@ -55,0 +55,0 @@ "devDependencies": {

@@ -33,2 +33,3 @@ ## aframe-forcegraph-component

| node-resolution | Geometric resolution of each node, expressed in how many slice segments to divide the circumference. Higher values yield smoother spheres. | 8 |
| node-visibility | Node object accessor function, attribute or a boolean constant for whether to display the node. | true |
| node-color | Node object accessor function or attribute for node color (affects sphere color). | color |

@@ -35,0 +36,0 @@ | node-auto-color-by | Node object accessor function (`fn(node)`) or attribute (e.g. `'type'`) to automatically group colors by. Only affects nodes without a color attribute. | |

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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