New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

d3-egraph

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-egraph - npm Package Compare versions

Comparing version

to
0.0.2

3

lib/index.js

@@ -108,2 +108,3 @@ 'use strict';

key: key,
u: u,
x: 0,

@@ -155,2 +156,4 @@ y: 0,

key: key,
u: u,
v: v,
source: vertices[uKey],

@@ -157,0 +160,0 @@ target: vertices[vKey],

2

package.json
{
"name": "d3-egraph",
"version": "0.0.1",
"version": "0.0.2",
"description": "Graph drawing library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",