socket 0.14.79 → 0.14.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/require/cli.js
CHANGED
|
@@ -912,7 +912,7 @@ function emitBanner(name) {
|
|
|
912
912
|
logger.logger.error(getAsciiHeader(name))
|
|
913
913
|
}
|
|
914
914
|
function getAsciiHeader(command) {
|
|
915
|
-
const cliVersion = '0.14.
|
|
915
|
+
const cliVersion = '0.14.80:4ef7be7:b1e38d93:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
916
916
|
const nodeVersion = process$1.version
|
|
917
917
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
918
918
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -4295,7 +4295,7 @@ async function pnpmFix(
|
|
|
4295
4295
|
vulnerableVersionRange
|
|
4296
4296
|
} of infos) {
|
|
4297
4297
|
const node = shadowNpmInject.findPackageNode(
|
|
4298
|
-
arb.
|
|
4298
|
+
arb.actualTree,
|
|
4299
4299
|
name,
|
|
4300
4300
|
oldVersion
|
|
4301
4301
|
)
|
|
@@ -11300,7 +11300,7 @@ void (async () => {
|
|
|
11300
11300
|
await vendor.updater({
|
|
11301
11301
|
name: SOCKET_CLI_BIN_NAME,
|
|
11302
11302
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11303
|
-
version: '0.14.
|
|
11303
|
+
version: '0.14.80',
|
|
11304
11304
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11305
11305
|
})
|
|
11306
11306
|
try {
|
|
@@ -11368,5 +11368,5 @@ void (async () => {
|
|
|
11368
11368
|
await shadowNpmInject.captureException(e)
|
|
11369
11369
|
}
|
|
11370
11370
|
})()
|
|
11371
|
-
//# debugId=
|
|
11371
|
+
//# debugId=7245fc85-8ea2-46f6-9d98-5d890466bd4f
|
|
11372
11372
|
//# sourceMappingURL=cli.js.map
|