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

@disputas/diagram

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@disputas/diagram - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

4

lib/index.js

@@ -87,3 +87,5 @@ 'use strict';

.scaleExtent([0.25, 10])
.on("zoom", handleZoom);
.on("zoom", handleZoom)
.on("start", function () { return d3.select("#main").attr("cursor", "grabbing"); })
.on("end", function () { return d3.select("#main").attr("cursor", "initial"); });
function handleZoom(e) {

@@ -90,0 +92,0 @@ d3.select("#main g").attr("transform", e.transform.toString());

{
"name": "@disputas/diagram",
"version": "1.0.24",
"version": "1.0.25",
"description": "D3 and Dagre based diagram",

@@ -5,0 +5,0 @@ "main": "lib/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