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.
@maxsparrow/sigma
Advanced tools
!!! This is fork version of original sigma.js with a couple of fixes required for sigma to work in a webpack app !!! !!! This is ES6 import compatible fork of sigma.js, please refer to original sigma.js !!!
Sigma is a JavaScript library dedicated to graph drawing, mainly developed by @jacomyal and @Yomguithereal.
The website provides a global overview of the project, and the documentation is available in the GitHub Wiki.
Also, the plugins
and examples
directories contain various use-cases that might help you understand how to use sigma.
To use it, clone the repository:
git clone git@github.com:jacomyal/sigma.js.git
To build the code:
npm install
to install sigma development dependencies.npm run build
to minify the code with Uglify. The minified file sigma.min.js
will then be accessible in the build/
folder.Also, you can customize the build by adding or removing files from the coreJsFiles
array in Gruntfile.js
before applying the grunt task.
You can contribute by submitting issues tickets and proposing pull requests. Make sure that tests and linting pass before submitting any pull request by running the command grunt
.
The whole source code is validated by the Google Closure Linter and JSHint, and the comments are written in JSDoc (tags description is available here).
FAQs
A JavaScript library dedicated to graph drawing.
We found that @maxsparrow/sigma demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.