Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/kenshaw/iv
iv
is a command-line image viewer using terminal graphics (Sixel, iTerm,
Kitty).
Installing | Building | Using | Releases
iv
is a command-line image viewer using terminal graphics.
Uses Sixel, iTerm Inline Images, or Kitty graphics protocols where available. See Are We Sixel Yet? for a list of terminals known to work with this package.
iv
can be installed via Release, via Homebrew, via AUR, via
Scoop or via Go:
iv
or iv.exe
file from the .tar.bz2
or .zip
file$PATH
(Linux/macOS) or
%PATH%
(Windows)Install iv
from the kenshaw/iv
tap in the usual way with the brew
command:
# install
$ brew install kenshaw/iv/iv
Install iv
from the Arch Linux AUR in the usual way with the yay
command:
# install
$ yay -S iv-cli
Alternately, build and install using makepkg
:
# clone package repo and make/install package
$ git clone https://aur.archlinux.org/iv-cli.git && cd iv-cli
$ makepkg -si
==> Making package: iv-cli 0.4.4-1 (Sat 11 Nov 2023 02:28:28 PM WIB)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
...
Install iv
using Scoop:
# Optional: Needed to run a remote script the first time
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
# install scoop if not already installed
> irm get.scoop.sh | iex
# install iv with scoop
> scoop install iv
Install iv
in the usual Go fashion:
# install latest iv version
$ go install github.com/kenshaw/iv@latest
$ iv /path/to/image_or_directory
# all command line options
$ iv --help
FAQs
Unknown package
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.