@socketsecurity/cli-with-sentry 0.14.98 → 0.14.99
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/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/cli.js +5 -5
- 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 +5 -5
- package/dist/require/cli.js.map +1 -1
- package/dist/require/shadow-npm-inject.js +2 -2
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/require/cli.js
CHANGED
|
@@ -900,7 +900,7 @@ function emitBanner(name) {
|
|
|
900
900
|
logger.logger.error(getAsciiHeader(name))
|
|
901
901
|
}
|
|
902
902
|
function getAsciiHeader(command) {
|
|
903
|
-
const cliVersion = '0.14.
|
|
903
|
+
const cliVersion = '0.14.99:3a4bfe0:b1981d57:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
904
904
|
const nodeVersion = process$1.version
|
|
905
905
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
906
906
|
const shownToken = apiToken ? getLastFiveOfApiToken(apiToken) : 'no'
|
|
@@ -4027,7 +4027,7 @@ async function npmFix(
|
|
|
4027
4027
|
// Lazily access constants.ENV[CI].
|
|
4028
4028
|
if (constants.ENV[CI$1]) {
|
|
4029
4029
|
;({ owner, repo } = getGitHubEnvRepoInfo())
|
|
4030
|
-
branch = getSocketBranchName(
|
|
4030
|
+
branch = getSocketBranchName(fromPurl, toVersion)
|
|
4031
4031
|
// eslint-disable-next-line no-await-in-loop
|
|
4032
4032
|
shouldOpenPr = !(await doesPullRequestExistForBranch(
|
|
4033
4033
|
owner,
|
|
@@ -4449,7 +4449,7 @@ async function pnpmFix(
|
|
|
4449
4449
|
// Lazily access constants.ENV[CI].
|
|
4450
4450
|
if (constants.ENV[CI]) {
|
|
4451
4451
|
;({ owner, repo } = getGitHubEnvRepoInfo())
|
|
4452
|
-
branch = getSocketBranchName(
|
|
4452
|
+
branch = getSocketBranchName(fromPurl, toVersion)
|
|
4453
4453
|
// eslint-disable-next-line no-await-in-loop
|
|
4454
4454
|
shouldOpenPr = !(await doesPullRequestExistForBranch(
|
|
4455
4455
|
owner,
|
|
@@ -11488,7 +11488,7 @@ void (async () => {
|
|
|
11488
11488
|
await vendor.updater({
|
|
11489
11489
|
name: SOCKET_CLI_BIN_NAME,
|
|
11490
11490
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
11491
|
-
version: '0.14.
|
|
11491
|
+
version: '0.14.99',
|
|
11492
11492
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
11493
11493
|
})
|
|
11494
11494
|
try {
|
|
@@ -11556,5 +11556,5 @@ void (async () => {
|
|
|
11556
11556
|
await shadowNpmInject.captureException(e)
|
|
11557
11557
|
}
|
|
11558
11558
|
})()
|
|
11559
|
-
//# debugId=
|
|
11559
|
+
//# debugId=eca819a0-a6d9-44e6-9fd1-cc4ca0077221
|
|
11560
11560
|
//# sourceMappingURL=cli.js.map
|