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

js-network-vis

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-network-vis - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -25,3 +25,3 @@ var d3 = require('d3')

var tick = opts.tick || function (nodes, nodes) {
var tick = opts.tick || function (nodes, edges) {
edges.attr('x1', function(d) { return d.source.x })

@@ -28,0 +28,0 @@ .attr('y1', function(d) { return d.source.y })

{
"name": "js-network-vis",
"version": "0.0.5",
"version": "0.0.6",
"description": "visualization tool for network simulations",

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

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