Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A command line interface for the figlet.js library.
_______ __ _______ ___ _______ ___________
/" "||" \ /" _ "| |" | /" "|(" _ ")
(: ______)|| | (: ( \___) || | (: ______) )__/ \\__/
\/ | |: | \/ \ |: | \/ | \\_ /
// ___) |. | // \ ___ \ |___ // ___)_ |. |
(: ( /\ |\(: _( _|( \_|: \(: "| \: |
\__/ (__\_|_)\_______) \_______)\_______) \__|
Install this globally and you'll have access to the figlet.js library on the command line:
npm install -g figlet-cli
Below is a simple example that uses the default options.
figlet "hello world"
Below is an example that uses a custom font.
figlet -f "Dancing Font" "Hi"
Following example uses an external font file
figlet --ff .\phm-largetype.flf "Hi"
Eventually I think it would be nice for this app to have to same command line interface as the C-based app.
This was originally submitted to figlet.js by timhudson. It's been broken out as a spearate project so users can control which figlet they want to use on the command line (i.e., so installing the figlet.js library globally wont conflict with the C-based command line figlet app).
FAQs
Command line interface for the FIGlet.js library.
The npm package figlet-cli receives a total of 796 weekly downloads. As such, figlet-cli popularity was classified as not popular.
We found that figlet-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.