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<
128
128
}
129
129
>
130
130
131
- const SOCKET = 'socket'
132
- const WITH_SENTRY = 'with-sentry'
133
-
134
131
const ALERT_FIX_TYPE_CVE = 'cve'
135
132
const ALERT_FIX_TYPE_UPGRADE = 'upgrade'
136
133
const ALERT_TYPE_CRITICAL_CVE = 'criticalCVE'
@@ -158,6 +155,7 @@ const REQUIRE = 'require'
158
155
const SHADOW_NPM_BIN = 'shadow-bin'
159
156
const SHADOW_NPM_INJECT = 'shadow-npm-inject'
160
157
const SHADOW_NPM_PATHS = 'shadow-npm-paths'
158
+ const SOCKET = 'socket'
161
159
const SOCKET_CLI_BIN_NAME = 'socket'
162
160
const SOCKET_CLI_BIN_NAME_ALIAS = 'cli'
163
161
const SOCKET_CLI_DEBUG = 'SOCKET_CLI_DEBUG'
@@ -176,6 +174,7 @@ const SOCKET_CLI_SENTRY_NPM_BIN_NAME = 'socket-npm-with-sentry'
176
174
const SOCKET_CLI_SENTRY_NPX_BIN_NAME = 'socket-npx-with-sentry'
177
175
const SOCKET_CLI_SENTRY_PACKAGE_NAME = `${ SOCKET_SECURITY_SCOPE } /cli-with-sentry`
178
176
const VLT = 'vlt'
177
+ const WITH_SENTRY = 'with-sentry'
179
178
const YARN = 'yarn'
180
179
const YARN_BERRY = 'yarn/berry'
181
180
const YARN_CLASSIC = 'yarn/classic'
You can’t perform that action at this time.
0 commit comments