
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.
steam-centering
Advanced tools
Input text, get back text with added spacing to make it appear centered in steam profile descriptions or custom info boxes.
Input text, get back text with added spacing to make it appear centered in steam profile descriptions or custom info boxes.
This is still somewhat inaccurate and does not achieve perfect centering as Steam sanitizes the input and sometimes strips characters that are needed for spacing.
Installation,
$ npm i -g steam-centering
$ steam-center -h
...and a usage example:
steam-center -ds -I in.txt -O out.txt --target summary
Will read all lines from in.txt (-I), add padding on both sides of every line (-d) to make it appear centered in steam profile summaries (--target). It will write the centered lines to out.txt (-O) and not output anything in the terminal (-s).
Usage: index [options]
Options:
-V, --version output the version number
-I, --in <path> file to read from (to be used with --out) (default: in.txt)
-O, --out <path> file to write to (to be used with --in) (default: out.txt)
-L, --line <line> string to center
-t, --target <target> type of box to center for (default: infobox)
-d, --double add padding on both sides
-c, --copy add the centered string to clipboard
-s, --silent be silent
-v, --verbose enable debug logging
-h, --help output usage information
FAQs
Input text, get back text with added spacing to make it appear centered in steam profile descriptions or custom info boxes.
We found that steam-centering 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.