File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ declare type ManifestEntryData = {
31
31
skipTests ?: boolean | undefined
32
32
}
33
33
// Based on SocketPURL_Type:
34
- // https://github.com/SocketDev/socket-sdk-js/blob/v1.4.55 /types/api.d.ts#L3573 .
34
+ // https://github.com/SocketDev/socket-sdk-js/blob/v1.4.71 /types/api.d.ts#L3926 .
35
35
declare enum PURL_Type {
36
36
APK = 'apk' ,
37
37
BITBUCKET = 'bitbucket' ,
@@ -42,6 +42,7 @@ declare enum PURL_Type {
42
42
CONAN = 'conan' ,
43
43
CONDA = 'conda' ,
44
44
CRAN = 'cran' ,
45
+ CRATES = 'crates' ,
45
46
DEB = 'deb' ,
46
47
DOCKER = 'docker' ,
47
48
GEM = 'gem' ,
@@ -60,6 +61,7 @@ declare enum PURL_Type {
60
61
PUB = 'pub' ,
61
62
PYPI = 'pypi' ,
62
63
RPM = 'rpm' ,
64
+ RUBYGEMS = 'rubygems' ,
63
65
SWID = 'swid' ,
64
66
SWIFT = 'swift' ,
65
67
UNKNOWN = 'unknown'
You can’t perform that action at this time.
0 commit comments