@socketsecurity/cli-with-sentry 1.0.72 → 1.0.74

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/vendor.js CHANGED
@@ -52,6 +52,7 @@ var require$$0$r = require('node:http2');
52
52
  var require$$1$d = require('node:v8');
53
53
  var require$$2$7 = require$$6$4;
54
54
 
55
+ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
55
56
  function camelCase$1(str) {
56
57
  const isCamelCase = str !== str.toLowerCase() && str !== str.toUpperCase();
57
58
  if (!isCamelCase) {
@@ -41144,7 +41145,7 @@ async function defaultBrowser() {
41144
41145
  const execFile = require$$1$6.promisify(childProcess.execFile);
41145
41146
 
41146
41147
  // Path to included `xdg-open`.
41147
- const __dirname$1 = path$2.dirname(require$$0$7.fileURLToPath(require('node:url').pathToFileURL(__filename).href));
41148
+ const __dirname$1 = path$2.dirname(require$$0$7.fileURLToPath((typeof document === 'undefined' ? require$$0$7.pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('vendor.js', document.baseURI).href))));
41148
41149
  const localXdgOpenPath = path$2.join(__dirname$1, 'xdg-open');
41149
41150
  const {
41150
41151
  platform,
@@ -173350,7 +173351,7 @@ if (nodeVersion) {
173350
173351
  }
173351
173352
  // Creates a yargs-parser instance using Node.js standard libraries:
173352
173353
  const env = process ? process.env : {};
173353
- const require$1 = require$$5$3.createRequire ? require$$5$3.createRequire(require('node:url').pathToFileURL(__filename).href) : undefined;
173354
+ const require$1 = require$$5$3.createRequire ? require$$5$3.createRequire((typeof document === 'undefined' ? require$$0$7.pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('vendor.js', document.baseURI).href))) : undefined;
173354
173355
  const parser = new YargsParser({
173355
173356
  cwd: process.cwd,
173356
173357
  env: () => {
@@ -175378,5 +175379,5 @@ exports.terminalLinkExports = terminalLinkExports;
175378
175379
  exports.updater = updater$1;
175379
175380
  exports.yargsParser = yargsParser;
175380
175381
  exports.yoctocolorsCjsExports = yoctocolorsCjsExports;
175381
- //# debugId=22a026e5-cfb1-461f-b739-122e1b9ab409
175382
+ //# debugId=c66d6223-e897-4176-a9ee-b09c5e53964a
175382
175383
  //# sourceMappingURL=vendor.js.map
@@ -226296,7 +226296,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
226296
226296
  }
226297
226297
 
226298
226298
  // dist/version.js
226299
- var version2 = "14.10.4";
226299
+ var version2 = "14.10.5";
226300
226300
 
226301
226301
  // ../../node_modules/.pnpm/axios@1.9.0/node_modules/axios/lib/helpers/bind.js
226302
226302
  function bind3(fn2, thisArg) {