@socketsecurity/cli 0.14.88 → 0.14.90
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/constants.js +12 -6
- package/dist/constants.js.map +1 -1
- package/dist/module-sync/cli.js +3 -4
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/require/cli.js +3 -4
- package/dist/require/cli.js.map +1 -1
- package/package.json +2 -2
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.90:e824654:548c980e: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'
|
|
@@ -4454,7 +4454,6 @@ async function pnpmFix(
|
|
|
4454
4454
|
// eslint-disable-next-line no-await-in-loop
|
|
4455
4455
|
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
|
|
4456
4456
|
} catch (e) {
|
|
4457
|
-
console.log(e)
|
|
4458
4457
|
logger.logger.error('Failed to open pull request', e)
|
|
4459
4458
|
}
|
|
4460
4459
|
if (prResponse && autoMerge) {
|
|
@@ -11346,7 +11345,7 @@ void (async () => {
|
|
|
11346
11345
|
await vendor.updater({
|
|
11347
11346
|
name: SOCKET_CLI_BIN_NAME,
|
|
11348
11347
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11349
|
-
version: '0.14.
|
|
11348
|
+
version: '0.14.90',
|
|
11350
11349
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11351
11350
|
})
|
|
11352
11351
|
try {
|
|
@@ -11414,5 +11413,5 @@ void (async () => {
|
|
|
11414
11413
|
await shadowNpmInject.captureException(e)
|
|
11415
11414
|
}
|
|
11416
11415
|
})()
|
|
11417
|
-
//# debugId=
|
|
11416
|
+
//# debugId=4848a27f-e9cb-4342-97a5-5e0a2dcf1c63
|
|
11418
11417
|
//# sourceMappingURL=cli.js.map
|