Skip to content

Commit 8d6501f

Browse files
committed
Format nit
1 parent 671324a commit 8d6501f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ type Constants = Remap<
128128
}
129129
>
130130

131-
const SOCKET = 'socket'
132-
const WITH_SENTRY = 'with-sentry'
133-
134131
const ALERT_FIX_TYPE_CVE = 'cve'
135132
const ALERT_FIX_TYPE_UPGRADE = 'upgrade'
136133
const ALERT_TYPE_CRITICAL_CVE = 'criticalCVE'
@@ -158,6 +155,7 @@ const REQUIRE = 'require'
158155
const SHADOW_NPM_BIN = 'shadow-bin'
159156
const SHADOW_NPM_INJECT = 'shadow-npm-inject'
160157
const SHADOW_NPM_PATHS = 'shadow-npm-paths'
158+
const SOCKET = 'socket'
161159
const SOCKET_CLI_BIN_NAME = 'socket'
162160
const SOCKET_CLI_BIN_NAME_ALIAS = 'cli'
163161
const SOCKET_CLI_DEBUG = 'SOCKET_CLI_DEBUG'
@@ -176,6 +174,7 @@ const SOCKET_CLI_SENTRY_NPM_BIN_NAME = 'socket-npm-with-sentry'
176174
const SOCKET_CLI_SENTRY_NPX_BIN_NAME = 'socket-npx-with-sentry'
177175
const SOCKET_CLI_SENTRY_PACKAGE_NAME = `${SOCKET_SECURITY_SCOPE}/cli-with-sentry`
178176
const VLT = 'vlt'
177+
const WITH_SENTRY = 'with-sentry'
179178
const YARN = 'yarn'
180179
const YARN_BERRY = 'yarn/berry'
181180
const YARN_CLASSIC = 'yarn/classic'

0 commit comments

Comments
 (0)