Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bumblebee-scan) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bumblebee-scan
npm wrapper for bumblebee — a read-only supply-chain inventory collector for package, extension, and developer-tool metadata on macOS and Linux.
Install
npm install -g bumblebee-scanThe postinstall script downloads the pre-built binary from GitHub Releases. If that fails, it falls back to go install (requires Go 1.25+).
Usage
bumblebee scan --profile baseline > inventory.ndjson
bumblebee scan --profile deep --root "$HOME" --exposure-catalog ./catalog.jsonSee the full documentation for details.
License
Apache-2.0