@socketsecurity/cli-with-sentry 0.15.21 → 0.15.23
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 +10 -9
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +12 -12
- package/dist/constants.js.map +1 -1
- package/dist/shadow-inject.js +27 -16
- package/dist/shadow-inject.js.map +1 -1
- package/dist/utils.js +99 -83
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +4 -4
- package/dist/vendor.js.map +1 -1
- package/external/@socketsecurity/registry/lib/promises.js +1 -1
- package/external/@socketsecurity/registry/package.json +1 -1
- package/package.json +10 -10
|
@@ -170,7 +170,7 @@ async function pRetry(callbackFn, options) {
|
|
|
170
170
|
} catch {}
|
|
171
171
|
}
|
|
172
172
|
// eslint-disable-next-line no-await-in-loop
|
|
173
|
-
await timers.
|
|
173
|
+
await timers.setTimeout(waitTime, undefined, { signal })
|
|
174
174
|
// Exponentially increase the delay for the next attempt, capping at maxDelayMs.
|
|
175
175
|
delay = Math.min(delay * backoffFactor, maxDelayMs)
|
|
176
176
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.23",
|
|
4
4
|
"description": "CLI tool 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",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"@socketregistry/is-interactive": "1.0.5",
|
|
110
110
|
"@socketregistry/packageurl-js": "1.0.6",
|
|
111
111
|
"@socketsecurity/config": "3.0.1",
|
|
112
|
-
"@socketsecurity/registry": "1.0.
|
|
113
|
-
"@socketsecurity/sdk": "1.4.
|
|
112
|
+
"@socketsecurity/registry": "1.0.196",
|
|
113
|
+
"@socketsecurity/sdk": "1.4.40",
|
|
114
114
|
"@types/blessed": "0.1.25",
|
|
115
115
|
"@types/cmd-shim": "5.0.2",
|
|
116
116
|
"@types/js-yaml": "4.0.9",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@types/which": "3.0.4",
|
|
124
124
|
"@types/yargs-parser": "21.0.3",
|
|
125
125
|
"@typescript-eslint/parser": "8.32.1",
|
|
126
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
126
|
+
"@typescript/native-preview": "7.0.0-dev.20250525.1",
|
|
127
127
|
"@vitest/coverage-v8": "3.1.4",
|
|
128
128
|
"blessed": "0.1.81",
|
|
129
129
|
"blessed-contrib": "4.11.0",
|
|
@@ -134,17 +134,17 @@
|
|
|
134
134
|
"del-cli": "6.0.0",
|
|
135
135
|
"dev-null-cli": "2.0.0",
|
|
136
136
|
"eslint": "9.27.0",
|
|
137
|
-
"eslint-import-resolver-typescript": "4.
|
|
138
|
-
"eslint-plugin-import-x": "4.
|
|
137
|
+
"eslint-import-resolver-typescript": "4.4.0",
|
|
138
|
+
"eslint-plugin-import-x": "4.13.1",
|
|
139
139
|
"eslint-plugin-n": "17.18.0",
|
|
140
140
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
141
141
|
"eslint-plugin-unicorn": "56.0.1",
|
|
142
|
-
"globals": "16.
|
|
142
|
+
"globals": "16.2.0",
|
|
143
143
|
"hpagent": "1.2.0",
|
|
144
144
|
"husky": "9.1.7",
|
|
145
145
|
"ignore": "7.0.4",
|
|
146
146
|
"js-yaml": "npm:@zkochan/js-yaml@0.0.7",
|
|
147
|
-
"knip": "5.
|
|
147
|
+
"knip": "5.58.0",
|
|
148
148
|
"lint-staged": "16.0.0",
|
|
149
149
|
"magic-string": "0.30.17",
|
|
150
150
|
"meow": "13.2.0",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"npm-package-arg": "12.0.2",
|
|
155
155
|
"npm-run-all2": "8.0.3",
|
|
156
156
|
"open": "10.1.2",
|
|
157
|
-
"oxlint": "0.16.
|
|
157
|
+
"oxlint": "0.16.12",
|
|
158
158
|
"pony-cause": "2.1.11",
|
|
159
|
-
"rollup": "4.41.
|
|
159
|
+
"rollup": "4.41.1",
|
|
160
160
|
"semver": "7.7.2",
|
|
161
161
|
"synp": "1.9.14",
|
|
162
162
|
"terminal-link": "2.1.1",
|