UNPKG
yarn-audit-html
Version:
latest (7.3.2)
next (7.2.1-rc.0)
7.3.2
7.3.1
7.3.0
7.2.1-rc.0
7.2.0
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.2.0
6.1.0
6.0.0
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Generate a HTML report for Yarn Audit
davityavryan/yarn-audit-html
yarn-audit-html
/
lib
/
cli.d.ts
6 lines
(5 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
/// <reference types="node" resolution-mode="require"/>
import
process
from
'node:process'
; declare
function
run
(
argv: NodeJS.Process[
'argv'
], input:
typeof
process.stdin
):
Promise
<
undefined
>;
export
{ run };