New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aframe-forcegraph-component

Package Overview
Dependencies
Maintainers
1
Versions
116
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.11.1 to 2.12.0

2

index.js

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

linkHoverPrecision: {type: 'number', default: 2},
linkVisibility: {parse: parseAccessor, default: true},
linkColor: {parse: parseAccessor, default: 'color'},

@@ -165,2 +166,3 @@ linkAutoColorBy: {parse: parseAccessor, default: ''}, // color links with the same field equally

'linkTarget',
'linkVisibility',
'linkColor',

@@ -167,0 +169,0 @@ 'linkAutoColorBy',

4

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

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

"accessor-fn": "^1.2.2",
"three-forcegraph": "^1.14.1"
"three-forcegraph": "^1.15.1"
},

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

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

| link-target | Link object accessor attribute referring to id of target node. | target |
| link-visibility | Link object accessor function, attribute or a boolean constant for whether to display the link line. A value of `false` maintains the link force without rendering it. | true |
| link-label | Link object accessor function or attribute for name (shown in label). | name |

@@ -39,0 +40,0 @@ | link-desc | Link object accessor function or attribute for description (shown under label). | desc |

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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