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.
Displays images in your terminal using 256-color mode. Can display PNG, GIF, and JPEG images. Requires a 256-color terminal. GNU Screen does not support 256-color mode out of the box, so search for how to enable that if you're having issues.
npm install -g img-cat
usage: img-cat [options] [--] [images]
-h, --help, -? display this help text
-v, --version display version string
--copyright display copyright information
You can store the output of img-cat
to a file and then simply cat
it later
to view it.
Example:
img-cat cool.png > cool.ansi
cat cool.ansi
And then you can add cat cool.ansi
to your ~/.bashrc
or ~/.zshrc
to have
it print out when you open a terminal.
0.1.1 (2022-11-15)
FAQs
Displays images in the terminal
The npm package img-cat receives a total of 1 weekly downloads. As such, img-cat popularity was classified as not popular.
We found that img-cat 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.
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.