Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
spiral-matrix
Advanced tools
Generate a spiral matrix.
You can easily install this module via npm.
$ npm install spiral-matrix
First, import the SpiralMatrix module.
const SpiralMatrix = require('spiral-matrix');
Then, You can generate a spiral matrix with following code:
const spiralMatrix = new SpiralMatrix(6, 6, 0);
// This will generate a 6 by 6 spiral matrix which start from 0.
// Like this:
// [ [ 0, 1, 2, 3, 4, 5 ],
// [ 19, 20, 21, 22, 23, 6 ],
// [ 18, 31, 32, 33, 24, 7 ],
// [ 17, 30, 35, 34, 25, 8 ],
// [ 16, 29, 28, 27, 26, 9 ],
// [ 15, 14, 13, 12, 11, 10 ] ]
SpiralMatrix object has two methods.
spiralMatrix.get(); // Returns matrix as two dimensional array.
spiralMatrix.toString(); // Returns matrix as string.
FAQs
Generate a spiral matrix.
We found that spiral-matrix 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.