
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
github.com/mkevac/debugcharts
Go memory debug charts.
This package uses Plotly chart library. It is open source and free for use.
go get -v -u github.com/mkevac/debugcharts
Just install package and start http server. There is an example program here.
Then go to http://localhost:8080/debug/charts
. You should see something like this:
Data is updated every second. We keep data for last day.
User https://github.com/dgryski/ proposed interesing way for turning debugcharts on/off for your project:
You can add tagged file like this in your code
// +build debugcharts
package main
import _ "github.com/mkevac/debugcharts"
If you want to use debugcharts, then build your project with -tags debugcharts
I use bindata to pack binary files into executable. Run make to rebuild.
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
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.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.