Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

github.com/philroche/wolfi-package-status

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/philroche/wolfi-package-status


Version published
Created
Source

wolfi-package-status

This is a simple CLI tool that lists the latest version of a given package across all wolfi repositories.

Currently only supports querying the x86_64/amd64 repostiries.

The repositories queried are:

  • Wolfi OS @ https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
  • Wolfi OS Enterprise Packages (Non Free maintained by Chainguard) @ https://packages.cgr.dev/os/x86_64/APKINDEX.tar.gz
  • Wolfi OS Extra Packages (Non Free maintained by Chainguard) @ https://packages.cgr.dev/extras/x86_64/APKINDEX.tar.g

installation

go install github.com/philroche/wolfi-package-status@latest

usage

Display usage instructions and help text

wolfi-package-status --help

List latest version of a known package name

wolfi-package-status python-3.12

List latest version of a multiple known package names

wolfi-package-status python-3.11 python-3.12

List latest versions of packages with package name matching regex python-3.12.*

wolfi-package-status --regex "python-3.12.*"

List latest versions of packages with package names matching regexes python-3.11.* and python-3.12.*

wolfi-package-status --regex "python-3.11.*" "python-3.12.*"

List all packages and versions across all Wolfi repostories

wolfi-package-status

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc