@socketsecurity/cli-with-sentry 0.15.21 → 0.15.22

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.
@@ -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.wait(waitTime, undefined, { signal })
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
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/registry",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "license": "MIT",
5
5
  "description": "Socket.dev registry helpers methods and metadata",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.15.21",
3
+ "version": "0.15.22",
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.195",
113
- "@socketsecurity/sdk": "1.4.39",
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",