Skip to content

Commit 2814b4a

Browse files
committed
Update PURL_Type
1 parent 09eb1b2 commit 2814b4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

registry/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare type ManifestEntryData = {
3131
skipTests?: boolean | undefined
3232
}
3333
// 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.
3535
declare enum PURL_Type {
3636
APK = 'apk',
3737
BITBUCKET = 'bitbucket',
@@ -42,6 +42,7 @@ declare enum PURL_Type {
4242
CONAN = 'conan',
4343
CONDA = 'conda',
4444
CRAN = 'cran',
45+
CRATES = 'crates',
4546
DEB = 'deb',
4647
DOCKER = 'docker',
4748
GEM = 'gem',
@@ -60,6 +61,7 @@ declare enum PURL_Type {
6061
PUB = 'pub',
6162
PYPI = 'pypi',
6263
RPM = 'rpm',
64+
RUBYGEMS = 'rubygems',
6365
SWID = 'swid',
6466
SWIFT = 'swift',
6567
UNKNOWN = 'unknown'

0 commit comments

Comments
 (0)