Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
github.com/warmchang/cview
Terminal-based user interface toolkit
This package is a fork of tview. See FORK.md for more information.
Try the demo: ssh cview.rocketnine.space -p 20000
Available widgets:
Widgets may be customized and extended to suit any application.
Mouse support is available.
go get gitlab.com/tslocum/cview
This basic example creates a box titled "Hello, World!" and displays it in your terminal:
package main
import (
"gitlab.com/tslocum/cview"
)
func main() {
box := cview.NewBox().SetBorder(true).SetTitle("Hello, world!")
if err := cview.NewApplication().SetRoot(box, true).Run(); err != nil {
panic(err)
}
}
Examples are available via godoc and in the "demos" subdirectory.
For a presentation highlighting the features of this package, compile and run the program in the "demos/presentation" subdirectory.
Package documentation is available via godoc.
An introduction tutorial is also available.
This package is based on github.com/gdamore/tcell (and its dependencies) and github.com/rivo/uniseg.
CONTRIBUTING.md describes how to share issues, suggestions and patches (pull requests).
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.