Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

force-graph

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

force-graph - npm Package Compare versions

Comparing version 1.43.0 to 1.43.1

30

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

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