
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Print the H-Tree Fractal to the console!

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

$ h-tree-cli 9

$ h-tree-cli <n> [size]
The optional [size] param allows the H-Tree fractal to be drawn at larger sizes. [size] should be an integer greater than or equal to <n>. Including size will draw a H-Tree fractal of <n> recursive steps the size of a H-Tree fractal with [size] recursive steps.
$ h-tree-cli 6 9

$ h-tree-cli <n> --line=<bold|double|standard>
The optional --line param draws the H-Tree fractal using different line types. Supported values:
bold: Draw using bold linesdouble: Draw using double linesstandard: Draw using standard lines (default)$ h-tree-cli 9 --line=bold

$ h-tree-cli 9 --line=double

FAQs
Print the H-Tree fractal to the console!
We found that h-tree-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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.