force-graph
Advanced tools
Comparing version 1.43.0 to 1.43.1
{ | ||
"name": "force-graph", | ||
"version": "1.43.0", | ||
"version": "1.43.1", | ||
"description": "2D force-directed graph rendered on HTML5 canvas", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
"name": "Vasco Asturiano", | ||
"url": "http://bl.ocks.org/vasturiano" | ||
"url": "https://github.com/vasturiano" | ||
}, | ||
@@ -50,3 +50,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@tweenjs/tween.js": "18", | ||
"@tweenjs/tween.js": "19", | ||
"accessor-fn": "1", | ||
@@ -63,18 +63,18 @@ "bezier-js": "3 - 6", | ||
"index-array-by": "1", | ||
"kapsule": "^1.13", | ||
"lodash.throttle": "4" | ||
"kapsule": "^1.14", | ||
"lodash-es": "4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^24.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.2.1", | ||
"postcss": "^8.4.20", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.9.1", | ||
"rollup-plugin-dts": "^5.1.0", | ||
"@rollup/plugin-commonjs": "^24.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-terser": "^0.4.0", | ||
"postcss": "^8.4.21", | ||
"rimraf": "^4.4.1", | ||
"rollup": "^3.20.2", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.0.3" | ||
}, | ||
@@ -81,0 +81,0 @@ "engines": { |
@@ -59,3 +59,3 @@ force-graph | ||
``` | ||
or | ||
or using a *script* tag | ||
```html | ||
@@ -62,0 +62,0 @@ <script src="//unpkg.com/force-graph"></script> |
@@ -5,3 +5,3 @@ import { select as d3Select } from 'd3-selection'; | ||
import { max as d3Max, min as d3Min } from 'd3-array'; | ||
import throttle from 'lodash.throttle'; | ||
import { throttle } from 'lodash-es'; | ||
import TWEEN from '@tweenjs/tween.js'; | ||
@@ -8,0 +8,0 @@ import Kapsule from 'kapsule'; |
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
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
6367885
15083
+ Addedlodash-es@4
+ Added@tweenjs/tween.js@19.0.0(transitive)
- Removedlodash.throttle@4
- Removed@tweenjs/tween.js@18.6.4(transitive)
- Removedlodash.throttle@4.1.1(transitive)
Updated@tweenjs/tween.js@19
Updatedkapsule@^1.14