javascript

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 23 Imported by: 2

Documentation

Overview

Package javascript provides a concrete Cataloger implementation for packages relating to the JavaScript language ecosystem.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLockCataloger added in v0.71.0

func NewLockCataloger(cfg CatalogerConfig) pkg.Cataloger

NewLockCataloger returns a new cataloger object for NPM (and NPM-adjacent, such as yarn) lock files.

func NewPackageCataloger added in v0.71.0

func NewPackageCataloger() pkg.Cataloger

NewPackageCataloger returns a new cataloger object for NPM.

Types

type CatalogerConfig added in v0.99.0

type CatalogerConfig struct {
	SearchRemoteLicenses bool   `json:"search-remote-licenses" yaml:"search-remote-licenses" mapstructure:"search-remote-licenses"`
	NPMBaseURL           string `json:"npm-base-url" yaml:"npm-base-url" mapstructure:"npm-base-url"`
}

func DefaultCatalogerConfig added in v0.99.0

func DefaultCatalogerConfig() CatalogerConfig

func (CatalogerConfig) WithNpmBaseURL added in v0.99.0

func (j CatalogerConfig) WithNpmBaseURL(input string) CatalogerConfig

func (CatalogerConfig) WithSearchRemoteLicenses added in v0.99.0

func (j CatalogerConfig) WithSearchRemoteLicenses(input bool) CatalogerConfig

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL