@cosmograph/cosmos
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12
{ | ||
"name": "@cosmograph/cosmos", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-alpha.12", | ||
"description": "GPU-based force graph layout and rendering", | ||
@@ -5,0 +5,0 @@ "jsdelivr": "dist/index.min.js", |
@@ -60,2 +60,3 @@ import regl from 'regl' | ||
initialState[i * 4 + 1] = data.pointPositions[i * 2 + 1] as number | ||
initialState[i * 4 + 2] = i | ||
} | ||
@@ -152,2 +153,3 @@ | ||
j: () => store.hoveredPoint?.j ?? -1, | ||
index: () => store.hoveredPoint?.index ?? -1, | ||
}, | ||
@@ -154,0 +156,0 @@ }) |
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is not supported yet
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
1756603
9255