Documentation ¶ Index ¶ Constants func BuildDependencyTree(npmArgs []string) (dependencyTree []*xrayUtils.GraphNode, err error) Constants ¶ View Source const ( // When parsing the npm depth tree, ensure that the requested paths are checked up to a certain depth to prevent an infinite loop. MaxNpmRequestedByDepth = 2 ) Variables ¶ This section is empty. Functions ¶ func BuildDependencyTree ¶ added in v2.23.0 func BuildDependencyTree(npmArgs []string) (dependencyTree []*xrayUtils.GraphNode, err error) Types ¶ This section is empty. Source Files ¶ View all Source files npm.go Click to show internal directories. Click to hide internal directories.