@socketsecurity/cli-with-sentry 1.1.136 → 1.1.138

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.
@@ -886,7 +886,7 @@ Tput.prototype._compile = function(info, key, str) {
886
886
  ch = ':';
887
887
  break;
888
888
  case '0':
889
- ch = '\200';
889
+ ch = '\x80';
890
890
  break;
891
891
  case 'a':
892
892
  ch = '\x07';
@@ -2096,10 +2096,10 @@ Tput.prototype.detectBrokenACS = function(info) {
2096
2096
  && process.env.TERMCAP
2097
2097
  && ~process.env.TERMCAP.indexOf('screen')
2098
2098
  && ~process.env.TERMCAP.indexOf('hhII00')) {
2099
- if (~info.strings.enter_alt_charset_mode.indexOf('\016')
2100
- || ~info.strings.enter_alt_charset_mode.indexOf('\017')
2101
- || ~info.strings.set_attributes.indexOf('\016')
2102
- || ~info.strings.set_attributes.indexOf('\017')) {
2099
+ if (~info.strings.enter_alt_charset_mode.indexOf('\x0e')
2100
+ || ~info.strings.enter_alt_charset_mode.indexOf('\x0f')
2101
+ || ~info.strings.set_attributes.indexOf('\x0e')
2102
+ || ~info.strings.set_attributes.indexOf('\x0f')) {
2103
2103
  return true;
2104
2104
  }
2105
2105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "1.1.136",
3
+ "version": "1.1.138",
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",
@@ -92,14 +92,14 @@
92
92
  "@socketsecurity/socket-patch": "2.0.0"
93
93
  },
94
94
  "devDependencies": {
95
- "@babel/core": "7.28.4",
95
+ "@babel/core": "7.29.6",
96
96
  "@babel/plugin-proposal-export-default-from": "7.27.1",
97
97
  "@babel/plugin-transform-export-namespace-from": "7.27.1",
98
98
  "@babel/plugin-transform-runtime": "7.28.3",
99
99
  "@babel/preset-typescript": "7.27.1",
100
100
  "@babel/runtime": "7.28.4",
101
101
  "@biomejs/biome": "2.2.4",
102
- "@coana-tech/cli": "15.6.7",
102
+ "@coana-tech/cli": "15.8.2",
103
103
  "@cyclonedx/cdxgen": "12.1.2",
104
104
  "@dotenvx/dotenvx": "1.49.0",
105
105
  "@eslint/compat": "1.3.2",
@@ -176,8 +176,6 @@
176
176
  "oxlint": "1.15.0",
177
177
  "pony-cause": "2.1.11",
178
178
  "postject": "1.0.0-alpha.6",
179
- "registry-auth-token": "5.1.0",
180
- "registry-url": "7.2.0",
181
179
  "rollup": "4.50.1",
182
180
  "semver": "7.7.2",
183
181
  "synp": "1.9.14",
@@ -221,6 +219,7 @@
221
219
  "@octokit/graphql": "$@octokit/graphql",
222
220
  "@octokit/request-error": "$@octokit/request-error",
223
221
  "@rollup/plugin-commonjs": "28.0.6",
222
+ "@sigstore/core": "3.2.1",
224
223
  "@socketsecurity/registry": "$@socketsecurity/registry",
225
224
  "aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14",
226
225
  "ansi-regex": "6.1.0",
@@ -233,6 +232,7 @@
233
232
  "drawille-canvas-blessed-contrib": "0.1.3",
234
233
  "es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
235
234
  "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9",
235
+ "form-data": "4.0.6",
236
236
  "function-bind": "npm:@socketregistry/function-bind@^1.0.7",
237
237
  "globalthis": "npm:@socketregistry/globalthis@^1.0.7",
238
238
  "gopd": "npm:@socketregistry/gopd@^1.0.7",
@@ -257,7 +257,9 @@
257
257
  "set-function-length": "npm:@socketregistry/set-function-length@^1.0.9",
258
258
  "shell-quote": "npm:shell-quote@^1.8.3",
259
259
  "side-channel": "npm:@socketregistry/side-channel@^1.0.9",
260
+ "sigstore": "4.1.1",
260
261
  "string_decoder": "0.10.31",
262
+ "tar": "7.5.16",
261
263
  "tiny-colors": "$yoctocolors-cjs",
262
264
  "tiny-updater": "3.5.3",
263
265
  "typedarray": "npm:@socketregistry/typedarray@^1.0.7",