UNPKG
snyk-go-plugin
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.30.0
1.28.0
1.27.0
1.26.2
1.26.1
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.21.1
1.21.0
1.20.0
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.5
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.0
1.14.3
1.14.2
1.14.1
1.14.0
1.13.0
1.12.0
1.11.1
1.11.0
1.10.2
1.10.1
1.10.0
1.9.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
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.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Snyk CLI Golang plugin
github.com/snyk/snyk-go-plugin
snyk/snyk-go-plugin
snyk-go-plugin
/
lib
/
debug.ts
12 lines
(8 loc)
•
218 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
debugLib =
require
(
'debug'
);
export
const
debug =
debugLib
(
'snyk-go-plugin'
);
export
function
enable
(
):
void
{ debugLib.
enable
(
'snyk-go-plugin'
); }
export
function
disable
(
):
void
{ debugLib.
disable
(); }