@socketsecurity/cli-with-sentry 1.0.89 → 1.0.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 +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/utils.js +30 -30
- package/dist/utils.js.map +1 -1
- package/external/@coana-tech/cli/cli.mjs +2 -2
- package/package.json +2 -2
|
@@ -225341,7 +225341,7 @@ async function onlineScan(dependencyTree, apiKey, timeout) {
|
|
|
225341
225341
|
}
|
|
225342
225342
|
|
|
225343
225343
|
// dist/version.js
|
|
225344
|
-
var version2 = "14.11.
|
|
225344
|
+
var version2 = "14.11.11";
|
|
225345
225345
|
|
|
225346
225346
|
// dist/cli-core.js
|
|
225347
225347
|
var { mapValues, omit, partition, pick } = import_lodash15.default;
|
|
@@ -225776,7 +225776,7 @@ Subproject: ${subproject}`);
|
|
|
225776
225776
|
}
|
|
225777
225777
|
async runReachabilityAnalysisForWorkspaces(workspacePathToDataForAnalysis, workspaceToVulnerabilities, workspaceToDirectDependencies, otherModulesCommunicator, subprojectPath, ecosystem, reachabilitySupported) {
|
|
225778
225778
|
const workspaceToAugmentedVulnerabilities = Object.fromEntries(await asyncMap(Object.keys(workspacePathToDataForAnalysis), async (workspacePath) => {
|
|
225779
|
-
const vulnerabilities = workspaceToVulnerabilities[workspacePath];
|
|
225779
|
+
const vulnerabilities = workspaceToVulnerabilities[workspacePath] ?? [];
|
|
225780
225780
|
try {
|
|
225781
225781
|
const dataForAnalysis = workspacePathToDataForAnalysis[workspacePath];
|
|
225782
225782
|
const augmentedVulnerabilities = reachabilitySupported && !this.shouldExcludeAnalyzingWorkspace(subprojectPath, workspacePath) ? await this.runReachabilityAnalysis(otherModulesCommunicator, subprojectPath, workspacePath, dataForAnalysis, ecosystem, vulnerabilities) : vulnerabilities.map((v) => ({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.90",
|
|
4
4
|
"description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@babel/preset-typescript": "7.27.1",
|
|
86
86
|
"@babel/runtime": "7.28.3",
|
|
87
87
|
"@biomejs/biome": "2.2.0",
|
|
88
|
-
"@coana-tech/cli": "14.11.
|
|
88
|
+
"@coana-tech/cli": "14.11.11",
|
|
89
89
|
"@cyclonedx/cdxgen": "11.5.0",
|
|
90
90
|
"@dotenvx/dotenvx": "1.48.4",
|
|
91
91
|
"@eslint/compat": "1.3.2",
|