Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
sigma-react
Advanced tools
!!! Possibly you were looking for react-sigmajs - React JSX components for SigmaJS library. !!! !!! This is fork version of original sigma.js with a couple of fixes required for sigma-react to work !!! !!! 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.
The npm package sigma-react receives a total of 0 weekly downloads. As such, sigma-react popularity was classified as not popular.
We found that sigma-react 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.