Types.ScanPackageOptions
ScanPackageOptions: Object
Scan options for controlling which dependencies of a package are scanned
Name | Type | Description |
---|---|---|
includeDevDependencies |
boolean |
Whether to include devDependencies in the scan; includeTransitiveDependencies option applies |
includeOptionalDependencies |
boolean |
Whether to include optionalDependencies in the scan; includeTransitiveDependencies option applies |
includeTransitiveDependencies |
boolean |
Whether transitive dependencies should be scanned |