dracula icon indicating copy to clipboard operation
dracula copied to clipboard

JavaScript layout and representation of connected graphs.

Results 49 dracula issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.425.4&to_version=1.685.0&pr_id=390242bd-7764-4351-8f7a-b29cdefe5c68&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Hi, I am a NodeJS developer. Unfortunately, I was not able to make a simple example work. May you provide a step-by-step procedure for me to follow? Best regards,

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.425.4&to_version=1.465.0&pr_id=bd4a4bf9-238e-40da-9e5b-d197c0941684&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=snyk&from_version=1.425.4&to_version=1.465.0&pr_id=40a01057-6f0d-4919-a465-761e5c31a2b4&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Hi, I'm trying to use a custom node render, to make larger nodes with this code: ``` function nodeRender(r, n) { //the Raphael set is obligatory, containing all you want...

Hi. When I have: A-A A-B B-A How to put the lines in different positions and not one over other? As in the image? Thank you. ![rows](https://user-images.githubusercontent.com/31928478/85953834-944c4900-b949-11ea-911e-3ba6e86a2594.png)