
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
Command surface provides rudimental checking of API changes/differences.
$ go install modernc.org/surface@latest
To produce a list of exported symbols for a package in the current directory issue
$ surface
or perhaps
$ surface > foo
To check for removed symbols from two lists issue
$ surface old new
This reports symbols listed in old but not in new.
-tags <csv-list>
This option has the same meaning as in the go tool. Use it to add build tags that may change which files will be considered a part of the package.
The tool works on parser ASTs and considers only exported names. No typechecking is performed, it does not understand nor care about changes in definitions.
The package loader respects environment variables GOOS and GOARCH. Files
matching *_test.go are ignored.
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
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.