File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,6 @@ type Constants = Remap<
128128 }
129129>
130130
131- const SOCKET = 'socket'
132- const WITH_SENTRY = 'with-sentry'
133-
134131const ALERT_FIX_TYPE_CVE = 'cve'
135132const ALERT_FIX_TYPE_UPGRADE = 'upgrade'
136133const ALERT_TYPE_CRITICAL_CVE = 'criticalCVE'
@@ -158,6 +155,7 @@ const REQUIRE = 'require'
158155const SHADOW_NPM_BIN = 'shadow-bin'
159156const SHADOW_NPM_INJECT = 'shadow-npm-inject'
160157const SHADOW_NPM_PATHS = 'shadow-npm-paths'
158+ const SOCKET = 'socket'
161159const SOCKET_CLI_BIN_NAME = 'socket'
162160const SOCKET_CLI_BIN_NAME_ALIAS = 'cli'
163161const SOCKET_CLI_DEBUG = 'SOCKET_CLI_DEBUG'
@@ -176,6 +174,7 @@ const SOCKET_CLI_SENTRY_NPM_BIN_NAME = 'socket-npm-with-sentry'
176174const SOCKET_CLI_SENTRY_NPX_BIN_NAME = 'socket-npx-with-sentry'
177175const SOCKET_CLI_SENTRY_PACKAGE_NAME = `${ SOCKET_SECURITY_SCOPE } /cli-with-sentry`
178176const VLT = 'vlt'
177+ const WITH_SENTRY = 'with-sentry'
179178const YARN = 'yarn'
180179const YARN_BERRY = 'yarn/berry'
181180const YARN_CLASSIC = 'yarn/classic'
You can’t perform that action at this time.
0 commit comments