@socketsecurity/cli-with-sentry 0.14.115 → 0.14.117
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 +3 -4
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/semver.d.ts +2 -1
- package/dist/module-sync/shadow-npm-inject.js +26 -9
- 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/dist/require/shadow-npm-inject.js +26 -9
- package/dist/require/shadow-npm-inject.js.map +1 -1
- package/package.json +1 -1
package/dist/require/cli.js
CHANGED
|
@@ -917,7 +917,7 @@ function emitBanner(name) {
|
|
|
917
917
|
logger.logger.error(getAsciiHeader(name))
|
|
918
918
|
}
|
|
919
919
|
function getAsciiHeader(command) {
|
|
920
|
-
const cliVersion = '0.14.
|
|
920
|
+
const cliVersion = '0.14.117:3a58b03:18d6b824:pub' // The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION_HASH']".
|
|
921
921
|
const nodeVersion = process$1.version
|
|
922
922
|
const apiToken = shadowNpmInject.getDefaultToken()
|
|
923
923
|
const defaultOrg = shadowNpmInject.getConfigValue('defaultOrg')
|
|
@@ -3900,7 +3900,6 @@ async function doesPullRequestExistForBranch(owner, repo, branch) {
|
|
|
3900
3900
|
head: `${owner}:${branch}`,
|
|
3901
3901
|
state: 'open'
|
|
3902
3902
|
})
|
|
3903
|
-
debug.debugLog('doesPullRequestExistForBranch > prs', prs)
|
|
3904
3903
|
return prs.length > 0
|
|
3905
3904
|
} catch {}
|
|
3906
3905
|
return false
|
|
@@ -12307,7 +12306,7 @@ void (async () => {
|
|
|
12307
12306
|
await vendor.updater({
|
|
12308
12307
|
name: SOCKET_CLI_BIN_NAME,
|
|
12309
12308
|
// The '@rollup/plugin-replace' will replace "process.env['INLINED_SOCKET_CLI_VERSION']".
|
|
12310
|
-
version: '0.14.
|
|
12309
|
+
version: '0.14.117',
|
|
12311
12310
|
ttl: 86_400_000 /* 24 hours in milliseconds */
|
|
12312
12311
|
})
|
|
12313
12312
|
try {
|
|
@@ -12375,5 +12374,5 @@ void (async () => {
|
|
|
12375
12374
|
await shadowNpmInject.captureException(e)
|
|
12376
12375
|
}
|
|
12377
12376
|
})()
|
|
12378
|
-
//# debugId=
|
|
12377
|
+
//# debugId=c1200007-dc9d-4528-aa07-687a56c33e72
|
|
12379
12378
|
//# sourceMappingURL=cli.js.map
|