depanalyzer
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.repository
/
NpmAuditClient
Npm
Audit
Client
class
NpmAuditClient
(
runner
:
(
File
)
->
NpmAuditProcessResult
=
::runNpmAudit
)
Members
Constructors
Npm
Audit
Client
Link copied to clipboard
constructor
(
runner
:
(
File
)
->
NpmAuditProcessResult
=
::runNpmAudit
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Vulnerabilities
Link copied to clipboard
fun
getVulnerabilities
(
projectDir
:
File
,
dependencies
:
List
<
ParsedDependency
>
)
:
Map
<
String
,
List
<
Vulnerability
>
>