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
/
NpmAuditProcessResult
Npm
Audit
Process
Result
data
class
NpmAuditProcessResult
(
val
exitCode
:
Int
,
val
stdout
:
String
,
val
stderr
:
String
)
Members
Constructors
Npm
Audit
Process
Result
Link copied to clipboard
constructor
(
exitCode
:
Int
,
stdout
:
String
,
stderr
:
String
)
Properties
exit
Code
Link copied to clipboard
val
exitCode
:
Int
stderr
Link copied to clipboard
val
stderr
:
String
stdout
Link copied to clipboard
val
stdout
:
String