
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
rsc.io/goversion
Goversion scans a directory tree and, for every executable it finds, prints the Go version used to build that executable.
Usage:
goversion [-crypto] [-m | -mh] [-v] path...
The list of paths can be individual files or directories; if the latter, goversion scans all files in the directory tree, not following symlinks.
Goversion scans inside of tar or gzipped tar archives that it finds (named
*.tar
, *.tar.gz
, or *.tgz
), but not recursively.
The -crypto
flag causes goversion to print additional information about the
crypto libraries linked into each executable.
The -m flag causes goversion to print the list of modules found in the executable, along with version information.
The -mh flag causes goversion to print the list of modules found in the executable, along with version and hash information.
The -v
flag causes goversion to print information about every file it
considers.
Scan /usr/bin for Go binaries and print their versions:
$ goversion /usr/bin
/usr/bin/containerd go1.7.4
/usr/bin/containerd-shim go1.7.4
/usr/bin/ctr go1.7.4
/usr/bin/docker go1.7.4
/usr/bin/docker-proxy go1.7.4
/usr/bin/dockerd go1.7.4
/usr/bin/kbfsfuse go1.8.3
/usr/bin/kbnm go1.8.3
/usr/bin/keybase go1.8.3
/usr/bin/snap go1.7.4
/usr/bin/snapctl go1.7.4
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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.