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/vit1251/goncurses
Goncurses is an unicode ncurses library for the Go programming language. It requires both pkg-config and ncurses C development files be installed.
The go tool is the recommended method of installing goncurses. Issue the following command on the command line:
$ go get github.com/vit1251/goncurses
Since native nature of ncurses
no problem is register.
Most OSX version provide outdate curses C library version 5.3 and goncurses
unable operate with that outdate version.
You may use brew
system to update your ncurses (recomended version >= 6.3).
$ brew install ncurses
And setup you pkg-config
directory as shown after:
$ export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig"
Since Microsoft Windows actually does not support POSIX subsystem and
terminal subsystem, use a C library such as ncurses
does not make sence.
You can use more suitable WinAPI terminal library instead.
Initially, the author tried to add support for pdncurses
, but this issue
needs to be resolved by higher-level libraries outside of support for the
ncurses
library name.
Support for the Microsft Windows system has been removed and in the future the library will issue an explicit build error on this platform.
No checks.
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.