Skip to content

Commit 3c07459

Browse files
committed
feat(types): add ALPM and VSCODE to PURL_Type enum
Add support for Arch Linux Package Manager (alpm) and VS Code extension (vscode) ecosystem types.
1 parent bd950b1 commit 3c07459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type InteropString = `${Interop}`
2222

2323
// Based on SocketPURL_Type from socket-sdk-js
2424
export enum PURL_Type {
25+
ALPM = 'alpm',
2526
APK = 'apk',
2627
BITBUCKET = 'bitbucket',
2728
COCOAPODS = 'cocoapods',
@@ -52,6 +53,7 @@ export enum PURL_Type {
5253
SWID = 'swid',
5354
SWIFT = 'swift',
5455
VCS = 'vcs',
56+
VSCODE = 'vscode',
5557
}
5658

5759
export type PURLString = `${PURL_Type}`

0 commit comments

Comments
 (0)