
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.
This module is a high level wrapper of SindreSorhus's term-img, to display images from both URL and file path. Actually this requires iTerm 2.9+ too.
$ npm install --save imgcat
const imgcat = require('imgcat')
// print image from file
imgcat('a.gif')
.then(image => {
console.log(image)
})
.catch(e => {
console.log(e.name)
})
// print image from url
// console.log directly
imgcat('http://path/to/image', {log: true})
Type: string
Image path or URL.
term-img2 options. See https://github.com/sindresorhus/term-img#api.
Type: object
Type: function
Everything started.
Type: function
Everything done.
Type: function
The download is started.
Type: function
The download is done.
MIT © EGOIST
FAQs
Display image in iTerm2 version 2.9+
The npm package imgcat receives a total of 141 weekly downloads. As such, imgcat popularity was classified as not popular.
We found that imgcat 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.