
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
github.com/despair86/tview/v2
This Go package provides commonly needed components for terminal based user interfaces.
DO NOT USE THIS! JUST DON'T!
This fork is made to experiment with reactive UI programming. The objective is to expose enough things to make widgets independent enough. This will greatly reduce clutter in the main code.
package main
func main() {
// Initialize the TUI. This does NOT draw.
tview.Initialize()
// Start the main blocking event loop.
if err := tview.Run(); err != nil {
panic(err)
}
}
package primitive
func (p *Primitive) SomeCallback() {
// Callback things
<<<<<<< HEAD
tview.QueueApplication(func(app *Application) bool {
return true // Draw when true
})
}
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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.