
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.
cantor-dust-cli
Advanced tools
Print the Cantor Dust Fractal to the console!

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

$ cantor-dust-cli 3

$ cantor-dust-cli <n> [size]
The optional [size] param allows the Cantor Dust fractal to be drawn at larger sizes. [size] should be an integer greater than or equal to <n>. Including size will draw a Cantor Dust fractal of <n> recursive steps the size of a Cantor Dust fractal with [size] recursive steps.
$ cantor-dust-cli 2 3

$ cantor-dust-cli <n> --character=<character>
The optional --character=<character> param will draw sqaures using the provided character. (Please provide only 1 character)
$ cantor-dust-cli 2 3 --character=*

By default, squares are drawn using ANSI inverse codes: \u001b[7m. To instead draw using unicode block characters, add the --blocks param (or shorthand -b).
$ cantor-dust-cli <n> --blocks
(May look better/worse on certain terminals)
FAQs
Print the Cantor Dust Fractal to the console!
The npm package cantor-dust-cli receives a total of 1 weekly downloads. As such, cantor-dust-cli popularity was classified as not popular.
We found that cantor-dust-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.