
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.
Print the Greek flag to the console using unicode block characters and ANSI-256 colors!

Minimum Dimensions: 9 rows x 27 columns (ratio: 2:3)
npx:$ npx greek-flag
$ npm install --global greek-flag
$ greek-flag
$ npm install greek-flag
then:
const greek_flag = require('greek-flag');
console.log(greek_flag.create(<scale-number>, <border-boolean>, "<light|classic|dark>"));
$ greek-flag

To add a border, add the --border flag:
$ greek-flag --border

To increase the scale, add the --scale=<positive-number> flag. The value can be any integer greater than or equal to 1. (Default scale is 1). Can also use --scale=full to fit the flag to the closest terminal dimensions.
$ greek-flag --scale=<positive-number>

The flag can be displayed with a lighter or a darker shade of blue using the --color=<light|classic|dark> flag. The default value is classic.
$ greek-flag --color=light

$ greek-flag --color=dark

Parameters can be mixed together to display your preferred version

FAQs
Print the Greek flag to the console!
We found that greek-flag 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.