Versions in this module Expand all Collapse all v1 v1.1.0 May 19, 2026 Changes in this version + func DefaultRegistry(opts Options) *provider.Registry + type Collector struct + func NewCollector(reg *provider.Registry, opts Options) *Collector + func (c *Collector) Collect(ctx context.Context, files ...string) (model.Summary, []model.LicenseArtifact, error) + type Options struct + Concurrency int + DirectOnly bool + GoCacheDir string + GoProxy string + Logf func(format string, args ...any) + NodeModulesDirs []string + NpmRegistry string + Strict bool + Timeout time.Duration