
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
greek-cross-cli
Advanced tools
Print the Greek Cross Fractal to the console!

Why the console? Because it's the cool way.
See All Fractals in the fractals-cli project.
npx:$ npx greek-cross-cli <n>
$ npx greek-cross-cli <n> [size] [options]
where n >= 0 and size >= n (if provided).
$ npm install --global greek-cross-cli
$ greek-cross-cli <n>
$ greek-cross-cli <n> [size] [options]
where n >= 0 and size >= n (if provided).
$ npm install greek-cross-cli
then:
const greek_cross = require('greek-cross-cli');
console.log(greek_cross.create(<n>);
console.log(greek_cross.create(<n>, {
size: <number>,
line: <bold|double|standard>
});
The config params are optional.
$ greek-cross-cli <n>
The first param <n> is the recursive step. <n> should be an integer greater than or equal to 0.
$ greek-cross-cli 3

$ greek-cross-cli 4

$ greek-cross-cli <n> [size]
The optional [size] param allows the Greek Cross fractal to be drawn at larger sizes. [size] should be an integer greater than or equal to <n>. Including size will draw a Greek Cross fractal of <n> recursive steps the size of a Greek Cross fractal with [size] recursive steps.
$ greek-cross-cli 2 4

$ greek-cross-cli <n> --line=<bold|double|standard>
The optional --line param draws the Greek Cross fractal using different line types. Supported values:
bold: Draw using bold linesdouble: Draw using double linesstandard: Draw using standard lines (default)$ greek-cross-cli 4 --line=bold

$ greek-cross-cli 4 --line=double

FAQs
Print the Greek Cross Fractal to the console!
The npm package greek-cross-cli receives a total of 2 weekly downloads. As such, greek-cross-cli popularity was classified as not popular.
We found that greek-cross-cli 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.