socket 1.1.137 → 1.1.139

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": "socket",
3
- "version": "1.1.137",
3
+ "version": "1.1.139",
4
4
  "description": "CLI for Socket.dev",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -90,14 +90,14 @@
90
90
  "@socketsecurity/socket-patch": "2.0.0"
91
91
  },
92
92
  "devDependencies": {
93
- "@babel/core": "7.28.4",
93
+ "@babel/core": "7.29.6",
94
94
  "@babel/plugin-proposal-export-default-from": "7.27.1",
95
95
  "@babel/plugin-transform-export-namespace-from": "7.27.1",
96
96
  "@babel/plugin-transform-runtime": "7.28.3",
97
97
  "@babel/preset-typescript": "7.27.1",
98
98
  "@babel/runtime": "7.28.4",
99
99
  "@biomejs/biome": "2.2.4",
100
- "@coana-tech/cli": "15.8.1",
100
+ "@coana-tech/cli": "15.8.4",
101
101
  "@cyclonedx/cdxgen": "12.1.2",
102
102
  "@dotenvx/dotenvx": "1.49.0",
103
103
  "@eslint/compat": "1.3.2",
@@ -174,8 +174,6 @@
174
174
  "oxlint": "1.15.0",
175
175
  "pony-cause": "2.1.11",
176
176
  "postject": "1.0.0-alpha.6",
177
- "registry-auth-token": "5.1.0",
178
- "registry-url": "7.2.0",
179
177
  "rollup": "4.50.1",
180
178
  "semver": "7.7.2",
181
179
  "synp": "1.9.14",
@@ -219,6 +217,7 @@
219
217
  "@octokit/graphql": "$@octokit/graphql",
220
218
  "@octokit/request-error": "$@octokit/request-error",
221
219
  "@rollup/plugin-commonjs": "28.0.6",
220
+ "@sigstore/core": "3.2.1",
222
221
  "@socketsecurity/registry": "$@socketsecurity/registry",
223
222
  "aggregate-error": "npm:@socketregistry/aggregate-error@^1.0.14",
224
223
  "ansi-regex": "6.1.0",
@@ -231,6 +230,7 @@
231
230
  "drawille-canvas-blessed-contrib": "0.1.3",
232
231
  "es-define-property": "npm:@socketregistry/es-define-property@^1.0.7",
233
232
  "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1.0.9",
233
+ "form-data": "4.0.6",
234
234
  "function-bind": "npm:@socketregistry/function-bind@^1.0.7",
235
235
  "globalthis": "npm:@socketregistry/globalthis@^1.0.7",
236
236
  "gopd": "npm:@socketregistry/gopd@^1.0.7",
@@ -255,7 +255,9 @@
255
255
  "set-function-length": "npm:@socketregistry/set-function-length@^1.0.9",
256
256
  "shell-quote": "npm:shell-quote@^1.8.3",
257
257
  "side-channel": "npm:@socketregistry/side-channel@^1.0.9",
258
+ "sigstore": "4.1.1",
258
259
  "string_decoder": "0.10.31",
260
+ "tar": "7.5.16",
259
261
  "tiny-colors": "$yoctocolors-cjs",
260
262
  "tiny-updater": "3.5.3",
261
263
  "typedarray": "npm:@socketregistry/typedarray@^1.0.7",