aframe-forcegraph-component
Advanced tools
Comparing version 2.14.1 to 2.15.0
@@ -66,2 +66,4 @@ /* global AFRAME */ | ||
linkMaterial: {parse: parseAccessor, default: null}, | ||
linkThreeObject: {parse: parseAccessor, default: null}, | ||
linkPositionUpdate: {parse: parseFn, default: null}, | ||
linkDirectionalArrowLength: {parse: parseAccessor, default: 0}, | ||
@@ -195,2 +197,4 @@ linkDirectionalArrowColor: {parse: parseAccessor, default: null}, | ||
'linkMaterial', | ||
'linkThreeObject', | ||
'linkPositionUpdate', | ||
'linkDirectionalArrowLength', | ||
@@ -197,0 +201,0 @@ 'linkDirectionalArrowColor', |
{ | ||
"name": "aframe-forcegraph-component", | ||
"version": "2.14.1", | ||
"version": "2.15.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.16.3" | ||
"three-forcegraph": "^1.17.1" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1439871
9856
Updatedthree-forcegraph@^1.17.1