Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@dagrejs/dagre-d3-es
Advanced tools
The dagre-d3 library is not maintained anymore.
dagre-d3-es is a fork using the more modern ES6 javascript syntax. It uses ES modules, thus the name dagre-d3-es.
dagre-d3-es follows d3 versions. Ex: dagre-d3-es version 7 depends on d3 version 7.
You can sponsor this library at GitHub Sponsors.
Simple graph demo using react, dagre-d3-es, d3 version 7.2.
npm install dagre-d3-es --save
Coming from the legacy dagre-d3
, the main changes in your code will be:
import * as dagreD3 from 'dagre-d3-es';
...
const g = new dagreD3.graphlib.Graph().setGraph({});
...
const zoom = d3.zoom().on('zoom', (zoomEvent) => {
inner.attr('transform', zoomEvent.transform);
});
FAQs
<a href="https://www.npmjs.co
The npm package @dagrejs/dagre-d3-es receives a total of 0 weekly downloads. As such, @dagrejs/dagre-d3-es popularity was classified as not popular.
We found that @dagrejs/dagre-d3-es demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.