@socketsecurity/cli-with-sentry 1.0.22 → 1.0.24

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
@@ -35507,7 +35507,7 @@ var isInteractiveExports = /*@__PURE__*/ requireIsInteractive();
35507
35507
  var dist$e = {};
35508
35508
 
35509
35509
  var name$2 = "@socketsecurity/sdk";
35510
- var version$5 = "1.4.52";
35510
+ var version$5 = "1.4.53";
35511
35511
  var license = "MIT";
35512
35512
  var description = "SDK for the Socket API client";
35513
35513
  var author = {
@@ -35590,22 +35590,22 @@ var scripts = {
35590
35590
  "update:deps": "npx --yes npm-check-updates"
35591
35591
  };
35592
35592
  var dependencies = {
35593
- "@socketsecurity/registry": "1.0.220"
35593
+ "@socketsecurity/registry": "1.0.226"
35594
35594
  };
35595
35595
  var devDependencies = {
35596
- "@biomejs/biome": "2.0.6",
35597
- "@dotenvx/dotenvx": "1.45.1",
35596
+ "@biomejs/biome": "2.1.1",
35597
+ "@dotenvx/dotenvx": "1.47.3",
35598
35598
  "@eslint/compat": "1.3.1",
35599
- "@eslint/js": "9.30.0",
35600
- "@types/node": "24.0.8",
35601
- "@typescript-eslint/parser": "8.35.1",
35599
+ "@eslint/js": "9.30.1",
35600
+ "@types/node": "24.0.12",
35601
+ "@typescript-eslint/parser": "8.36.0",
35602
35602
  "@vitest/coverage-v8": "3.2.4",
35603
35603
  "del-cli": "6.0.0",
35604
- eslint: "9.30.0",
35604
+ eslint: "9.30.1",
35605
35605
  "eslint-import-resolver-typescript": "4.4.4",
35606
35606
  "eslint-plugin-import-x": "4.16.1",
35607
- "eslint-plugin-jsdoc": "51.3.1",
35608
- "eslint-plugin-n": "17.20.0",
35607
+ "eslint-plugin-jsdoc": "51.3.4",
35608
+ "eslint-plugin-n": "17.21.0",
35609
35609
  "eslint-plugin-sort-destructure-keys": "2.0.0",
35610
35610
  "eslint-plugin-unicorn": "56.0.1",
35611
35611
  globals: "16.3.0",
@@ -35616,10 +35616,10 @@ var devDependencies = {
35616
35616
  nock: "14.0.5",
35617
35617
  "npm-run-all2": "8.0.4",
35618
35618
  "openapi-typescript": "6.7.6",
35619
- oxlint: "1.4.0",
35619
+ oxlint: "1.6.0",
35620
35620
  "type-coverage": "2.29.7",
35621
35621
  typescript: "~5.8.3",
35622
- "typescript-eslint": "8.35.1",
35622
+ "typescript-eslint": "8.36.0",
35623
35623
  vitest: "3.2.4"
35624
35624
  };
35625
35625
  var overrides = {
@@ -172538,5 +172538,5 @@ exports.terminalLinkExports = terminalLinkExports;
172538
172538
  exports.updater = updater$1;
172539
172539
  exports.yargsParser = yargsParser;
172540
172540
  exports.yoctocolorsCjsExports = yoctocolorsCjsExports;
172541
- //# debugId=90e045bc-4ca0-4725-9a4e-1eb46a40fb3e
172541
+ //# debugId=e91c2a80-9cb3-4be1-a0fe-0ce49250131c
172542
172542
  //# sourceMappingURL=vendor.js.map
@@ -35,7 +35,7 @@ function wrapPrompt(inquirerPrompt) {
35
35
  if (isSpinning) {
36
36
  spinner?.start()
37
37
  }
38
- return result
38
+ return typeof result === 'string' ? result.trim() : result
39
39
  }
40
40
  }
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
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",
@@ -87,7 +87,7 @@
87
87
  "@biomejs/biome": "2.1.1",
88
88
  "@coana-tech/cli": "14.10.1",
89
89
  "@cyclonedx/cdxgen": "11.4.3",
90
- "@dotenvx/dotenvx": "1.46.0",
90
+ "@dotenvx/dotenvx": "1.47.3",
91
91
  "@eslint/compat": "1.3.1",
92
92
  "@eslint/js": "9.30.1",
93
93
  "@npmcli/arborist": "9.1.2",
@@ -97,9 +97,9 @@
97
97
  "@octokit/request-error": "7.0.0",
98
98
  "@octokit/rest": "22.0.0",
99
99
  "@octokit/types": "14.1.0",
100
- "@pnpm/dependency-path": "1001.0.0",
101
- "@pnpm/lockfile.detect-dep-types": "1001.0.10",
102
- "@pnpm/lockfile.fs": "1001.1.14",
100
+ "@pnpm/dependency-path": "1001.0.1",
101
+ "@pnpm/lockfile.detect-dep-types": "1001.0.11",
102
+ "@pnpm/lockfile.fs": "1001.1.15",
103
103
  "@pnpm/logger": "1001.0.0",
104
104
  "@rollup/plugin-babel": "6.0.4",
105
105
  "@rollup/plugin-commonjs": "28.0.6",
@@ -112,14 +112,14 @@
112
112
  "@socketregistry/is-interactive": "1.0.6",
113
113
  "@socketregistry/packageurl-js": "1.0.8",
114
114
  "@socketsecurity/config": "3.0.1",
115
- "@socketsecurity/registry": "1.0.225",
116
- "@socketsecurity/sdk": "1.4.52",
115
+ "@socketsecurity/registry": "1.0.226",
116
+ "@socketsecurity/sdk": "1.4.53",
117
117
  "@types/blessed": "0.1.25",
118
118
  "@types/cmd-shim": "5.0.2",
119
119
  "@types/js-yaml": "4.0.9",
120
120
  "@types/micromatch": "4.0.9",
121
121
  "@types/mock-fs": "4.13.4",
122
- "@types/node": "24.0.11",
122
+ "@types/node": "24.0.12",
123
123
  "@types/npmcli__arborist": "6.3.1",
124
124
  "@types/npmcli__config": "6.0.3",
125
125
  "@types/proc-log": "3.0.4",
@@ -127,7 +127,7 @@
127
127
  "@types/which": "3.0.4",
128
128
  "@types/yargs-parser": "21.0.3",
129
129
  "@typescript-eslint/parser": "8.36.0",
130
- "@typescript/native-preview": "7.0.0-dev.20250708.1",
130
+ "@typescript/native-preview": "7.0.0-dev.20250709.1",
131
131
  "@vitest/coverage-v8": "3.2.4",
132
132
  "blessed": "0.1.81",
133
133
  "blessed-contrib": "4.11.0",