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.14.1 to 2.15.0

4

index.js

@@ -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',

4

package.json
{
"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

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