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

nodelayout

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodelayout - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "nodelayout",
"version": "1.1.8",
"version": "1.1.9",
"description": "For node Layout.",

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

@@ -240,2 +240,5 @@ import * as d3 from "d3";

.attr("fill", "url(#diagramPattern)")
.on("click", (event) => {
d3.selectAll(".unit-dis").attr("class", "unit-dis");
})
.call(

@@ -242,0 +245,0 @@ d3.zoom()

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