The configuration for the Node Audit Analyzer.
| Type | Name and description |
|---|---|
java.lang.Boolean |
enabledSets whether or not the Node Audit Analyzer should be used. |
java.lang.Boolean |
skipDevDependenciesSets whether or not the Node Audit Analyzer should skip devDependencies. |
java.lang.Boolean |
useCacheSets whether or not the Node Audit Analyzer should cache results locally. |
java.lang.Boolean |
yarnEnabledSets whether or not the Yarn Audit Analyzer should be used. |
java.lang.String |
yarnPathThe path to `yarn`. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets whether or not the Node Audit Analyzer should be used.
Sets whether or not the Node Audit Analyzer should skip devDependencies.
Sets whether or not the Node Audit Analyzer should cache results locally.
Sets whether or not the Yarn Audit Analyzer should be used.
The path to `yarn`.