Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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.
The npm package @maxsparrow/sigma receives a total of 415 weekly downloads. As such, @maxsparrow/sigma popularity was classified as not popular.
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.