socket 0.14.79 → 0.14.81
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/module-sync/cli.js
CHANGED
|
@@ -915,7 +915,7 @@ function emitBanner(name) {
|
|
|
915
915
|
logger.logger.error(getAsciiHeader(name))
|
|
916
916
|
}
|
|
917
917
|
function getAsciiHeader(command) {
|
|
918
|
-
const cliVersion = '0.14.
|
|
918
|
+
const cliVersion = '0.14.81:89d6da8:8ff4995b:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
919
919
|
const nodeVersion = process$1.version
|
|
920
920
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
921
921
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -4298,7 +4298,7 @@ async function pnpmFix(
|
|
|
4298
4298
|
vulnerableVersionRange
|
|
4299
4299
|
} of infos) {
|
|
4300
4300
|
const node = shadowNpmInject.findPackageNode(
|
|
4301
|
-
arb.
|
|
4301
|
+
arb.actualTree,
|
|
4302
4302
|
name,
|
|
4303
4303
|
oldVersion
|
|
4304
4304
|
)
|
|
@@ -4407,8 +4407,8 @@ async function pnpmFix(
|
|
|
4407
4407
|
await enableAutoMerge(prResponse.data)
|
|
4408
4408
|
}
|
|
4409
4409
|
}
|
|
4410
|
-
} catch {
|
|
4411
|
-
spinner?.error(`Reverting ${fixSpec}
|
|
4410
|
+
} catch (e) {
|
|
4411
|
+
spinner?.error(`Reverting ${fixSpec}`, e)
|
|
4412
4412
|
if (saved) {
|
|
4413
4413
|
editablePkgJson.update(revertData)
|
|
4414
4414
|
// eslint-disable-next-line no-await-in-loop
|
|
@@ -11301,7 +11301,7 @@ void (async () => {
|
|
|
11301
11301
|
await updateNotifier({
|
|
11302
11302
|
name: SOCKET_CLI_BIN_NAME,
|
|
11303
11303
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11304
|
-
version: '0.14.
|
|
11304
|
+
version: '0.14.81',
|
|
11305
11305
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11306
11306
|
})
|
|
11307
11307
|
try {
|
|
@@ -11369,5 +11369,5 @@ void (async () => {
|
|
|
11369
11369
|
await shadowNpmInject.captureException(e)
|
|
11370
11370
|
}
|
|
11371
11371
|
})()
|
|
11372
|
-
//# debugId=
|
|
11372
|
+
//# debugId=9733f432-1f98-4cec-a7f6-94420cbfd9db
|
|
11373
11373
|
//# sourceMappingURL=cli.js.map
|