@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/cli.js +22 -19
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +37 -7
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +3 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-npm-bin.js +18 -24
- package/dist/shadow-npm-bin.js.map +1 -1
- package/dist/shadow-npm-inject.js +3 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/constants.d.mts +3 -0
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/shadow/npm/bin.d.mts.map +1 -1
- package/dist/utils.js +4 -3
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +4 -3
- package/external/@coana-tech/cli/cli.mjs +1 -1
- package/external/@socketsecurity/registry/external/libnpmpack.js +20520 -4658
- package/external/@socketsecurity/registry/external/make-fetch-happen.js +7702 -4384
- package/external/@socketsecurity/registry/external/pacote.js +20310 -4448
- package/external/@socketsecurity/registry/lib/constants/npm-real-exec-path.js +2 -2
- package/external/@socketsecurity/registry/lib/spawn.js +25 -2
- package/package.json +8 -8
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(
|
|
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(
|
|
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=
|
|
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.
|
|
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) {
|