UNPKG
snyk-gradle-plugin
Version:
latest (7.0.1)
7.0.1
7.0.0
6.0.0
5.1.1
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.9.2
4.9.1
4.9.0
4.8.0
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.27.0
3.26.4
3.26.3
3.26.2
3.26.1
3.26.0
3.25.2
3.25.1
3.25.0
3.24.6
3.24.5
3.24.4
3.24.3
3.24.2
3.24.1
3.24.0
3.23.2
3.23.1
3.23.0
3.22.2
3.22.1
3.22.0
3.21.1
3.21.0
3.20.2
3.20.1
3.20.0
3.19.0
3.18.3
3.18.2
3.18.1
3.18.0
3.17.0
3.16.2
3.16.1
3.16.0
3.15.0
3.14.5
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.2
3.13.1
3.13.0
3.12.5
3.12.4
3.12.3
3.12.2
3.12.1
3.12.0
3.11.0
3.10.3
3.10.2
3.10.1
3.10.0
3.9.0
3.8.0
3.7.0
3.6.3
3.6.2
3.5.2
3.5.1
3.5.0
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.2
2.11.1
2.11.0
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Snyk CLI Gradle plugin
github.com/snyk/snyk-gradle-plugin
snyk/snyk-gradle-plugin
snyk-gradle-plugin
/
dist
/
coordinate.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
import
type
{
PomCoords
}
from
'./types'
;
export
declare
function
parseCoordinate
(
coordinate
:
string
):
Partial
<
PomCoords
>;
export
declare
function
coordsToString
(
coords
:
Partial
<
PomCoords
>
):
string
;