Skip to content

Commit 7ea4501

Browse files
committed
Move API key to constants
1 parent 985b908 commit 7ea4501

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export const LOOP_SENTINEL = 1_000_000
2020

2121
export const NPM_REGISTRY_URL = 'https://registry.npmjs.org'
2222

23+
export const SOCKET_PUBLIC_API_KEY =
24+
'sktsec_t_--RAN5U4ivauy4w37-6aoKyYPDt5ZbaT5JBVMqiwKo_api'
25+
2326
export const SOCKET_CLI_ISSUES_URL =
2427
'https://github.com/SocketDev/socket-cli/issues'
2528

0 commit comments

Comments
 (0)